cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Bas_Munsters
Level 2

Trying to write to HKLM

Hi

I made an installer with installshield 2010 Premier edition, this installer is trying to write a register key to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon.
When i run the installer on my own pc it writes all the registry keys perfectly, but when i try to run it on another pc the installer runs fine, but it writes no registry key at all.



Does anyone have a solution for my problem.

Bas
Labels (1)
0 Kudos
(2) Replies
TsungH
Level 12

Try running your installation with logging enabled. Installation log will shed some light on this behavior.
0 Kudos
Christopher_Pai
Level 16

Any chance the machine that worked was 32bit and the machine that "didn't" work was 64 bit?

If so, take a look under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Winlogon
0 Kudos