Disable Compression has no effect
description
I suspect the disable compression checkbox has no effect. My reasons being:
export fails with OutOfMemoryException while trying to compress file.
the export log file always says compressing files, no matter what the filecompression setting is.
The resulting cab files have the same size within a dozen byte under both settings.
I think I found the bug reading the source code, but I cannot build the project right now so I haven't been able to confirm.
In WizardExportSettings::CollectExportSettings the flag in the xml is read and set to the exportSettings as it should.
But then, in the next block commented "set other properties that aren't tied to values in XML..", exportSettings.FileCompression is hard coded to true, which would overwrite the setting from the xml file.