From ed738325a17d1db3dc9e21a27191e9a6508f00a8 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 28 Oct 2006 22:32:18 +0000 Subject: [PATCH] add compress options git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468768 13f79535-47bb-0310-9956-ffa450edef68 --- nsis/src/plugin-resources/templates/setup.jelly | 5 +++++ nsis/xdocs/changes.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/nsis/src/plugin-resources/templates/setup.jelly b/nsis/src/plugin-resources/templates/setup.jelly index 404094ea..e8d883a8 100644 --- a/nsis/src/plugin-resources/templates/setup.jelly +++ b/nsis/src/plugin-resources/templates/setup.jelly @@ -53,6 +53,11 @@ ; Do a Cyclic Redundancy Check to make sure the installer is not corrupt CRCCheck on +; Compress options +SetCompress force +SetCompressor /SOLID lzma +SetDatablockOptimize on + ; The name of the installer Name "$${PROJECT_NAME}" diff --git a/nsis/xdocs/changes.xml b/nsis/xdocs/changes.xml index 5a83e41c..0196a634 100644 --- a/nsis/xdocs/changes.xml +++ b/nsis/xdocs/changes.xml @@ -24,6 +24,7 @@ + Set compress options (force/lzma). NSIS plugin does not support silent uninstall. Remove the final dialog box.