http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234@hotmail.com 2006-25-05 02:13 ------- To clarify this, this is how the installer is supposed to work ...
First read from the media table with sort order by DiskId, each disk id is a new disk to install from .
In the case of America's Army DiskId 1 is disk1.cab
The installer then starts extracting from Disk1.cab until it reaches the LastSequence # on the disk. Disk1.Cab has the LastSequence of 6 which means the installer should pull files off of Disk1.Cab in order by sequence key in the file table and should stop at sequence 6.
Then it moves to DiskId 2 Animatns.cab. The installer should then extract files from Animatns.cab in order by sequence number read from the file table until last sequence of 14.
The DiskId sequence goes up to 25. which means there are 25 different cab files to read from.
DiskId 22 is accessor.cab, but the last sequence on accessor.cab is 0, which means it will pull files from accessor.cab until it reaches 0, which it should start at 0, so it will never pull anything from accessor.cab. I'm not sure what purpose this serves to have a dummy DiskId.