|
[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=
|