View Single Post
  #6  
Old 11-12-2012, 11:58
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
sena87 NO like this: ( the Check: IsWin64 in the script will make it so that IF you ARE on X64 bit windows it will skip that line.
same as mesut28 posted with \Wow6432Node\ in the HKLM line)

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; Check: IsWin64 
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64 
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64 
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64  
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64 
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
ALSO having JUST HKLM is the SAME for BOTH X86 / X64 versions of windows, having X64 will just make entry goto \Wow6432Node\ portion of registry.

Last edited by pakrat2k2; 11-12-2012 at 13:29.
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
chuotchu001 (18-01-2013), mertderler (22-09-2015)