FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

pakrat2k2 07-01-2013 21:55

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.

geekstar 10-01-2013 04:54

Quote:

Originally Posted by KillerOh (Post 396334)
By looking the setup.ini file provided in the newest setup code, I've noticed the following:
Code:

FreeArcFile1={src}\Movies.cab;DestDir:{app};Disk:1;PrecSrep:0
It seems that switching that "0" to "1" will enable PreComp and SRep compressions.
Plus, by reading this:

I suppose that will do the trick.
I haven't seen the coding part yet, but I suppose that, if no "*.srep" file is present, then the IsDone functions will just "skip" that and start PreComp de-compress.

I'll enjoy the chance and ask if there is a way to make a "cab" file uncompress ONLY when we select a specific language.
I mean, let's consider that I've created three different cabs, "lang_eng.cab" (English), "lang_esp.cab" (Spanish) and "lang_ger.cab" (German). Is that possible to this installer to unpack only "lang_eng.cab" when select "english" in the lang selector, or "lang_esp.cab" when select "spanish" language, and so on?

should the extension of srep compressed file be *.srep or *.rep????please answer quickly....

pakrat2k2 10-01-2013 20:07

look in this tutorial under setup.ini section...

http://fileforums.com/showthread.php?t=92805

yener90 11-01-2013 06:24

fix for Far Cry 3 Uninstaller problem:
#define ProductCode "{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"
delete this line.

Janukafix 11-01-2013 06:52

Fullscreen erro

go to link download attachment help please yener90

http://www.fileforums.com/showthread.php?t=94069

muzz 11-01-2013 07:39

minimize and close button
 
how to add minimize and close button in small installer

pakrat2k2 11-01-2013 08:04

Quote:

Originally Posted by yener90 (Post 412873)
fix for Far Cry 3 Uninstaller problem:
#define ProductCode "{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"
delete this line.

not a fix, just an error on everyone's part using same productcode for every game. instead in inno, goto tools, generate GUID. put the new generated GUID for that conversion, into the define productcode line. then they wont be the same for every game/conversion.

Fabioddq 11-01-2013 08:25

Quote:

Originally Posted by muzz (Post 412875)
how to add minimize and close button in small installer

Support only in Installer (Welcome Page).

yener90 11-01-2013 08:25

Quote:

Originally Posted by pakrat2k2 (Post 412876)
not a fix, just an error on everyone's part using same productcode for every game. instead in inno, goto tools, generate GUID. put the new generated GUID for that conversion, into the define productcode line. then they wont be the same for every game/conversion.

its not really an error, just a featue^^
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.

yener90 11-01-2013 10:28

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.

Janukafix 12-01-2013 04:03

http://www.fileforums.com/showthread.php?t=94069

CIU 1.0.0.3 Fullscreen "Error"

Fix please yener90.....

vasu001 12-01-2013 07:44

Quote:

Originally Posted by yener90 (Post 412887)
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.

:eek:when this started to happen?
i am using Eset 5.2.9.1 and didn't get any virus warning up until now........

yener90 17-01-2013 13:50

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

REV0 17-01-2013 14:16

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

Fabioddq 17-01-2013 14:34

Quote:

Originally Posted by REV0 (Post 413063)
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

I will test with Angry Birds Collection and post my results. ;)

yener90 17-01-2013 15:54

1 Attachment(s)
Quote:

Originally Posted by REV0 (Post 413063)
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

sorry forgot this bug.
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.

yener90 24-01-2013 02:13

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.

Fabioddq 24-01-2013 04:21

Quote:

Originally Posted by yener90 (Post 413187)
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.

Ok, thanks for your awesome work, hope you get well soon. ;)

Grumpy 24-01-2013 04:41

Quote:

Originally Posted by yener90 (Post 413187)
dudes...my private life get really bad.

Hope everything is ok yener, and I certainly hope things get better for you. ;)

4tRUst 25-01-2013 12:23

Quote:

Originally Posted by yener90 (Post 413187)
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.

Good luck to you and thanks for your contributions, i hope you get everything sorted as you wish.

NamelessOne 25-01-2013 13:05

Quote:

Originally Posted by yener90 (Post 413187)
dudes...my private life get really bad.

Sorry to hear about this. Hope everything goes well, man. Good luck to you ;)

Newbie 25-01-2013 13:18

Yeah, hope everything will be OK, take care and Thank You for all what you have done for us.

REV0 26-01-2013 10:25

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 ?

Fabioddq 26-01-2013 21:04

Quote:

Originally Posted by REV0 (Post 413283)
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] ;)

ander01 27-01-2013 03:29

where ta link the new CIU OF CHANGELOG 1.0 (C = Custom Installer I = U = Ultimate) to make new custom installers

Fabioddq 27-01-2013 05:10

Quote:

Originally Posted by ander01 (Post 413301)
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. ;)

alias-as 28-01-2013 11:06

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\\"

pakrat2k2 28-01-2013 12:06

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.

alias-as 28-01-2013 12:16

the probleme is there is no a multilanguage conversation / each conversation used 1 spoken language so i'm confused brother

pakrat2k2 28-01-2013 12:25

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.

alias-as 28-01-2013 13:07

so i must put theme like that for Multi2 Fr/En
"Locale"="fr_FR"
"Locale"="en_US"
"Language"="French"
"Language"="English"

pakrat2k2 28-01-2013 13:14

dont forget the "LanguageName=French" & "LanguageName=English" as well

alias-as 28-01-2013 13:34

i did it like you said but the game have been installed in english language but my windows is french !!! i'm confused lol

Fabioddq 28-01-2013 14:35

Quote:

Originally Posted by alias-as (Post 413344)
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.

pakrat2k2 28-01-2013 18:01

ValueData: $00000000 is for English

alias-as 02-02-2013 03:56

good morning :)
could some one tell me how to fix this error :confused:
http://img854.imageshack.us/img854/1737/sanstitreoy.jpg

Privat 02-02-2013 04:20

Quote:

Originally Posted by Fabioddq (Post 413347)
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\\"

Fabioddq 02-02-2013 04:51

Quote:

Originally Posted by Privat (Post 413440)
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! ;)

Fabioddq 02-02-2013 04:52

Quote:

Originally Posted by alias-as (Post 413439)
good morning :)
could some one tell me how to fix this error :confused:
http://img854.imageshack.us/img854/1737/sanstitreoy.jpg

Probably, this file is corrupt! Try make the conversion again.

You got to burn to DVD? The DVD may be scratched.

REV0 02-02-2013 05:01

Quote:

Originally Posted by Fabioddq (Post 413441)
Yep, but he wants only English and French. :)

Thanks anyway! ;)

And he wants Dead Space 2


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