From a101f657c68753c51815166084a5e7b79cadbba8 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Sun, 29 Nov 2009 16:40:43 +0000 Subject: [PATCH] Installer now checks that the full .NET 4 beta 2 framework is installed. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5285 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- src/Setup/Setup.wxs | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs index a868ade567..9f4e57366e 100644 --- a/src/Setup/Setup.wxs +++ b/src/Setup/Setup.wxs @@ -42,17 +42,21 @@ so they never block the user from repairing, patching, or uninstalling the package after it has been installed. - For example the user could do something odd like uninstall .NET 3.5 + For example the user could do something odd like uninstall .NET and then run the msi to uninstall SharpDevelop. Without the "Installed OR" this would not be allowed. --> - - - Installed OR NETFRAMEWORK35_SP_LEVEL = "#1" + + + + + + + + Installed OR (NETFRAMEWORK40FULL AND NETFRAMEWORK40FULLVERSION = "4.0.21006") + INSTALLDIR