Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #421  
Old 12-02-2017, 21:55
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
how can i unpack data1.bin and data2.bin at the same time ?

i tried playing around with this

Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=

but i cannot seem to make it work :/
Reply With Quote
Sponsored Links
  #422  
Old 13-02-2017, 01:01
-XCX-'s Avatar
-XCX- -XCX- is offline
Registered User
 
Join Date: Nov 2016
Location: In Any Planet
Posts: 60
Thanks: 121
Thanked 92 Times in 23 Posts
-XCX- is on a distinguished road
Archive2Type=Freearc
Archive2Source={src}\data1.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=


Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=
Reply With Quote
The Following User Says Thank You to -XCX- For This Useful Post:
TWOELV (13-02-2017)
  #423  
Old 13-02-2017, 03:57
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
Quote:
Originally Posted by -XCX- View Post
Archive2Type=Freearc
Archive2Source={src}\data1.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=


Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=
doesn't work :/ it still extracts only data1.bin
i am using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002)
Reply With Quote
  #424  
Old 13-02-2017, 04:25
-XCX-'s Avatar
-XCX- -XCX- is offline
Registered User
 
Join Date: Nov 2016
Location: In Any Planet
Posts: 60
Thanks: 121
Thanked 92 Times in 23 Posts
-XCX- is on a distinguished road
Quote:
Originally Posted by TWOELV View Post
doesn't work :/ it still extracts only data1.bin
i am using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002)
[Archives]
;Archive Types 7Zip, Freearc and WinRAR
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}\
Archive1Disk=1
Archive1Password=
Archive2Source={src}\data2.bin
Archive2Output={app}\
Archive2Disk=2
Archive2Password=
Reply With Quote
  #425  
Old 13-02-2017, 04:34
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
Quote:
Originally Posted by -XCX- View Post
[Archives]
;Archive Types 7Zip, Freearc and WinRAR
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}\
Archive1Disk=1
Archive1Password=
Archive2Source={src}\data2.bin
Archive2Output={app}\
Archive2Disk=2
Archive2Password=
i have already tried this but this seems to extract nothing not even data1.bin
Reply With Quote
  #426  
Old 13-02-2017, 04:43
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
okay found the issue "Yourpassword" was missing that's why it wasn't working
so you posted like this Archive2Password=
but its suppose to be like this Archive2Password=Yourpassword
but thank you so much for helping me
Reply With Quote
  #427  
Old 13-02-2017, 04:43
-XCX-'s Avatar
-XCX- -XCX- is offline
Registered User
 
Join Date: Nov 2016
Location: In Any Planet
Posts: 60
Thanks: 121
Thanked 92 Times in 23 Posts
-XCX- is on a distinguished road
Quote:
Originally Posted by TWOELV View Post
i have already tried this but this seems to extract nothing not even data1.bin
give your script to check it whether it works or not
Reply With Quote
  #428  
Old 13-02-2017, 04:46
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
Quote:
Originally Posted by -XCX- View Post
give your script to check it whether it works or not
okay found the issue "Yourpassword" was missing that's why it wasn't working
so you posted like this Archive2Password=
but its suppose to be like this Archive2Password=Yourpassword
but thank you so much for helping me
Reply With Quote
  #429  
Old 13-02-2017, 09:09
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
deleted

Last edited by TWOELV; 17-02-2017 at 19:08.
Reply With Quote
  #430  
Old 14-02-2017, 22:34
harshlohaan's Avatar
harshlohaan harshlohaan is offline
Registered User
 
Join Date: Feb 2017
Location: India
Posts: 22
Thanks: 6
Thanked 1 Time in 1 Post
harshlohaan is on a distinguished road
Unhappy Need help with archives!

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?
Reply With Quote
  #431  
Old 15-02-2017, 00:25
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
harshlohaan
=>
Reply With Quote
  #432  
Old 19-02-2017, 03:16
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
how can i add this "optimal-twoelv.bin"

i tried changing this

ArchiveoptimalType=Freearc
ArchiveoptimalSource={src}\optimal-twoelv.bin
ArchiveoptimalOutput={app}
ArchiveoptimalDisk=2
ArchiveoptimalPassword=YourPassword

also tried like this


Archive2Type=Freearc
Archive2Source={src}\optimal-twoelv.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=YourPassword

but none of these seems to work :/

Edit: nvm fixed it

Last edited by TWOELV; 19-02-2017 at 12:25.
Reply With Quote
  #433  
Old 19-02-2017, 20:23
Siber Pro's Avatar
Siber Pro Siber Pro is offline
Registered User
 
Join Date: Dec 2016
Location: Afghanistan
Posts: 64
Thanks: 113
Thanked 20 Times in 7 Posts
Siber Pro is on a distinguished road
Please Help Me.
How I Can Add Video on wizard In WindowsIphone.iss?
Anyone Can Help Me About This?
I Need To Know It.
Please.

Last edited by Siber Pro; 19-02-2017 at 22:29.
Reply With Quote
  #434  
Old 20-02-2017, 08:15
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
search in topic ... page 24, read
Reply With Quote
  #435  
Old 21-02-2017, 06:38
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
Someone please help me!!!

Can anyone please add # diskspace available # diskspaceneed to the wpi script...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 06:00
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 11:58.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com