|
|
|
#1
|
||||
|
||||
|
Quote:
Put in SETUP DESIGN BUTTON section under [StandardButton]
|
| The Following User Says Thank You to Fabioddq For This Useful Post: | ||
REV0 (27-01-2013) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
where ta link the new CIU OF CHANGELOG 1.0 (C = Custom Installer I = U = Ultimate) to make new custom installers
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
i have a question:
i want to make a conversion to a multilanguage game i installed the game in french language so in the registry i had language: fr i want to put the registry value in ino setup but in multilanguage "depend to the user system language" so any one can help me ?? the reg value are : Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\EA Games] [HKEY_LOCAL_MACHINE\SOFTWARE\EA Games\Dead Space 2] "CD Drive"="P:\\" "DisplayName"="Dead Space™ 2" "ProductName"="Dead Space™ 2" "Folder"="C:\\ProgramData\\Microsoft\\Windows\\Sta rt Menu\\Programs\\EA Games\\Dead Space™ 2\\" "Install Dir"="C:\\Program Files\\EA Games\\Dead Space 2\\" "Installed From"="P:\\" "Locale"="fr_FR" "Language"="French" "Product GUID"="{96D06FDD-6AF4-4309-BC1B-1C9588B0575E}" "Suppression Exe"="" "Registration"="Software\\Electronic Arts\\EA Games\\Dead Space 2\\ergc" [HKEY_LOCAL_MACHINE\SOFTWARE\EA Games\Dead Space 2\1.0] "DisplayName"="Dead Space 2" "Language"=dword:00000002 "LanguageName"="French" "ProgramGroup"="C:\\ProgramData\\Microsoft\\Window s\\Start Menu\\Programs\\EA Games\\" |
|
#5
|
||||
|
||||
|
your doing dead space 2.. go look in the game index for same game, and d/l one of those conversions. look at the inno script used, and see how they added the multiple languages in the script, modify yours so it matches.
|
|
#6
|
||||
|
||||
|
the probleme is there is no a multilanguage conversation / each conversation used 1 spoken language so i'm confused brother
|
|
#7
|
||||
|
||||
|
peter's is multilanguage. but its in seperate ISS scripts. not a big deal.
using reg-to-inno-ENG converter in useful programs topic by joe export your reg settings for the french version. then add the extra lines needed for each of the languages, substituting the Code:
"Locale"="fr_FR" "Language"="French" "LanguageName"="French" en_US, english de_DE, german it_IT, Italian es_ES, Spanish the above 4 are LOCALE, ( LANGUAGE & LANGUAGENAME same but 2 different entries) just add those 4 to your script in addition to the french you already have. |
|
#8
|
||||
|
||||
|
so i must put theme like that for Multi2 Fr/En
"Locale"="fr_FR" "Locale"="en_US" "Language"="French" "Language"="English" |
|
#9
|
||||
|
||||
|
dont forget the "LanguageName=French" & "LanguageName=English" as well
|
|
#10
|
||||
|
||||
|
i did it like you said but the game have been installed in english language but my windows is french !!! i'm confused lol
|
|
#11
|
||||
|
||||
|
Quote:
Root: HKLM; SubKey: SOFTWARE\EA Games; Flags: uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: DisplayName; ValueData: Dead Space™ 2; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: ProductName; ValueData: Dead Space™ 2; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Install Dir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Locale; ValueData: en_US; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Locale; ValueData: fr_FR; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre; Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Language; ValueData: English; Flags: uninsdeletevalue uninsdeletekeyifempty; Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Language; ValueData: French; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre; Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Product GUID; ValueData: {{96D06FDD-6AF4-4309-BC1B-1C9588B0575E}; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Suppression Exe; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: string; ValueName: DisplayName; ValueData: Dead Space 2; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: dword; ValueName: Language; ValueData: $00000000; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: dword; ValueName: Language; ValueData: $00000002; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre; Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: string; ValueName: LanguageName; ValueData: English; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: string; ValueName: LanguageName; ValueData: French; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre; EDIT... pakrat, thanks for english code. I think this is solve the problem with languages.
Last edited by Fabioddq; 28-01-2013 at 18:31. |
| The Following User Says Thank You to Fabioddq For This Useful Post: | ||
alias-as (29-01-2013) | ||
|
#12
|
||||
|
||||
|
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EA Games\Dead Space 3] "GDFBinary"="X:\\EA\\Dead Space 3\\GDFBinary_ru_RU.dll" "DisplayName"="Dead Space™ 3" "Locale"="ru_RU" "Install Dir"="X:\\EA\\Dead Space 3\\" |
|
#13
|
||||
|
||||
|
Quote:
![]() Thanks anyway!
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 15:02 |
| yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 03:40 |