Quote:
Originally Posted by Elerian
Thanks.
Can you add language choice and proper registry to installer? So, users can choose language and game will be installed in that language?
Code is easy:
Code:
Root: HKLM; SubKey: SOFTWARE\Maxis\The Sims 4; ValueType: string; ValueName: Locale; ValueData: en_US; Flags: uninsdeletevalue uninsdeletekeyifempty
.... only change in but how to add choice for installer i do not know.
|
Language choice for installer is chosen by selecting the correct flag, as far as installing in the correct language, you have to have it installed in that language for it to work.