View Single Post
  #92  
Old 19-08-2014, 21:58
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
adonix mate..

you don't have anything to edit in Script.iss
1- make your bin files..
2- edit the Setup.ini in output dir for you purpose.
3- open the script.iss and compile..thats all you have to do..

Code:
[Game]
Name=(name of the game)
Publisher=(publisher of the game)
Version=(version of the game)
Size=(required disk space for your game)

Exec=Binaries\Launcher.exe (where is your main exe file in the installation dir and main exe file name..)
//Exec2Name=x64 (secondary exe file name)(delete the line if you don't have secondary exe)
//Exec2=Binaries\Launcher.exe (where is your secondary exe file in the installation dir and exe file name..)(delete the line if you don't have secondary exe)

[Redist]
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 (what version of precomp you used to compress your bin files)

[FreearcFile1] (what format you used for compress(Freearc, 7Zip, Rar))(you archive number)
Archive={src}\Setup-1.bin (your bin file directory and bin file)
Output={app} (output directory)
Disk=1 (your disk number where your archive file is)
Password= (your bin password) (if you don't have password for your archive then put it blank)

do you know what to do when you have multiple bin files is it?

Pakrat2k, altef_4, Grumpy thanks for the backup guys..
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following 3 Users Say Thank You to y_thelastknight For This Useful Post:
altef_4 (19-08-2014), Grumpy (13-11-2014), samer1 (28-08-2014)