Quote:
Originally Posted by red01
for a try i run the script on a small game without changing ur sat.cab
i make changes in setup.ini and few small changes in innoscript.
it give me an error. (i attached the files)
i also attached a pic showing my files for that test trial.
[InstallOptions]
ApplicationName=isuka
Publisher=smc
GameSize=5600
MyExecutableName=ggdx.exe
MyExecutablePath=
Editor=yener90
PrecompVer=0.42
Lang=en
[ExtractSettings]
FreeArcFile1=Data.cab;DestDir:{app};Disk:1;PrecSre p:1
i use following command line for creatin data.cab
arc a -m0 data.arc "c:\"
precomp.exe data.arc
srep.exe -m3 data.pcf
arc a -m0 data.cab data.pcf.srep
pause
( i dont have any arc.ini in setup.cab) ( i extract the setup.cab and found no arc.ini)
please help me.
|
which script are you using? ( Version # IE 8574, 1006 .... )
read first post ( section on setup.ini ) it specifically lists what you need to do when using extreme compression... arc m0 / precomp / srep / arc.
The command you used last:
arc a -m0 data.cab data.pcf.srep
pause
should be arc a -m# ( 0 = no compression, you could use 1-9 for better compression of final file.) data.cab data.srep ( you have data.pcf.srep ) once srep is finished packing the precomp output file it should end in srep extension.