The latest version of CIU v2 has a new feature where you can edit some things creating a Setup.ini.
Quote:
Originally Posted by jackstuff
But where do i get setup.ini?
|
Just create the file!
If im correct, you can edit: Exec values, Extractsetrings, lang and launch values. Dont know how many dvd you have for 4 Data.cabs but here you go:
Quote:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:1;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:2;
FreeArcFile4=Data4.cab;DestDir:{app};Disk:2;
|
Change to your needs.
Other parameters editables:
Quote:
[LauncherSettings]
InstallRedist=1
[Launch1]
Name=DirectX
32Exe={app} or {src} + path
Argument=
BeforeInstall=0
[Launch2]
Name=Microsoft Visual C++ 2012 x86 - x64
32Exe={app} or {src} + path
64Exe={app} or {src} + path
Argument=/q /norestart
BeforeInstall=0
[InstallOptions]
Lang=
[Executable1]
Name=
Exe=
ExePath=
Parameter=
Icon=
GDFBinary=
[Executable2]
Name=
Exe=
ExePath=
Parameter=
Icon=
GDFBinary=
|