From 63c9b4973cf7b3e437ab92b4c8b7cea7c8630932 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 21 Jan 2009 16:59:41 +0000 Subject: Version 2.1_rc15e Windows installer changes: * ifdefed out the check Windows version code which is causing problems on Windows 7 * don't define SF_SELECTED if it is already defined git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3855 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/openvpn.nsi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install-win32') diff --git a/install-win32/openvpn.nsi b/install-win32/openvpn.nsi index c1a1710..10e5291 100755 --- a/install-win32/openvpn.nsi +++ b/install-win32/openvpn.nsi @@ -234,6 +234,7 @@ Function .onInit # Delete previous start menu RMDir /r $SMPROGRAMS\${PRODUCT_NAME} +!ifdef CHECK_WINDOWS_VERSION # Check windows version Call GetWindowsVersion Pop $1 @@ -263,9 +264,13 @@ vista64bummer: init32bits: +!endif + FunctionEnd +!ifndef SF_SELECTED !define SF_SELECTED 1 +!endif ;-------------------- ;Pre-install section -- cgit