View Single Post
  #68  
Old 11-03-2013, 06:53
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
Quote:
Originally Posted by pakrat2k2 View Post
its already there in the script
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: string; ValueName: Language; ValueData: 83; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: esp;
you've installed game in spanish, so reinstalling from conversion should be the same.
Sishi is right. If you take a closer look to que subkey section, you'll notice that
REV0 left a " " (space) after {code:GetAppName} basically making the subkey invalid. Because of that the game defaults to english language.
All language definition have that typo (lines 175 to 181).
So, here is the fixed script.
Attached Files
File Type: 7z InstallerScript-LangFix.7z (22.9 KB, 17 views)
Reply With Quote
The Following User Says Thank You to NTurky For This Useful Post:
pakrat2k2 (11-03-2013)