cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Kiranpatil88
Level 3

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
Labels (1)
0 Kudos
(1) Reply
OldBean
Level 5

Look for REGDB_OPTIONS in the help for details, I think what you need is:

REGDB_OPTIONS = REGDB_OPTIONS | REGDB_OPTION_WOW64_64KEY;
0 Kudos