From fbd798491e122a8513c37dbe3337d740be38fd7f Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Sat, 24 Feb 2007 12:25:47 +0000 Subject: [PATCH] Installer now checks that .NET 3.0 is installed. Changed feature title to SharpDevelop 3.0. Changed the default product code and package code guids in the .user file. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2394 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- src/Setup/Setup.wxs | 22 ++++++++++++++-------- src/Setup/SharpDevelop.Setup.wixproj.user | 4 ++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs index 0267e2a6f5..549862b303 100644 --- a/src/Setup/Setup.wxs +++ b/src/Setup/Setup.wxs @@ -40,16 +40,22 @@ 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 2.0 + For example the user could do something odd like uninstall .NET 3.0 and then run the msi to uninstall SharpDevelop. Without the "Installed OR" this would not be allowed. --> - - Installed OR MsiNetAssemblySupport >= "2.0.50727" + + + + + Installed OR NETFRAMEWORK30 NEWERVERSIONFOUND