Thread: Its over.
View Single Post
  #24  
Old 14-12-2013, 01:12
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
variable names?
Yep. Here's yener's setup.ini vs your one.

Round 1:
Code:
[ExtractSettings]
PrecompVer=0.42
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
Code:
[ExtractSettings]
PrecompVer=0
FreeArcFile1={src}\Data1.cab;Destination:{app};Disk:1
FreeArcFile2={src}\Data2.cab;Destination:{app};Disk:1

Round 2:
Code:
[LauncherSettings]
Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1={src}\Redist\directx\dxsetup.exe
LaunchArg1=/silent
Code:
[TaskSettings]
Task1Name=DirectX
Task1x64=0
Task1BeforeInstall=0
Task1Command={app}\__Installer\directx\redist\DXSETUP.exe
Task1Parameter=/silent

Round 3:
Code:
[LangBox]
Left=360
Top=576
Center=1
Code:
LanguageSelectorLeft=0
LanguageSelectorTop=535
LanguageSelectorCenter=1

Round 4:
Code:
InstallerWidth=1436
InstallerHeight=734
Code:
InstallerWidth=1000
InstallerHeight=565

Round 5:
Code:
[SmallInstaller]
Width=525
Height=320
Code:
SmallInstallerWidth=600
SmallInstallerHeight=330
Whole your setup.ini is a copy of yener's one.
Moreover almost all variables have the same order!
The Following 4 Users Say Thank You to BAMsE For This Useful Post:
4tRUst (18-01-2014), Fabioddq (14-12-2013), mertderler (22-09-2015), wit (22-09-2015)