Author: joost
Date: Mon Mar 21 11:42:40 2011
New Revision: 37983
URL: http://www.lyx.org/trac/changeset/37983

Log:
Windows XP or later is required

Modified:
   
lyx-devel/branches/BRANCH_1_6_X/development/Win32/packaging/installer/include/init.nsh

Modified: 
lyx-devel/branches/BRANCH_1_6_X/development/Win32/packaging/installer/include/init.nsh
==============================================================================
--- 
lyx-devel/branches/BRANCH_1_6_X/development/Win32/packaging/installer/include/init.nsh
      Mon Mar 21 11:22:32 2011        (r37982)
+++ 
lyx-devel/branches/BRANCH_1_6_X/development/Win32/packaging/installer/include/init.nsh
      Mon Mar 21 11:42:40 2011        (r37983)
@@ -22,8 +22,8 @@
 Function .onInit
 
   ${IfNot} ${IsNT}
-  ${OrIfNot} ${AtLeastWin2000}
-    MessageBox MB_OK|MB_ICONSTOP "${APP_NAME} ${APP_VERSION} requires Windows 
2000 or later."
+  ${OrIfNot} ${AtLeastWinXP}
+    MessageBox MB_OK|MB_ICONSTOP "${APP_NAME} ${APP_VERSION} requires Windows 
XP or later."
     Quit
   ${EndIf}
 

Reply via email to