Compressing an uncompressed MSI file
Posted
by Noam Gal
on Stack Overflow
See other posts from Stack Overflow
or by Noam Gal
Published on 2010-04-26T10:07:46Z
Indexed on
2010/04/27
6:13 UTC
Read the original article
Hit count: 317
We have a setup project that produces an uncompressed MSI file and no Setup.exe at all, to be later compressed by NSIS.
In a special build setting, I want to copy that MSI before it's being wrapped by NSIS, change the copy, and keep it. I would also like to compress it, after it has been created by the msbuild.
Is there a simple way (command line tool of some kind, maybe?) I can use to just compress an already created msi file?
© Stack Overflow or respective owner