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
- :
- Installscript project couldn't write Reg value to HKLM\SOFTWARE\Product on 64 bit OS
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
Mar 20, 2013
11:26 PM
Installscript project couldn't write Reg value to HKLM\SOFTWARE\Product on 64 bit OS
Installscript project ciuld not able to write registry value - HKLM\SOFTWARE\{Company}\{Product} on 64 bit OS.. it only change value to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\{Company}\{Product}.. could any one suggest me how to write registry value - HKLM\SOFTWARE\{Company}\{Product} on 64 bit OS specially WIN 2008 R2
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 21, 2013
02:20 PM
Look for REGDB_OPTIONS in the help for details, I think what you need is:
REGDB_OPTIONS = REGDB_OPTIONS | REGDB_OPTION_WOW64_64KEY;
REGDB_OPTIONS = REGDB_OPTIONS | REGDB_OPTION_WOW64_64KEY;