View Single Post
  #1  
Old 18-05-2011, 09:01
chaser8x chaser8x is offline
Registered User
 
Join Date: Nov 2007
Location: VN
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
chaser8x is on a distinguished road
Quote:
Originally Posted by dogyutz View Post
applying patch error for using inno setup script...

Depend on your game's version, you must add some registry value.

Sample with multi 5 version :

Code:
[Registry]
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "EN"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Release"; ValueData: "EFIGS"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2\1.00.0000";
Reply With Quote
Sponsored Links