View Single Post
  #5  
Old 19-08-2014, 08:08
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
You opened script with inno setup 5.5.5u (this shows on your screenshot). Just open compil32. Exe from folder with inno setup ee and then click open and select your script.iss or just make association of. Iss with cimpil32. Exe
YES MAN I DID IT
ALL GOOD, JUST ONE LAST QUESTION.

In Script.iss do i have to edit full green text or just some red text ?

Quote:
AppName={code:GameName}
AppPublisher={code:GamePublisher}
AppVersion={code:GameVersion}
AppComments={code:GameName}
DefaultDirName={pf}\{code:GamePublisher}\{code:Gam eName}
DefaultGroupName={code:GamePublisher}\{code:GameNa me}
And what's matter of setup.ini ?
there are many "[FreearcFile1]" written
i have only 1 .bin file so kindly help to set that setup.ini file, i am marking some text as bold, kindly tell what to fill there :
Quote:
[Game]
Name=TEST
Publisher=XXXX
Version=1.0.0
Size=5200

Exec=Binaries\Launcher.exe
//Exec2Name=x64
//Exec2=Binaries\Launcher.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

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


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

Last edited by Adonix; 19-08-2014 at 08:20.
Reply With Quote
The Following User Says Thank You to Adonix For This Useful Post:
Prince Soft (05-11-2016)