Better compression for smaller package
Increasing the compression from "mszip" (which is notoriously out of date) to "high" reduces the package size by 17% with no appreciable change in build or install time. In other words, this is a free 8 MB savings off the download size/time.
This commit is contained in:
parent
f866bb6830
commit
ceb9c90d54
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
<MajorUpgrade DowngradeErrorMessage="$(var.DowngradeErrorMessage)" Schedule="afterInstallInitialize"/>
|
||||
|
||||
<MediaTemplate CompressionLevel="mszip" EmbedCab="yes"/>
|
||||
<MediaTemplate CompressionLevel="high" EmbedCab="yes"/>
|
||||
|
||||
<Feature Id="MainFeature" Title="Main Feature" Level="1">
|
||||
<ComponentGroupRef Id="InstallFiles" />
|
||||
<ComponentGroupRef Id="AuthoredRegistryKeys"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue