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
- :
- Reg file loads into the place
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
Jun 08, 2006
03:37 PM
Reg file loads into the place
My installer has the distributions set to the 4 64-bit windows installer types (nothing else) and I am using a .reg file to make updates to the registry. Unfortunately, the registry file makes all it's updates into SOFTWARE\WOW6432Node\MyProject instead of SOFTWARE\MyProject.
Here is a bit of the .reg file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\MyProject]
[HKEY_LOCAL_MACHINE\SOFTWARE\MyProject\Comp1]
[HKEY_LOCAL_MACHINE\SOFTWARE\MyProject\Comp1\Feature1]
[HKEY_LOCAL_MACHINE\SOFTWARE\MyProject\Comp2]
"DebugFile"=""
"DebugLevel"=dword:00000003
.....
So I'm not sure why it is registering into WOW6432Node, is there anyway to disable this from happening?
Here is a bit of the .reg file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\MyProject]
[HKEY_LOCAL_MACHINE\SOFTWARE\MyProject\Comp1]
[HKEY_LOCAL_MACHINE\SOFTWARE\MyProject\Comp1\Feature1]
[HKEY_LOCAL_MACHINE\SOFTWARE\MyProject\Comp2]
"DebugFile"=""
"DebugLevel"=dword:00000003
.....
So I'm not sure why it is registering into WOW6432Node, is there anyway to disable this from happening?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 09, 2006
08:15 AM
Is there a way to set a reg file to register as 64-bit?
I've even tried to command line add the entries into the registry using system32/reg.exe but every time it is still registering under Wow6432Node, which doesn't make sense since the installer is supposed to be a 64-bit installer (AMD64 type) generated by ISMP.
Ways referenced reg.exe that made entries into Wow6432Node
reg.exe
$D(lib)/reg.exe
$D(os_main)/system32/reg.exe
I've even tried to command line add the entries into the registry using system32/reg.exe but every time it is still registering under Wow6432Node, which doesn't make sense since the installer is supposed to be a 64-bit installer (AMD64 type) generated by ISMP.
Ways referenced reg.exe that made entries into Wow6432Node
reg.exe
$D(lib)/reg.exe
$D(os_main)/system32/reg.exe