Hello InstallShield users
I am new to this forum and thus my question may be too simple.
I created an installer that calls a batchfile at the end [ OnEnd() ].
The batch file just loads a registry and has one line
“REGEDIT /s myregisty.reg”
The registry should install under HKLM/SOFTWARE/Wow6432Node/myregistry
But it installs under HKLM/SOFTWARE/Wow6432Node/ Wow6432Node /myregistry
If I ran the batch file manually, it works as desired but for some reason running it from the setup just does not create the correct hive structure.
Running the setup as administrator leads to the same incorrect result
Any ideas will be greatly appreciated.
I am new to this forum and thus my question may be too simple.
I created an installer that calls a batchfile at the end [ OnEnd() ].
The batch file just loads a registry and has one line
“REGEDIT /s myregisty.reg”
The registry should install under HKLM/SOFTWARE/Wow6432Node/myregistry
But it installs under HKLM/SOFTWARE/Wow6432Node/ Wow6432Node /myregistry
If I ran the batch file manually, it works as desired but for some reason running it from the setup just does not create the correct hive structure.
Running the setup as administrator leads to the same incorrect result
Any ideas will be greatly appreciated.