Arkady Sitnitsky
Arkady Sitnitsky

Reputation: 1886

How to reduce the size of msi installer?

I'm converting msi package that was written with wix# to wix.

The difference between the 2 packages is almost 100MB. The logic is the same and all the files are the same.

How to reduce the size of the new msi package?

Is there more options than this option? https://msdn.microsoft.com/en-us/library/aa371150(v=vs.85).aspx

Upvotes: 0

Views: 816

Answers (1)

Morten Frederiksen
Morten Frederiksen

Reputation: 5165

Use the CompressionLevel for the Media node.

Upvotes: 2

Related Questions