View Single Post
  #10  
Old 19-03-2018, 22:57
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 160 Times in 78 Posts
PsYcHo_RaGE is on a distinguished road
Cool

Quote:
Originally Posted by harshlohaan View Post
Thank you Razor12911 for the script. But I have a question. I've created multiple .bin archives (Setup-1.bin, Setup-2.bin,...). So in the script where there is a single 'data.bin' what changes I need to make for these multiple archives?

like this

[Archives]
;Precomp 0.38
;Archive Types 7Zip, Freearc and WinRAR
PrecompVer=0.38
Archive1Type=Freearc
Archive1Source={src}\Setup-1.bin(Here u need to change)
Archive1Output={app}
Archive1Disk=1
Archive1Password=

PrecompVer=0.38
Archive2Type=Freearc
Archive2Source={src}\Setup-2.bin(Here u need to change if you have another .bin file)
Archive2Output={app}
Archive2Disk=2
Archive2Password=
Reply With Quote
The Following User Says Thank You to PsYcHo_RaGE For This Useful Post:
Jiva newstone (17-04-2018)