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
- :
- Re: Error to add registry entries in 64bit Windows 7
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
‎Dec 11, 2011
11:44 PM
Error to add registry entries in 64bit Windows 7
Hello
i have a windows application and want to install it in x86 and x64 operating systems. i have created to basic MSI projects, one for x86 and 2nd one for x64, having some registry values that should have to be added in the registry under (HKEY_LOCAL_MACHINE -> SOFTWARE -> [productname]). while installing on 32bit operating system it works perfectly fine. but when i tried to install it on 64bit operating system, it didnt works. the registry key values are not been added in the registry.
Can any one help me in this matter. i have tried from many source but didnt get this issue resolve.
Thanx in advance.
Umer
i have a windows application and want to install it in x86 and x64 operating systems. i have created to basic MSI projects, one for x86 and 2nd one for x64, having some registry values that should have to be added in the registry under (HKEY_LOCAL_MACHINE -> SOFTWARE -> [productname]). while installing on 32bit operating system it works perfectly fine. but when i tried to install it on 64bit operating system, it didnt works. the registry key values are not been added in the registry.
Can any one help me in this matter. i have tried from many source but didnt get this issue resolve.
Thanx in advance.
Umer
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 12, 2011
01:48 PM
Have you marked your components and installation as 64-bit?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 14, 2012
11:30 AM
Have you looked in the Wow6432Node?
I have a similar issue. I have a 32bit app (using installscript not msi) and I create all my keys normally in the wow but I need one set of keys to remain up in the 64bit area under SOFTWARE and I cannot seem to figure out how to get around the 6432 translation.
I have a similar issue. I have a 32bit app (using installscript not msi) and I create all my keys normally in the wow but I need one set of keys to remain up in the 64bit area under SOFTWARE and I cannot seem to figure out how to get around the 6432 translation.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 15, 2012
02:20 PM
phenrichs wrote:
Have you looked in the Wow6432Node?
I have a similar issue. I have a 32bit app (using installscript not msi) and I create all my keys normally in the wow but I need one set of keys to remain up in the 64bit area under SOFTWARE and I cannot seem to figure out how to get around the 6432 translation.
By default in a 32bit installer the registry keys will auto go to the wow6432 location on a 64bit system. You cannot address the 64bit area in a 32bit installer. You can only address the 64bit area in a 64bit installer meaning you have to flag it as such. I believe but I am not certain a 64bit installer can have 32bit components but not the other way around.