View Single Post
  #10  
Old 29-12-2012, 13:49
NTurky NTurky is offline
Registered User
 
Join Date: Jan 2012
Location: Argentina
Posts: 41
Thanks: 17
Thanked 22 Times in 10 Posts
NTurky is on a distinguished road
What pakrat2k2 tried to explain was that the SO handles automatically if the key goes to SOFTWARE or to SOFTWARE\Wow6432Node so basically the last 3 keys are NOT needed.

Code:
[Registry]
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Also, you should change the first "Valuedata" to YOUR key.

Last edited by NTurky; 29-12-2012 at 13:51.
Reply With Quote