You are here

Problem with HKLM & Wow6432Node

2 posts / 0 new
Last post
Pico1965
Offline
Last seen: 9 months 2 weeks ago
Joined: 2006-06-06 12:08
Problem with HKLM & Wow6432Node

HI everybody!!

My app require to write a key in:
HKLM\Software\Appname\Key

I write it with:
[RegistryKeys]
AppName=HKLM\Software\AppName

In a 32bit enviroment all is OK.
In a 64bit environment not work.
Because the launcher not store in:
HKLM\Software\Appname\
but only in
HKLM\Software\Wow6432Node\Appname\

How can I solve?

Thanks

Pico1965
Offline
Last seen: 9 months 2 weeks ago
Joined: 2006-06-06 12:08
Update

Update

I realized that if I manually click on the AppName.reg file, the keys are correctly stored in
HKLM\Software\Appname\

Log in or register to post comments