Quote:
Originally Posted by pakrat2k2
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.