View Single Post
  #761  
Old 14-10-2013, 23:50
killkrazed killkrazed is offline
Registered User
 
Join Date: May 2013
Location: Johannesburg
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
killkrazed is on a distinguished road
If A game has it's registry keys in 2 different places based on if it's 64 or 32-bit how would I add that to innosetup?

EG:
The Game on 32-bit windows has it's registry in "HKEY_LOCAL_MACHINE\SOFTWARE", But in 64-bit windows it instead goes into "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE".

Would I simply add registry for both editions, changing the "HKLM; SubKey: "SOFTWARE\" to "HKLM; SubKey: "SOFTWARE\WOW6432NODE\". Or does innosetup sort it out itself?

Thanks in advance.
Reply With Quote