View Single Post
  #3  
Old 25-09-2009, 16:39
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
its just a conversion process I wrote that take a +4GB cabfile and thru installshield, repacks it into a smaller cabfile that can be moved onto a second dvd. According to your filelist

Code:
***** Disk1 *****
Size: 4882172596
autorun.inf | 41
data1.cab | 847459
data1.hdr | 222182
data2.cab | 4879690409
ISSetup.dll | 552214
layout.bin | 473
setup.exe | 455600
setup.ini | 473
setup.inx | 220145
setup.isn | 31104
_setup.dll | 152496
there are only 2 cab files, repacking them takes quite a bit of time, it first takes the data from cab 1 + cab2 and repacks it into less then a 3GB file. It WILL overwrite originals which a first seems like its set it to zero.

Last edited by Joe Forster/STA; 26-09-2009 at 06:49.
Reply With Quote