View Single Post
  #12  
Old 03-08-2010, 08:09
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
IF you are using X64 then add another line for each HKLM in the registry section, that points to HKLM64, pay attention to the check: not IsWin64, check: IsWin64 sections of each line. Make sure they are right, then recompile the script. DONT worry about HKCU that is same for both OS's.

Originally Posted by Onizuka87k

Code:
Root: HKLM; Subkey: "SOFTWARE\Blizzard Entertainment\StarCraft II Retail"; Flags: deletekey; check: not IsWin64;
Root: HKLM64; Subkey: "SOFTWARE\Blizzard Entertainment\StarCraft II Retail"; Flags: deletekey; check: IsWin64;

Last edited by Grumpy; 03-02-2011 at 18:23. Reason: Removed Quote seeing as the original Quoted post no longer applies as its been deleted. :)
Reply With Quote