FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [CIUv3] Custom Installer Ultimate v3 (https://fileforums.com/showthread.php?t=102510)

Kitsune1982 12-09-2019 11:25

1 Attachment(s)
sorry for making a second post. i finished the tutorial and am attaching it along with my setup.ini and sample buttons/images for my CIU custom button tutorial in a single 7zip archive. hope you all find it useful!

Paws out.

-Kitsune1982

andreiutzu21 17-09-2019 11:33

uninstall progressbar
 
hello to everyone . i have a issue . when i uninstall game progressbar is not on centre. what changes i have to make ????

oywj_fx 26-09-2019 05:18

Thank you very much!
This is a good project!

andreiutzu21 28-09-2019 07:45

Diskspan conditions
 
to be clear i want to make prototype 1 & 2 conv with diskspan . how to set (conditions) changes when i select from installer only one game to install not both games . where i need to set. thanks p.s. sorry for bad english

pakrat2k2 28-09-2019 07:54

In setup.ini you use 2 sections ( fill in all parts for both games )
[Component1] & [Component2]

[Executable1] & [Executable2]

IE:

[Component1]
--------------
Name=Main Game
Size=34000
Checked=1
Enabled=0
ShowInstallLabel=0

[Component2]
--------------
Name=Main Game 2
Size=4000
Checked=1
Enabled=0
ShowInstallLabel=0

[Executable1]
-------------
Name=Main Game
Exe=Main Game.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

[Executable2]
-------------
Name=Main Game 2
Exe=Main Game 2.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

andreiutzu21 28-09-2019 07:58

Quote:

Originally Posted by pakrat2k2 (Post 482823)
In setup.ini you use 2 sections ( fill in all parts for both games )
[Component1] & [Component2]

[Executable1] & [Executable2]

IE:

[Component1]
--------------
Name=Main Game
Size=34000
Checked=1
Enabled=0
ShowInstallLabel=0

[Component2]
--------------
Name=Main Game 2
Size=4000
Checked=1
Enabled=0
ShowInstallLabel=0

[Executable1]
-------------
Name=Main Game
Exe=Main Game.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

[Executable2]
-------------
Name=Main Game 2
Exe=Main Game 2.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

i've done that don't work. he's extract both games even when i check only 1 game.

pakrat2k2 28-09-2019 09:27

missed that part :o

andreiutzu21 28-09-2019 09:27

Quote:

Originally Posted by Cesar82 (Post 482825)
You must tell which Data file belongs to each component.

If you use the [ExtractSettings] section of Setup.ini.
Code:

[ExtractSettings]
ArcFile1={src}\Data1.bin.001;DestDir:{app};Type:ARC;Disk:1;Comp:1;
ArcFile2={src}\Data2.bin.001;DestDir:{app};Type:ARC;Disk:5;Comp:2;

If you use the Records.ini use:

Code:

[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
Components=1

[Record2]
Type=Freearc_Original
Source={src}\Data2.bin.001
Output={app}
Disk=1
Components=2


thank's man

andreiutzu21 01-10-2019 10:09

Error decompressing
 
unarc.dll error code -7 at 3 % progress install WHY???

houcine80 02-10-2019 02:53

Quote:

Originally Posted by andreiutzu21 (Post 482867)
unarc.dll error code -7 at 3 % progress install WHY???

Hi
use other version with different date because this is bug (2019-08-31 )

andreiutzu21 02-10-2019 07:10

Quote:

Originally Posted by houcine80 (Post 482869)
Hi
use other version with different date because this is bug (2019-08-31 )

please can you explain how to do that please

Cesar82 02-10-2019 12:24

CIU 3.0.0.0.u5 [2019.08.31] HOTFIX
 
1 Attachment(s)
@andreiutzu21
@houcine80 meant to test you with older CIU source codes.
But now just test using the script in this post.

-------------------------------------------------------------------
I had previously prepared a hotfix for @mausschieber.

I didn't share it with the other users because I was waiting for @KaktoR to be available for some testing and posting the new version 3.0.0.0.u6.
So while @KaktoR is not available, I am sharing a hotfix for u5 with the fixes provided to mausschieber and some more changes I made later.

I don't know if this bug from "Error Decompressing" will be solved, but I hope so, because the changes made to the script on the 2019-08-31 were minimal and there were some bugs that have now been fixed..
Test and share if you still have the same error compiling with the new script.

If this error still happens with this script, test with older scripts and let me know what is the latest version without the error so I can check.

Thanks!

andreiutzu21 03-10-2019 08:59

Quote:

Originally Posted by Cesar82 (Post 482880)
@andreiutzu21
@houcine80 meant to test you with older CIU source codes.
But now just test using the script in this post.

-------------------------------------------------------------------
I had previously prepared a hotfix for @mausschieber.

I didn't share it with the other users because I was waiting for @KaktoR to be available for some testing and posting the new version 3.0.0.0.u6.
So while @KaktoR is not available, I am sharing a hotfix for u5 with the fixes provided to mausschieber and some more changes I made later.

I don't know if this bug from "Error Decompressing" will be solved, but I hope so, because the changes made to the script on the 2019-08-31 were minimal and there were some bugs that have now been fixed..
Test and share if you still have the same error compiling with the new script.

If this error still happens with this script, test with older scripts and let me know what is the latest version without the error so I can check.

Thanks!

thank you. now it work with this HOTFIX. i will let you know if appears other problems. thank's again

andreiutzu21 04-10-2019 10:58

hi all users. it is ok to compile with innosetup 6.0.2 unicode? or should i use version 5???

andreiutzu21 04-10-2019 12:17

hei again
 
Quote:

Originally Posted by Cesar82 (Post 482880)
@andreiutzu21
@houcine80 meant to test you with older CIU source codes.
But now just test using the script in this post.

-------------------------------------------------------------------
I had previously prepared a hotfix for @mausschieber.

I didn't share it with the other users because I was waiting for @KaktoR to be available for some testing and posting the new version 3.0.0.0.u6.
So while @KaktoR is not available, I am sharing a hotfix for u5 with the fixes provided to mausschieber and some more changes I made later.

I don't know if this bug from "Error Decompressing" will be solved, but I hope so, because the changes made to the script on the 2019-08-31 were minimal and there were some bugs that have now been fixed..
Test and share if you still have the same error compiling with the new script.

If this error still happens with this script, test with older scripts and let me know what is the latest version without the error so I can check.

Thanks!

this hotfix doesn't create uninstall.exe after install anymore. can you fix that?


All times are GMT -7. The time now is 23:28.

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