View Single Post
  #11  
Old 11-03-2016, 20:56
brehm brehm is offline
Registered User
 
Join Date: Mar 2016
Location: Earth
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
brehm is on a distinguished road
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
What should i change?
Reply With Quote