View Single Post
  #2  
Old 11-03-2016, 22:51
RamiroCruzo's Avatar
RamiroCruzo RamiroCruzo is offline
Registered User
 
Join Date: Jul 2015
Location: India
Posts: 184
Thanks: 386
Thanked 171 Times in 75 Posts
RamiroCruzo is on a distinguished road
Quote:
Originally Posted by brehm View Post
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
__________________
We are such stuff as dreams are made on, and our little life is rounded with a sleep.
Reply With Quote