From 905297bdd38177bbde3c8640b667d3822ebec6e1 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 31 Aug 2015 07:44:36 +0000 Subject: [PATCH] - changed windows setup compression to be more transparent. git-svn-id: file:///svn/unbound/trunk@3484 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ winrc/setup.nsi | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 2a5a161b7..2256449a2 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +31 August 2015: Wouter + - changed windows setup compression to be more transparent. + 28 August 2015: Wouter - Fix #697: Get PY_MAJOR_VERSION failure at configure for python 2.4 to 2.6. diff --git a/winrc/setup.nsi b/winrc/setup.nsi index bf47165f3..b291b9f6b 100644 --- a/winrc/setup.nsi +++ b/winrc/setup.nsi @@ -1,6 +1,8 @@ # The NSIS (http://nsis.sourceforge.net) install script. # This script is BSD licensed. -SetCompressor /solid /final lzma + +# use the default compression to help anti-virus in scanning us +#SetCompressor /solid /final lzma !include LogicLib.nsh !include MUI2.nsh -- 2.47.2