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)

houcine80 04-10-2019 12:31

hi
@andreiutzu21
i test install uninstall everything is oki

houcine80 04-10-2019 12:36

Quote:

Originally Posted by andreiutzu21 (Post 482891)
hi all users. it is ok to compile with innosetup 6.0.2 unicode? or should i use version 5???

normally yes
in the tools folder there is (innosetup-6.0.2.repack.lite)

andreiutzu21 04-10-2019 12:39

Quote:

Originally Posted by houcine80 (Post 482895)
normally yes
in the tools folder there is (innosetup-6.0.2.repack.lite)

i have tested and uninstall is not there after install?
tried with diferent Setup

it is possible to not create uninstall if i renamed after i have compiled setup Setup. to NEW_Setup.exe ? with new_setup uninstall is not there

Riž 09-10-2019 05:28

I'm sorry for this but I'm new to compressing and I want to know more, I found out that this is the easier way to make a custom installer. When I open the script provided I'm getting Error Loading ISCmplr.dll

andreiutzu21 09-10-2019 12:28

anther error zlib+srep+lzma
 
my game is compressed with diskspan method zlib+srep+lzma and when installin at 0% "unable to write to disk error code -11"

same game compressed with diskspan method srep+lzma and it work

where i have to change decompression method? thank's in advice



GOT IT I HAVE DELETED // in front of all #Define ....... in COMPRESSOR.INI

Riž 09-10-2019 23:43

Quote:

Originally Posted by Cesar82 (Post 482969)
Displaying Error Loading ISCmplr.dll in which program?

Inno Setup 6. I downloaded the script provided in here. IntallerScript_3.0.0.0.u5 [2019.08.31].iss

mausschieber 10-10-2019 01:08

Quote:

Originally Posted by Riž (Post 482976)
Inno Setup 6. I downloaded the script provided in here. IntallerScript_3.0.0.0.u5 [2019.08.31].iss

The Script used Unicode Version of Inno setup

Riž 10-10-2019 01:41

Quote:

Originally Posted by mausschieber (Post 482977)
The Script used Unicode Version of Inno setup

Thanks for creating the script. I still have a lot to learn, haven't even scratched the very surface yet.
Also I didn't paid much attention to what I downloaded. I got the quick startup. Just as you said it is for the unicode version.

houcine80 25-10-2019 03:27

hi Cesar82,

it is possible to use (Small Installer) without using the images (Background) ????

houcine80 25-10-2019 03:28

Quote:

Originally Posted by Cesar82 (Post 483054)
Hello people...

Any of you would have the CI source code (Before being CIU) ....
I needed a very early version, specifically version 4.2.0.0. I searched the forum and found nothing.
I don't know if Yener shared this version with anyone, but he used it on some old conversions like Driver San Francisco and FIFA 2012.
If anyone has this source code and can share it would be very useful for me.

Thanks!

I do not have it sorry:(

houcine80 25-10-2019 04:40

Quote:

Originally Posted by Cesar82 (Post 483151)
At least the first image is required (1.png or 1.pg) to enable smallInstaller at fullscreem.
If you use Flash.BG.swf you don't need the image file, but if you don't have Flash installed, it won't display SmallInstaller ...

Do you suggest using SmallInstaller without being full screen?
Maybe if this is useful I can work it out in the script.

Hi
I think it's better than full screen
and thank you very much for your wonderful work:)

houcine80 25-10-2019 09:20

Hi Cesar82.
I find that the version of (CIUv3) does not work properly for (Component) because I test plusuer times and it does not work example I need To install just (Dead Space 1) the program installs the 3 dead space:
can not choose which game you want to install!

mausschieber 25-10-2019 09:43

Quote:

Originally Posted by houcine80 (Post 483161)
Hi Cesar82.
I find that the version of (CIUv3) does not work properly for (Component) because I test plusuer times and it does not work example I need To install just (Dead Space 1) the program installs the 3 dead space:
can not choose which game you want to install!

have you use this
Code:

[Executable1]
-------------------------------------------------------------------------------
Name=Trine Enchanted Edition
Exe=trine1_launcher.exe
ExePath=Trine Enchanted Edition

[Executable2]
-------------------------------------------------------------------------------
Name=Trine 2 Complete Story
Exe=trine2_launcher.exe
ExePath=Trine 2 Complete Story

[Executable3]
-------------------------------------------------------------------------------
Name=Trine 3 The Artifacts of Power
Exe=trine3_launcher.exe
ExePath=Trine 3 The Artifacts of Power


pakrat2k2 25-10-2019 09:55

Quote:

Originally Posted by mausschieber (Post 483162)
have you use this
Code:

[Executable1]
-------------------------------------------------------------------------------
Name=Trine Enchanted Edition
Exe=trine1_launcher.exe
ExePath=Trine Enchanted Edition

[Executable2]
-------------------------------------------------------------------------------
Name=Trine 2 Complete Story
Exe=trine2_launcher.exe
ExePath=Trine 2 Complete Story

[Executable3]
-------------------------------------------------------------------------------
Name=Trine 3 The Artifacts of Power
Exe=trine3_launcher.exe
ExePath=Trine 3 The Artifacts of Power


also need

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

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

[Component3]
--------------
Name=Main Game
Size=5000
Checked=1
Enabled=0
ShowInstallLabel=0

houcine80 25-10-2019 10:15

Quote:

Originally Posted by Cesar82 (Post 483164)
KaktoR spoke long ago that works well.
If you refer to this conversion HERE, , you might miss entering the destination of each component.

TRY:
First each game must be compressed separately.

Using "Records.ini" file....
You must fill in hand in each section to which component belongs ...
The [Record#] sections of the "Records.ini" file supports (Manually Add)
Code:

Component=
Task=
Language=

Component, Task or Language can enter one or more comma separated.
Example: Component=1 or use Component=1,2
Code:

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

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

Using the section [ExtractSettings] of "Setup.ini" file....
In the [ExtractSettings] section or compatible parameters are: Comp, Task and Lang
If you use the [ExtractSettings] section you must also tell which component each file belongs to.

Code:

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


I did not add that (Component = 1) in Record.ini
I test after :) thx bro


All times are GMT -7. The time now is 22:51.

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