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 @@