Re: [WiX-users] Change CAB compression level without rebuilding CABs

2011-01-14 Thread Tobias S
Just did some research and think the problem is the sequence for the files in the cab. As files in InstallShield are not sorted alphabetically and the sequence number has no gaps (at first glance) following code with two Lists containing the files in the correct orders seems to work for me. Hope it

[WiX-users] Change CAB compression level without rebuilding CABs

2011-01-13 Thread Tobias S
Hello, Is it possible to change programatically the compression level of a cab file with keeping its internal referencial structure intact ? Initially I tried to "unCab" and "cab" an InstallShield generated cab using ... using Microsoft.Deployment.Compression.Cab; ... CabInfo cabInfo = new CabIn