Updated NSIS script. Now it should be compatible with NSIS 3.0

This commit is contained in:
Jose Manuel Delicado 2016-12-27 13:24:22 +01:00
parent 53388696b6
commit b0a6634e20

View File

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