View Single Post
  #29  
Old 24-11-2013, 06:48
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
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 View Post
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=

Last edited by Fabioddq; 24-11-2013 at 07:06.
Reply With Quote
The Following User Says Thank You to Fabioddq For This Useful Post:
jackstuff (24-11-2013)