diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2013-03-20 16:49:41 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2013-03-20 16:49:41 +0000 |
commit | abe817918b44932ac5391be3fbb7bc55b030c01b (patch) | |
tree | ae41b489f00dc827f0e2f8ce058b1348bca98425 | |
parent | f0651fc0686347b0ef6b92fedaae0594c9669696 (diff) |
Test for windows version commented out
git-svn-id: svn://tug.org/texlive/trunk@29443 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/libexec/install-tl.nsi | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/Master/tlpkg/libexec/install-tl.nsi b/Master/tlpkg/libexec/install-tl.nsi index dae017f7297..f45b00dd12b 100644 --- a/Master/tlpkg/libexec/install-tl.nsi +++ b/Master/tlpkg/libexec/install-tl.nsi @@ -1,12 +1,5 @@ -; $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" @@ -70,11 +63,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 |