diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2013-03-22 17:16:18 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2013-03-22 17:16:18 +0000 |
commit | 3a860c037d9a6d7902df5bc7c5880f9dfaa0206d (patch) | |
tree | 4fe56083ce2092286516f095d21f961015f9a274 /Master | |
parent | 9ff72f9d02337c502787366d1ce8df384ebb7f70 (diff) |
Re-enabled w2000 test
git-svn-id: svn://tug.org/texlive/trunk@29475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/libexec/install-tl.nsi | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/install-tl.nsi b/Master/tlpkg/libexec/install-tl.nsi index f45b00dd12b..dae017f7297 100644 --- a/Master/tlpkg/libexec/install-tl.nsi +++ b/Master/tlpkg/libexec/install-tl.nsi @@ -1,5 +1,12 @@ +; $Id$ +; Copyright 2013 Siep Kroonenberg +; This file is licensed under the GNU General Public License version 2 +; or any later version. +; +; This nsi script is used by tl-update-install-pkg to make install-tl.exe. + !include nsDialogs.nsh -; !include WinVer.nsh +!include WinVer.nsh ; !include LogicLib.nsh ; already loaded by either of the above !include "FileFunc.nsh" @@ -63,11 +70,11 @@ Page instfiles Function .onInit - ; ${If} ${AtMostWin2000} - ; MessageBox MB_OK|MB_ICONSTOP \ - ; "Windows XP earliest supported version; aborting..." - ; Abort - ; ${EndIf} + ${If} ${AtMostWin2000} + MessageBox MB_OK|MB_ICONSTOP \ + "Windows XP earliest supported version; aborting..." + Abort + ${EndIf} InitPluginsDir StrCpy $INSTDIR $PLUGINSDIR |