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>
| ... | ... |
@@ -42,7 +42,7 @@ SUPPORTED PLATFORMS: |
| 42 | 42 |
(4) Mac OS X Darwin |
| 43 | 43 |
(5) FreeBSD |
| 44 | 44 |
(6) NetBSD |
| 45 |
- (7) Windows (Win 2K and higher) |
|
| 45 |
+ (7) Windows (WinXP and higher) |
|
| 46 | 46 |
|
| 47 | 47 |
SUPPORTED PROCESSOR ARCHITECTURES: |
| 48 | 48 |
In general, OpenVPN is word size and endian independent, so |
| ... | ... |
@@ -280,7 +280,7 @@ TUN/TAP Driver Configuration: |
| 280 | 280 |
needs to be manually copied to /kernel/drv/sparcv9/ and then a |
| 281 | 281 |
reconfiguration reboot. (boot -r). |
| 282 | 282 |
|
| 283 |
-* Windows 2000/XP/2003/Vista |
|
| 283 |
+* Windows XP/2003/Vista |
|
| 284 | 284 |
|
| 285 | 285 |
See domake-win for building instructions. |
| 286 | 286 |
See INSTALL-win32.txt for usage info. |
| ... | ... |
@@ -76,7 +76,7 @@ SetCompressor lzma |
| 76 | 76 |
|
| 77 | 77 |
Name "${PRODUCT_NAME} ${VERSION} ${TITLE_LABEL}"
|
| 78 | 78 |
|
| 79 |
- !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"
|
|
| 79 |
+ !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"
|
|
| 80 | 80 |
|
| 81 | 81 |
!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."
|
| 82 | 82 |
|
| ... | ... |
@@ -812,6 +812,4 @@ Section "Uninstall" |
| 812 | 812 |
DeleteRegKey HKCU "Software\${PRODUCT_NAME}"
|
| 813 | 813 |
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
| 814 | 814 |
|
| 815 |
- ;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)."
|
|
| 816 |
- |
|
| 817 | 815 |
SectionEnd |