View Single Post
  #210  
Old 17-08-2015, 09:10
XxXKlemenXxX XxXKlemenXxX is offline
Registered User
 
Join Date: Feb 2015
Location: Slovenia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
XxXKlemenXxX is on a distinguished road
Question

Quote:
Originally Posted by pakrat2k2 View Post
Look at post #45 screenshot, it will easily tell why you DONT have disk spanning working properly. You have to set disk #, with the archive name, for the second disk.

IE:
Archive1Source={src}\data1.cab
Archive1Output={app}
Archive1Disk=1
Archive2Source={src}\data2.cab
Archive2Output={app}
Archive2Disk=2

see the difference?
I have it setup exactly as you said and it is not working same error as before...Maybe I have messed up somewhere else...Let me give a little bit more detail...

So I have script setup as you said.
On cd 1 I have:
Start.exe
autorun.ini
Redist --> with all redists inside
Data-1.bin --> compressed with:

arc a -lc8 -ep1 -ed -r -w.\ "Data.bin" -msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "D:\compress\*"

Cd 2 is the same only that I have Data-2.bin

And also what exactly is Setup-1.bin, I get only 1 for 2 cds... I probably messed up somewhere here.

Thanks in Advance!
Reply With Quote