From b0a6634e20f033362c903c79472473be646f8a74 Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Tue, 27 Dec 2016 13:24:22 +0100 Subject: [PATCH] Updated NSIS script. Now it should be compatible with NSIS 3.0 --- scripts/twblue.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/twblue.nsi b/scripts/twblue.nsi index d957e74b..ccfac2b7 100644 --- a/scripts/twblue.nsi +++ b/scripts/twblue.nsi @@ -2,6 +2,7 @@ !include "LogicLib.nsh" !include "x64.nsh" CRCCheck on +ManifestSupportedOS all XPStyle on Name "TWBlue" OutFile "TWBlue_setup.exe" @@ -11,11 +12,13 @@ RequestExecutionLevel admin SetCompress auto SetCompressor /solid lzma SetDatablockOptimize on +Unicode true VIAddVersionKey ProductName "TWBlue" VIAddVersionKey LegalCopyright "Copyright 2016 Manuel Cortéz." VIAddVersionKey ProductVersion "0.87" VIAddVersionKey FileVersion "0.87" VIProductVersion "0.87.0.0" +VIFileVersion "0.87.0.0" !insertmacro MUI_PAGE_WELCOME !define MUI_LICENSEPAGE_RADIOBUTTONS !insertmacro MUI_PAGE_LICENSE "license.txt"