Quote:
Originally Posted by shanrq
someone can help me pls..!!!
i try the script 6.8.. i try for multi disk for freearc.. i separed with data1.cab, data2.cab to disk1 and data3.cab for disk2.. but the installer not asking for disk2 its just freezing.. and i try to cancel the installation but cant quit.. someone know how to fix it? i really want multi disk functional.
this is my extractsetting:
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;Disk:1
FreeArcFile2={src}\Data2.cab;Disk:1
FreeArcFile3={src}\Data3.cab;Disk:2
|
janek2012 correction ... should really be, according to shanrq question :
Code:
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;PrecSrep:0
FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:1;PrecSrep:0
FreeArcFile3={src}\Data3.cab;DestDir:{app};Disk:2;PrecSrep:0