![]() |
Just an FYI, to those using CIU / CI any version.... You MUST generate a NEW game GUID for each and every game. Its NOT an issue when you have only 1 game installed at a time but DOES become an issue IF you have multiple games installed at a time.
Just goto Tools, Generate GUID, and it will create a new guid for that conversion. Make having multiple games installed on OS, not have an issue uninstalling the wrong game or having uninstall information incorrect. ( having multples of one game in uninstall programs or showing farcry 3 when its actually AC3 thats being uninstalled ) May need to post this in first post if not already there, i didnt find it. |
Quote:
|
|
fix for Far Cry 3 Uninstaller problem:
#define ProductCode "{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}" delete this line. |
Fullscreen erro
go to link download attachment help please yener90 http://www.fileforums.com/showthread.php?t=94069 |
minimize and close button
how to add minimize and close button in small installer
|
Quote:
|
Quote:
|
Quote:
this code adds installshield registry values. for this you need installshield code & edit the values in the codes. -> this feature should fix problem if you update the game. |
To AntiVir Users...
My conversion will be detected as virus. This happens on everything which is compiled with lazarus :mad: So AntiVir thinks: Ahhh there is a tool created with lazarus its 100%ly a virus. the lazarus community already wrote to AntiVir a mail about this. i wanted to say: ITS DEFINITLY NOT A VIRUS. i could share the source, but everybody would have the code for decrypting crypted archives. |
http://www.fileforums.com/showthread.php?t=94069
CIU 1.0.0.3 Fullscreen "Error" Fix please yener90..... |
Quote:
i am using Eset 5.2.9.1 and didn't get any virus warning up until now........ |
Update 1.0.0.4 Hotfix:
- small language box is back -> faster and more stable - fixed disabled button in WelcomePage - fixed exit button in finishedpage - fixed fullscreen video play - fixed AntiVir error message Hotfix: - fixes regarding small language box -> now you can disable arrows also all languages should appear Thx to Fabio informing me about the problems :D |
Any fix about the one additional shortcut after 4th component ? It redirects to game insallation folder but there's no exe file in there, therefore it's not needed.
Cheers |
Quote:
|
1 Attachment(s)
Quote:
will analyze tomorrow. its just an wrong shortcut. delete wrong line, then it should work fine. i will tell you then. EDIT: Try out this InstallerScript.iss Just download from first post CIU 1.0.0.4 overwrite InstallerScript.iss with this one. Shortcut bug should be solved. |
dudes...my private life get really bad.
i will stop working here. only will come and watch your great works using my script. good bye. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Yeah, hope everything will be OK, take care and Thank You for all what you have done for us.
|
Sorry to hear that yener... I hope you'll fix things in your life, good luck.
BTW, this is for members, ButtonOneLiner command is not working in CIU anyone solved this ? |
Quote:
Put in SETUP DESIGN BUTTON section under [StandardButton] ;) |
where ta link the new CIU OF CHANGELOG 1.0 (C = Custom Installer I = U = Ultimate) to make new custom installers
|
Quote:
|
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\\" |
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.
|
the probleme is there is no a multilanguage conversation / each conversation used 1 spoken language so i'm confused brother
|
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"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. |
so i must put theme like that for Multi2 Fr/En
"Locale"="fr_FR" "Locale"="en_US" "Language"="French" "Language"="English" |
dont forget the "LanguageName=French" & "LanguageName=English" as well
|
i did it like you said but the game have been installed in english language but my windows is french !!! i'm confused lol
|
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. |
ValueData: $00000000 is for English
|
good morning :)
could some one tell me how to fix this error :confused: http://img854.imageshack.us/img854/1737/sanstitreoy.jpg |
Quote:
[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\\" |
Quote:
Thanks anyway! ;) |
Quote:
You got to burn to DVD? The DVD may be scratched. |
Quote:
|
| All times are GMT -7. The time now is 19:45. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com