View Single Post
  #474  
Old 14-06-2012, 19:00
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
precomp.exe & precomp042.exe are the SAME, easier to use precomp.exe ( less to type )

IF your using freearc/precomp/srep then you DONT compile Installerscript.iss
just edit setup.ini & input your info there.

[InstallOptions]
ApplicationName=Max Payne 3 ---> this is name of Your game
Publisher=Codemasters ---> Manafacturer
MyExecutableName=showdown.exe --> Name of the games EXE
MyExecutablePath= ( put the path here if not in root of gamefolder)
SaveGameFolder=
GameSize=9646
Lang=de,en,es,fr,it,pl,pr,ru
LangUI=0
PrecompVer=042

[InstallSettings]
GDFBinary=game_gdf.dll ---> IF it has one if not delete the section

[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1; PrecSrep:1
FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:2; PrecSrep:1
FreeArcFile3={src}\Data3.cab;DestDir:{app};Disk:3; PrecSrep:1
FreeArcFile4={src}\Data4.cab;DestDir:{app};Disk:4; PrecSrep:1

IF you dont use precomp/srep then the above PrecSrep:1 should be changed to PrecSrep:0

ALL the INFO is in the tutorial post
http://fileforums.com/showthread.php?t=92805

Last edited by pakrat2k2; 14-06-2012 at 19:05. Reason: added PrecSrep:0 for setup.ini