This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Registry for windows 2008
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 07, 2013
04:49 AM
Registry for windows 2008
Hi,
I am trying to install my installer on windows 2008, which has both 32 and 64 bit files. It will be installed based on the user's choice (32 bit or 64 bit app).
When i install 32 bit version of the application, the registry data should be set under HKLM/Software/wow6432node/
But i am seeing that it is being created under HKLM/Software/
It works fine for windows 7.
I tried setting Disable registry Reflection to true. But it does not work for me.
Please let me know what i need to do here.
Thanks,
Rajeev.
I am trying to install my installer on windows 2008, which has both 32 and 64 bit files. It will be installed based on the user's choice (32 bit or 64 bit app).
When i install 32 bit version of the application, the registry data should be set under HKLM/Software/wow6432node/
But i am seeing that it is being created under HKLM/Software/
It works fine for windows 7.
I tried setting Disable registry Reflection to true. But it does not work for me.
Please let me know what i need to do here.
Thanks,
Rajeev.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 08, 2013
02:16 AM
Can anyone please help me on this..