]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Removed Win2k from supported platforms list in INSTALL and win/openvpn.nsi
authorSamuli Seppänen <samuli@openvpn.net>
Thu, 14 Apr 2011 14:41:23 +0000 (17:41 +0300)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 14 Apr 2011 19:17:54 +0000 (21:17 +0200)
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
(cherry picked from commit 9b8247edf3e58893eb3ecc38dbfb2805ff1bb83d)

INSTALL
win/openvpn.nsi

diff --git a/INSTALL b/INSTALL
index 7af6426470a82a4d7562bef7dc0221f3bfbda092..ab0d6711270ceee023936b5f966d37b9858aae2b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -42,7 +42,7 @@ SUPPORTED PLATFORMS:
   (4) Mac OS X Darwin
   (5) FreeBSD
   (6) NetBSD
-  (7) Windows (Win 2K and higher)
+  (7) Windows (WinXP and higher)
 
 SUPPORTED PROCESSOR ARCHITECTURES:
    In general, OpenVPN is word size and endian independent, so
@@ -280,7 +280,7 @@ TUN/TAP Driver Configuration:
   needs to be manually copied to /kernel/drv/sparcv9/ and then a 
   reconfiguration reboot. (boot -r).
 
-* Windows 2000/XP/2003/Vista
+* Windows XP/2003/Vista
 
   See domake-win for building instructions.
   See INSTALL-win32.txt for usage info.
index 12226d51a7180cf7f0e40b67a95c4d7261d68ec4..bad1ef4d9b088a3aa28a05089af90b134c0f60ab 100755 (executable)
@@ -76,7 +76,7 @@ SetCompressor lzma
 
   Name "${PRODUCT_NAME} ${VERSION} ${TITLE_LABEL}"
 
-  !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of ${PRODUCT_NAME}, an Open Source VPN package by James Yonan.\r\n\r\nNote that the Windows version of ${PRODUCT_NAME} will only run on Win 2000, XP, or higher.\r\n\r\n\r\n"
+  !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of ${PRODUCT_NAME}, an Open Source VPN package by James Yonan.\r\n\r\nNote that the Windows version of ${PRODUCT_NAME} only runs on XP, or higher.\r\n\r\n\r\n"
 
   !define MUI_COMPONENTSPAGE_TEXT_TOP "Select the components to install/upgrade.  Stop any ${PRODUCT_NAME} processes or the ${PRODUCT_NAME} service if it is running.  All DLLs are installed locally."
 
@@ -812,6 +812,4 @@ Section "Uninstall"
   DeleteRegKey HKCU "Software\${PRODUCT_NAME}"
   DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
 
-  ;Messagebox MB_OK "IMPORTANT: If you intend on reinstalling ${PRODUCT_NAME} after this uninstall, and you are running Win2K, you are strongly urged to reboot before reinstalling (this is an informational message only, pressing OK will not reboot)."
-
 SectionEnd