[MLton-commit] r7327

Wesley Terpstra wesley at mlton.org
Sun Nov 1 13:39:09 PST 2009


For a release build we'll want the msi as small as possible.


----------------------------------------------------------------------

U   mlton/trunk/package/mingw/mlton.wxs

----------------------------------------------------------------------

Modified: mlton/trunk/package/mingw/mlton.wxs
===================================================================
--- mlton/trunk/package/mingw/mlton.wxs	2009-11-01 20:41:31 UTC (rev 7326)
+++ mlton/trunk/package/mingw/mlton.wxs	2009-11-01 21:39:06 UTC (rev 7327)
@@ -9,7 +9,7 @@
       Comments='MLton is an open-source, whole-program, optimizing Standard ML compiler.' Manufacturer='MLton.org'
       InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
 
-    <Media Id='1' Cabinet='MLton.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
+    <Media Id='1' Cabinet='MLton.cab' EmbedCab='yes' CompressionLevel="high" DiskPrompt="CD-ROM #1" />
     <Property Id='DiskPrompt' Value="MLton Installation CD [1]" />
     <Property Id="ARPPRODUCTICON" Value="mlton.ico" />
     <Icon Id="mlton.ico" SourceFile="mlton.ico" />




More information about the MLton-commit mailing list