View Single Post
  #11  
Old 09-07-2013, 06:33
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by red01 View Post
where is the option for internal compression in script (sorry i cant find it)?
to enable internal, change this key in installer.ini InternalSetup=Game_Folder

Quote:
Originally Posted by red01 View Post
and

i use the following method for external compression

compressions method
arc a -m0 data.arc "C:\Program Files\*"
precomp.exe -c- data.arc
srep.exe -m3f data.pcf data.srep
arc a -mx data.cab data.srep
how to configure this installer for above method?
Archive1Input={src}\data.cab
Archive1Output={app}\
Archive1UnpackType=0
Archive1DeleteInputAfterExtract=0
Archive1DiskNumber=1

Archive2Input={app}\data.srep
Archive2Output={app}\
Archive2UnpackType=4
Archive2DeleteInputAfterExtract=1
Archive2DiskNumber=1

Archive3Input={app}\data.pcf
Archive3Output={app}\
Archive3UnpackType=5
Archive3DeleteInputAfterExtract=1
Archive3DiskNumber=1

Archive4Input={app}\data.arc
Archive4Output={app}\
Archive4UnpackType=0
Archive4DeleteInputAfterExtract=1
Archive4DiskNumber=1

and ISDone=1

i think it's must work
Reply With Quote
The Following 4 Users Say Thank You to altef_4 For This Useful Post:
Newbie (19-05-2014), pakrat2k2 (09-07-2013), papas (14-10-2016), red01 (09-07-2013)