Quote:
Originally Posted by brehm
hello, I'm using your masked compression v2.5. The compression preccess doing well, I've compressed my game into 4 .bin files. But, how to include all of the 4 .bin file into windowsphone.iss?
|
Code:
[Archives]
;Precomp 0.38
;Archive Types 7Zip, Freearc and WinRAR
Precomp=0.38
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=Yourpassword
Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=Yourpassword
Archive3Type=Freearc
Archive3Source={src}\data3.bin
Archive3Output={app}
Archive3Disk=1
Archive3Password=Yourpassword
Archive4Type=Freearc
Archive4Source={src}\data4.bin
Archive4Output={app}
Archive4Disk=1
Archive4Password=Yourpassword