From ceb9c90d54ad39de9f284ff7dcaeec35dedcd677 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 26 Jan 2016 23:54:59 -0800 Subject: [PATCH] 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. --- packaging/windows/dotnet.wxs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/windows/dotnet.wxs b/packaging/windows/dotnet.wxs index 960de0896..07763bde2 100644 --- a/packaging/windows/dotnet.wxs +++ b/packaging/windows/dotnet.wxs @@ -6,7 +6,8 @@ - + +