Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26-01-2013, 21:04
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by REV0 View Post
BTW, this is for members, ButtonOneLiner command is not working in CIU anyone solved this ?
Works, now is only OneLiner=1
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  
Old 27-01-2013, 03:29
ander01 ander01 is offline
Registered User
 
Join Date: Aug 2012
Location: brazil
Posts: 7
Thanks: 0
Thanked 3 Times in 1 Post
ander01 is on a distinguished road
where ta link the new CIU OF CHANGELOG 1.0 (C = Custom Installer I = U = Ultimate) to make new custom installers
  #3  
Old 27-01-2013, 05:10
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by ander01 View Post
where ta link the new CIU OF CHANGELOG 1.0 (C = Custom Installer I = U = Ultimate) to make new custom installers
look on the first page of this topic.
  #4  
Old 28-01-2013, 11:06
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
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  
Old 28-01-2013, 12:06
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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  
Old 28-01-2013, 12:16
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
the probleme is there is no a multilanguage conversation / each conversation used 1 spoken language so i'm confused brother
  #7  
Old 28-01-2013, 12:25
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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"
for each of the other languages ( added it to the script for the other languages.

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  
Old 28-01-2013, 13:07
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
so i must put theme like that for Multi2 Fr/En
"Locale"="fr_FR"
"Locale"="en_US"
"Language"="French"
"Language"="English"
  #9  
Old 28-01-2013, 13:14
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
dont forget the "LanguageName=French" & "LanguageName=English" as well
  #10  
Old 28-01-2013, 13:34
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
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  
Old 28-01-2013, 14:35
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by alias-as View Post
i did it like you said but the game have been installed in english language but my windows is french !!! i'm confused lol
Try these regs:

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  
Old 02-02-2013, 04:20
Privat's Avatar
Privat Privat is offline
Registered User
 
Join Date: Apr 2011
Location: space
Posts: 55
Thanks: 120
Thanked 11 Times in 8 Posts
Privat is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
I think this is solve the problem with languages.
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  
Old 02-02-2013, 04:51
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by Privat View Post
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\\"
Yep, but he wants only English and French.

Thanks anyway!
  #14  
Old 02-02-2013, 05:01
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
Yep, but he wants only English and French.

Thanks anyway!
And he wants Dead Space 2
The Following User Says Thank You to REV0 For This Useful Post:
Fabioddq (02-02-2013)
  #15  
Old 28-01-2013, 18:01
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
ValueData: $00000000 is for English
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
alias-as (29-01-2013), Fabioddq (28-01-2013)
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 10:00.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com