FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Ciu 2.0 (https://fileforums.com/showthread.php?t=96795)

yasitha 05-04-2015 02:12

Ciu 2.0
 
I need Components setting Configure , CIU 2.0 :(

if i put this settings on setup.ini,
it will activate but not completely, i need to know how to configure Components setting's.

[Component1]
Name=Game1
Size=8000

[Component2]
Name=Game2
Size=9000

Please help me.!!!!!

pakrat2k2 05-04-2015 09:32

how you have it listed is correct

yasitha 06-04-2015 06:53

Quote:

Originally Posted by pakrat2k2 (Post 439584)
how you have it listed is correct

if you know how it worked, please tell me step by step.. :confused:

mausschieber 06-04-2015 07:24

Quote:

Originally Posted by yasitha (Post 439610)
if you know how it worked, please tell me step by step.. :confused:

Example: Setup.ini

Code:

/////////////////////  SETUP SETTINGS  //////////////////////

[InstallOptions]
ApplicationName=Red Faction Tetralogy
Publisher=Atari
GameSize=19800
//ProductCode={3FEA6CD1-EA13-4CE7-A74E-A74A4A0A7B5C}
PrecompVer=inside
Lang=EN,FR,DE,IT,ES
SetupVersion=1.0
GameVersion=1.0

[SystemReq]
ProcCore=2
ProcFreq=2000
RAM=1024
VideoRAM=256
WinVerMajor=5
WinVerMinor=1
ServicePack=3

[Executable1]
Name=Red Faction 1
Exe=RCT.EXE
ExePath=Red Faction Tetralogy\Red Faction 1
Parameter=
Icon=Red Faction Tetralogy\Red Faction 1\1.ico
GDFBinary=

[Executable2]
Name=Red Faction 2
Exe=RCT2.EXE
ExePath=Red Faction Tetralogy\Red Faction 2
Parameter=
Icon=Red Faction Tetralogy\Red Faction 2\2.ico
GDFBinary=

[Executable3]
Name=Red Faction 3
Exe=RCT3plus.EXE
ExePath=Red Faction Tetralogy\Red Faction 3
Parameter=
Icon=Red Faction Tetralogy\Red Faction 3\3.ico
GDFBinary=

[Executable4]
Name=Red Faction 4
Exe=RCT3plus.EXE
ExePath=Red Faction Tetralogy\Red Faction 4
Parameter=
Icon=Red Faction Tetralogy\Red Faction 4\4.ico
GDFBinary=

[Component1]
Name=Red Faction 1
Size=1400

[Component2]
Name=Red Faction 2
Size=1600

[Component3]
Name=Red Faction 3
Size=7500

[Component4]
Name=Red Faction 4
Size=9300

[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:3;
FreeArcFile3=Data4.cab;DestDir:{app};Disk:1;

//////////////////////  SETUP DESIGN BUTTON  //////////////////////

[StandardButton]
Width=180
Height=50
Font=Ubuntu
FontUC=1
FontColor=$aaaaaa
FontColorOnMouse=$aaaaaa
FontColorMouseDown=$aaaaaa
FontColorDisabled=$ffffff
FontSize=12
FontSizeOnMouse=12
FontBold=1
OneLiner=1
Alignment=center
Shadow=1

[NextButton]
Left=61
Top=75
Width=160
Height=65
FontColorOnMouse=$aaaaaa
FontColorMouseDown=$aaaaaa
FontColorDisabled=$ffffff
FontColor=0

[BackButton]
Left=60
Top=155
Width=160
Height=65
FontSize=12
FontColor=0
FontColorOnMouse=$aaaaaa
FontColorMouseDown=$aaaaaa
FontColorDisabled=$ffffff

[CancelButton]
Left=60
Top=230
Width=160
Height=65
FontSize=12
FontColor=0
FontColorOnMouse=$aaaaaa
FontColorMouseDown=$aaaaaa
FontColorDisabled=$ffffff

[MusicButton]
Left=-600
Top=10

//////////////////////  SETUP DESIGN SMALL BUTTON  //////////////////////

[SmallButton]
Width=124
Height=29
FontSize=10
FontSizeOnMouse=10

//////////////////////  SETUP DESIGN OTHER BUTTON  //////////////////////

[EqualizerButton]
Left=630
Top=15
NumberOfStripes=6
NumberOfBlocks=6
BlockWidth=4
BlockHeight=1
LineHeight=1
Visible=1

//////////////////////  SETUP DESIGN INTERFACE  //////////////////////

[Flash1]
Left=55
Top=0
Width=714
Height=106

[TextStage]
Top=125
Left=320
Width=412
Height=212
SpaceFromBorder=10
Center=1
Font=Ubuntu
FontSize=2
FontColor=$FFFFFF
Shadow=1

[InterfaceSettings]
ChangeFrame=1
InstallerWidth=800
InstallerHeight=600
BackgroundWidth=1280
BackgroundHeight=720
ShowBGFullscreen=0

ProgressBarLabelColor=$ffffff
ProgressBarHeight=15
MoveProgressBarLabel=0
MoveDirectoryInfo=25
MoveProgressBar=4

[SmallInstaller]
Width=550
Height=300
TextLeft=30
TextTop=101
TextWidth=494
TextHeight=190
FontColor=$ffffff
PosRightDown=0

//////////////////////  AUTORUN DESIGN //////////////////////

[AutorunSettings]
AutorunWidth=600
AutorunHeight=600
Music=1

[StandardButtonAR]
Width=180
Height=50
Font=Ubuntu
FontUC=1
FontColor=$aaaaaa
FontColorOnMouse=$01cefd
FontColorMouseDown=$00cdfc
FontColorDisabled=$ffffff
FontSize=12
FontSizeOnMouse=12
FontBold=1
OneLiner=1
Alignment=center
Shadow=1
LabelX=0
LabelY=0

[Play1Button]
Left=10
Top=177
Text=Red Faction 1
FontSize=12
Width=180
Height=50

[Play2Button]
Left=10
Top=233
Text=Red Faction 2
FontSize=12
Width=180
Height=50

[Play3Button]
Left=410
Top=177
Text=Red Faction 3
FontSize=12
Width=180
Height=50

[Play4Button]
Left=410
Top=230
Text=Red Faction 4
FontSize=12
Width=180
Height=50

[UnInstallButton]
Left=13
Top=517

[EqualizerButtonAR]
Left=280
Top=360
NumberOfStripes=6
NumberOfBlocks=6
BlockWidth=4
BlockHeight=1
LineHeight=1
Visible=1

[MusicButtonAR]
Left=280
Top=455
Width=31
Height=120
Visible=0

[LangBox]
Left=210
Top=570
//Center=1
ShowOnly=5
Position=Horizontal

[SetupTitleAR]
Top=8
FontSize=12
FontColor=$ffffff
Visible=0

[Exit1Button]
Left=404
Top=518


[LauncherSettings]
InstallRedist=0


alucard1973 03-05-2015 15:39

hello,
I have a problem with the setup.ini or it comes from the script I know, I use CIU 2.0.3.0, once the Data1.cab create impossible to extract as if it detects no I not even an error message nothing.
Can you help me please

thank you

Script:

Code:

/////////////////////  SETUP SETTINGS  //////////////////////

[InstallOptions]
ApplicationName=Tomb Raider Collection Pack
Publisher=Eidos
GameSize=23500
//ProductCode={3FEA6CD1-EA13-4CE7-A74E-A74A4A0A7B5C}
PrecompVer=0.42
Lang=en,de,es,fr,it,cz,hu,jp,ko,pl,prbr,ro,ru,cnt
SetupVersion=1.0
GameVersion=1.0
Editor=Alucard73

[Executable1]
Name=Tomb Raider 1
Exe=dosbox.exe
ExePath=DOSBOX
Parameter=-conf "{app}\Tomb Raider 1\dosboxTR.conf" -conf "{app}\Tomb Raider 1\dosboxTR_soft.conf" -noconsole -c exit
Icon=Tomb Raider 1\gfw_high.ico
GDFBinary=

[MinSystemReq]
ProcCore=1
ProcFreq=1800
RAM=512
VideoRAM=256
WinVerMajor=5
WinVerMinor=1
ServicePack=0

[RecSystemReq]
ProcCore=2
ProcFreq=2200
RAM=1024
VideoRAM=512
WinVerMajor=5
WinVerMinor=1
ServicePack=3

[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:1;

[Component1]
Name=Tomb Raider 1
Size=370

[Component2]
Name=Tomb Raider 2
Size=456

[Component3]
Name=Tomb Raider 3
Size=484

[Component4]
Name=Tomb Raider 4
Size=934

[Component5]
Name=Tomb Raider 5
Size=553

[Component6]
Name=Tomb Raider 6
Size=1334

[Component7]
Name=Tomb Raider Anniversary
Size=3860

[Component8]
Name=Tomb Raider Legend
Size=7221

[Component9]
Name=Tomb Raider Underworld
Size=7300

//////////////////////  SETUP DESIGN BUTTON  //////////////////////

[StandardButton]
Width=300
Height=26
Font=Agency FB
FontUC=1
FontColor=$ffffff
FontColorOnMouse=$01cefd
FontColorMouseDown=$00cdfc
FontColorDisabled=$aaaaaa
FontSize=13
FontSizeOnMouse=15
FontBold=0
OneLiner=1
Alignment=left
Shadow=1

[NextButton]
Left=70
Top=280

[BackButton]
Left=70
Top=320

[CancelButton]
Left=70
Top=400
FontSize=10

[MusicButton]
Left=70
Top=430
FontSize=10

//////////////////////  SETUP DESIGN SMALL BUTTON  //////////////////////

[SmallButton]
Width=100
Height=20
FontSize=10
FontSizeOnMouse=12

//////////////////////  SETUP DESIGN OTHER BUTTON  //////////////////////

[EqualizerButton]
Left=777
Top=39
NumberOfStripes=8
NumberOfBlocks=5
BlockWidth=3
BlockHeight=1
LineHeight=1

[MinimizeButton]
Left=820
Top=30
Width=24
Height=24

[ExitButton]
Left=850
Top=30
Width=24
Height=24

//////////////////////  SETUP DESIGN INTERFACE  //////////////////////

[Flash1]
Left=55
Top=0
Width=714
Height=106

[Logo]
LogoLeft=400
LogoTop=90
LogoWidth=178
LogoHeight=80

[TextStage]
Top=250
Left=386
Width=500
Height=245
SpaceFromBorder=5
Center=1
Font=Helvetica Neue Lt Std
FontSize=2
FontColor=$ffffff
Shadow=1

[InterfaceSettings]
ChangeFrame=0
InstallerWidth=930
InstallerHeight=530
BackgroundWidth=1280
BackgroundHeight=720
ShowBGFullscreen=0

ProgressBarLabelColor=$FFFFFF
ProgressBarHeight=12
MoveProgressBarLabel=0
MoveDirectoryInfo=-10
MoveProgressBar=4
//MoveFileLabelY=0
//MoveTimeLabelY=0

[SmallInstaller]
Width=620
Height=350
Shadow=70
TextLeft=30
TextTop=115
TextWidth=440
TextHeight=130
FontColor=$ffffff
PosRightDown=0
//MoveProgressBar=0
//MoveFileLabelY=0
//MoveTimeLabelY=0
//MoveMusicX=0
//MoveMusicY=0
//MoveCancelX=0
//MoveCancelY=0

[BigTitle]
Left=2
Top=-354
Width=554
Height=80
FontSize=56
FontColor=$bebebe
FontUC=1
Visible=0

[SetupTitle]
Top=8
FontSize=10
FontColor=$ffffff
Visible=0

//////////////////////  AUTORUN DESIGN //////////////////////

[AutorunSettings]
AutorunWidth=930
AutorunHeight=530
Music=1

[StandardButtonAR]
Width=300
Height=26
Font=Agency FB
FontUC=1
FontColor=$ffffff
FontColorOnMouse=$01cefd
FontColorMouseDown=$00cdfc
FontColorDisabled=$aaaaaa
FontSize=10
FontSizeOnMouse=12
FontBold=0
OneLiner=1
Alignment=left
//Shadow=1
LabelX=10
//LabelY=6

[Play1Button]
Left=70
Top=280
FontSize=14
ShowPlayLabel=1

[Play2Button]
Left=-563
Top=0
Text=config

[UnInstallButton]
Left=70
Top=340

[WebsiteButton]
Left=70
Top=370
Site=t411.io/users/torrents/?id=96561966

[BrowseDVDButton]
Left=70
Top=400
Visible=0

[EqualizerButtonAR]
Left=868
Top=27
NumberOfStripes=8
NumberOfBlocks=5
BlockWidth=3
BlockHeight=1
LineHeight=1
Visible=1

[MusicButtonAR]
Left=130
Top=160
Width=31
Height=120
Visible=0

[LangBox]
Left=400
Top=25
//Center=1
ShowOnly=0
//Position=Vertical

[SetupTitleAR]
Top=8
FontSize=12
FontColor=$ffffff
Visible=0

[Exit1Button]
Left=70
Top=430

[MinimizeARButton]
Left=0
Top=0
Width=24
Height=24

[Exit2Button]
Left=850
Top=30
Width=24
Height=24

[LauncherSettings]
InstallRedist=1

[Launch1]
Name=DirectX
32Exe={src}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe
Argument=/silent
BeforeInstall=1

[Launch2]
Name=Visual C++ 2005
32Exe={src}\_CommonRedist\vcredist\2005\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2005\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=1

[Launch3]
Name=Visual C++ 2008
32Exe={src}\_CommonRedist\vcredist\2008\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2008\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=1

//[Launch3]
//Name=Nvidia PhysX
//32Exe={src}\_CommonRedist\PhysX-9.12.0613-SystemSoftware.msi
//64Exe={src}\_CommonRedist\vcredist\2008\vcredist_x64.exe
//Argument=/qn /i
//BeforeInstall=1


KaktoR 04-05-2015 00:09

^
From where you have 2.0.3.0?

alucard1973 04-05-2015 01:42

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

KaktoR 04-05-2015 04:33

Funny. Thank you.

jamel2013 04-05-2015 11:00

Quote:

Originally Posted by yasitha (Post 439578)
I need Components setting Configure , CIU 2.0 :(

if i put this settings on setup.ini,
it will activate but not completely, i need to know how to configure Components setting's.

[Component1]
Name=Game1
Size=8000

[Component2]
Name=Game2
Size=9000

Please help me.!!!!!



Quote:

Originally Posted by KaktoR (Post 440437)
^
From where you have 2.0.3.0?


Take this is very easy

you can add video in Background

You can add images to 20

alucard1973 13-05-2015 15:30

you not have an .iss file in order to change to my liking certain points like saying to settle the registry key if the game number 1 is to select or create an icon of the game if the game is select number 1

pakrat2k2 13-05-2015 15:46

In CIUV2 there is a separate file Registry.iss ONLY if you need registry keys for your game
same structure like before, just the [Registry] heading with what you need under that.
CIUV2 will read the registry.iss file only if it exists, otherwise its skipped.


All times are GMT -7. The time now is 04:20.

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