commit 19315a923edf47466283b2627c77493277cd7926
parent a1f3177e5447597fc943336ce2a707ecf867fc8b
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Mon, 28 Mar 2011 09:06:50 +0800
win: Use high compression for the MSI
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dist/win/spek.wxs.in b/dist/win/spek.wxs.in
@@ -7,7 +7,7 @@
<Product Id="*" Name="$(var.ProductName)" Language="0"
Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
<Package InstallerVersion="301" Compressed="yes" Platform="x86" InstallScope="perMachine"/>
- <Media Id="1" Cabinet="spek.cab" EmbedCab="yes" />
+ <Media Id="1" Cabinet="spek.cab" EmbedCab="yes" CompressionLevel="high" />
<Property Id="ARPPRODUCTICON" Value="ProgramIcon" />
<Property Id="ARPHELPLINK" Value="http://www.spek-project.org/" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />