View Single Post
  #11  
Old 15-09-2014, 08:59
Elerian Elerian is offline
Registered User
 
Join Date: Sep 2014
Location: Czech Republic
Posts: 1
Thanks: 3
Thanked 0 Times in 0 Posts
Elerian is on a distinguished road
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
Code:
ValueData
but how to add choice for installer i do not know.
Reply With Quote