You are here

Problem with HKLM & Wow6432Node

4 posts / 0 new
Last post
Daniel0312
Offline
Last seen: 2 months 1 week ago
Joined: 2022-01-23 09:01
Problem with HKLM & Wow6432Node

Hi,
I have a small utility I want to make portable.
It's pretty straightforward and I had the launcher working in no time.
Well.. except it doesn't work !
The reason I finaly found for it is that PAL writes the key to HKLM\SOFTWARE\Wow6432Node\App when the registry key I want to write should go to HKLM\SOFTWARE\App ! The App reads HKLM\SOFTWARE\App that doesn't exist.
I've seen some posts about this issue but all of them very old.
Is there a workaround or am I out of luck ?

John T. Haller
John T. Haller's picture
Online
Last seen: 29 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
64-bit App

This is an issue with a 64-bit app. At the moment you unfortunately need to handle it with custom code with SetRegView 64. You can see this in the custom launcher code included with IrfanView Portable and ccPortable to go from.

Sometimes, the impossible can become possible, if you're awesome!

Daniel0312
Offline
Last seen: 2 months 1 week ago
Joined: 2022-01-23 09:01
Will try

Hi,
I was afraid that was going to be you answer, but you've giving me some hope...
I'm no coder but I'll have a look at your suggestion, and who knows !
Thanks for your answer and keep on the great work.

PS: worked on the first try ! Thank you

John T. Haller
John T. Haller's picture
Online
Last seen: 29 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Nice

Glad to hear it worked. I was hoping those two examples would be helpful.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments