Browse Source

Changed the installer's compression level to high.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1762 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 20 years ago
parent
commit
8e6652271f
  1. 2
      src/Setup/Setup.wxs

2
src/Setup/Setup.wxs

@ -114,7 +114,7 @@ @@ -114,7 +114,7 @@
Source media for the installation.
Specifies a single cab file to be embedded in the installer's .msi.
-->
<Media Id="1" Cabinet="contents.cab" EmbedCab="yes"/>
<Media Id="1" Cabinet="contents.cab" EmbedCab="yes" CompressionLevel="high"/>
<!-- Installation directory and files are defined in Files.wxs -->
<Directory Id="TARGETDIR" Name="SourceDir"/>

Loading…
Cancel
Save