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
- :
- Can't add a new registry key& value
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
‎Feb 01, 2010
10:27 AM
Can't add a new registry key& value
Dear all.
I am trying to add a new key and value as below:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
key: abc
keytype:REG_EXPAND_SZ
value: %ProgramFiles%\abc\abc.exe
can somebody help me?
thanks.
my install shield version is: 2009 pro 32 bit
OS Win7 64 bit.
I am trying to add a new key and value as below:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
key: abc
keytype:REG_EXPAND_SZ
value: %ProgramFiles%\abc\abc.exe
can somebody help me?
thanks.
my install shield version is: 2009 pro 32 bit
OS Win7 64 bit.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 02, 2010
03:29 AM
Are you running the installer as 64Bit installer?
If not, see if its writing into Wow6432Node?
You are running the installer as admin right?
If not, see if its writing into Wow6432Node?
You are running the installer as admin right?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 03, 2010
04:03 AM
Did you try using REGDB_OPTION_WOW64_64KEY before creating key in 64Bit OS.