summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-04-14 17:41:23 +0300
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-14 21:17:54 +0200
commit8cf7903c31d76ea905b7fd5d9257f116f424fe9e (patch)
tree91d4f56b2016c2cf77c5e1d1c26da01448fb836c /win
parent6f0ded58250d4b4fef9cfdd314165d88d8f8f80e (diff)
downloadopenvpn-8cf7903c31d76ea905b7fd5d9257f116f424fe9e.tar.gz
openvpn-8cf7903c31d76ea905b7fd5d9257f116f424fe9e.tar.xz
openvpn-8cf7903c31d76ea905b7fd5d9257f116f424fe9e.zip
Removed Win2k from supported platforms list in INSTALL and win/openvpn.nsi
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)
Diffstat (limited to 'win')
-rwxr-xr-xwin/openvpn.nsi4
1 files changed, 1 insertions, 3 deletions
diff --git a/win/openvpn.nsi b/win/openvpn.nsi
index 12226d5..bad1ef4 100755
--- a/win/openvpn.nsi
+++ b/win/openvpn.nsi
@@ -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