View Single Post
  #672  
Old 29-07-2013, 09:20
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
Quote:
Originally Posted by Riddle_R View Post
I made it this way now..

[InstallOptions]
ApplicationName=Hitman - Blood Money
Publisher=IO interactive
GameSize=9950
MyExecutableName=hitmanbooldmoney.exe
Editor=Riddle_R
Lang=en,
[InstallSettings]
GDFBinary=GDF.dll
[ExtractSettings]
FreeArcFile1={src}\Data.arc;DestDir:{app};Disk:1;P recSrep:1
PrecompVer=Inside


Still get the same error
add PrecompVer=Inside at bottom of [Installoptions] section,
with PrecompVer=Inside you DONT need PrecSrep:1 at end of FreeArcFile1 line...
ONLY if you made your archives old way
freearc -m0 compression data.arc
precomp data.arc > data.pcf
srep data.pcf > data.srep
freearc ( -m9x -ld192m (max compression method you want ) data.srep > data.xyz ( extension can be any name. ))

and REMOVE [InstallSettings] shouldnt be there.

MyExecutableName=hitmanbooldmoney.exe > typo ? should be hitmanbloodmoney

Last edited by pakrat2k2; 29-07-2013 at 09:31.
Reply With Quote