View Single Post
  #86  
Old 19-08-2014, 08:28
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
[Game]
Name=TEST
Publisher=XXXX
Version=1.0.0
Size=5200

Exec=Binaries\Launcher.exe ( The name & location of Your game's EXE)
//Exec2Name=x64
//Exec2=Binaries\Launcher.exe


[Redist] Comment these out with // IF your game doesn't have them or else enter in the folder name like it exists in game folder
Redist1Name=Direct X
Redist1Command={src}\Redist\DirectX\DXSetup.exe
Redist1Parameter=/Silent

Redist2Name=Microsoft Visual C++
Redist2Command={src}\Redist\vcredist_x86\vcredist_x86.exe
Redist2Parameter=/q /norestart

[Settings]
Precomp=0.38 not needed unless you used precomp to make your bin file

[FreearcFile1]
Archive={src}\Data1.arc change to match the name of your file
Output={app}
Disk=1
;Password=


The types listed below can be changed to match your files IF you HAD more then 1. Just shows what types of files can be entered in setup.ini.

[FreearcFile2]
Archive={src}\Data2.arc
Output={app}
Disk=1
;Password=


//[7ZipFile2]
Archive={src}\Data.7z
Output={app}
Disk=2
;Password=

//[RarFile3]
Archive={src}\Data.rar
Output={app}
Disk=2
;Password=
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
Prince Soft (05-11-2016), y_thelastknight (19-08-2014)