[banshee] windows: use high compression on installer, save 20%
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] windows: use high compression on installer, save 20%
- Date: Sun, 6 Feb 2011 23:40:26 +0000 (UTC)
commit db6d8ef4a72067ca13da4b8d3a2bfb2a861ee25c
Author: Gabriel Burt <gabriel burt gmail com>
Date: Sat Feb 5 12:59:00 2011 -0600
windows: use high compression on installer, save 20%
build/windows/InstallerDefinition.wxs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/windows/InstallerDefinition.wxs b/build/windows/InstallerDefinition.wxs
index e431835..066de8f 100644
--- a/build/windows/InstallerDefinition.wxs
+++ b/build/windows/InstallerDefinition.wxs
@@ -14,7 +14,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="$(var.ProductShortName) $(var.ProductVersionText)" Language="1033" Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
<Package Id="*" Compressed="yes" Description="$(var.ProductShortName) $(var.ProductVersionText) ($(var.ProductVersion))" InstallerVersion="200" ShortNames="no" Manufacturer="$(var.Manufacturer)" />
- <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
+ <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" CompressionLevel="high"/>
<!-- Ensure .Net 3.5 SP1 or higher is installed -->
<PropertyRef Id="NETFRAMEWORK35_SP_LEVEL" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]