Quote:
Originally Posted by REV0
I already sent a reg info to user who wanted german, if he manage it to use german, we can do for french too for now it's english only
|
You dont even have a proper Registry section in the script ??
The problem is a MISSING locale & Install Dir in the non-existant registry section.
If you want the game in a different language then add a registry entry line to the [REGISTRY] subsection of INNO Script. Also needs an install dir section.
Root: HKLM; Subkey: SOFTWARE\Electronic Arts\Need for Speed The Run\; ValueName: Install Dir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Electronic Arts\Need for Speed The Run\; ValueName: Locale; ValueType: String; ValueData: EN; Flags: uninsdeletekey
CHANGE the EN to whatever language you want the game in.
DE = German
FR = French
IT = Italian
ES - Spanish
PL = Polish
CS = Czech
RU = Russian
etc..
maybe now time to re-update the script ?