From f834492d3c8a861c8b9eebae143039fc36068e8d Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sun, 28 Feb 2010 20:39:17 +0000 Subject: [PATCH] Require Visual C++ 2008 Runtime to be installed for running the SharpDevelop setup. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5569 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- src/Main/Base/Project/Src/Gui/WorkbenchSingleton.cs | 4 ---- src/Setup/Setup.wxs | 12 ++++++------ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/Main/Base/Project/Src/Gui/WorkbenchSingleton.cs b/src/Main/Base/Project/Src/Gui/WorkbenchSingleton.cs index 15fbdfaf57..10648204fb 100644 --- a/src/Main/Base/Project/Src/Gui/WorkbenchSingleton.cs +++ b/src/Main/Base/Project/Src/Gui/WorkbenchSingleton.cs @@ -100,10 +100,6 @@ namespace ICSharpCode.SharpDevelop.Gui Debug.WriteLine("ActiveWorkbenchWindowChanged to " + workbench.ActiveWorkbenchWindow); LoggingService.Debug("ActiveWorkbenchWindowChanged to " + workbench.ActiveWorkbenchWindow); }; - - System.Windows.Forms.Application.Idle += delegate { - LoggingService.Debug("Idle"); - }; } /// diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs index b05cfcef9b..58849fbf94 100644 --- a/src/Setup/Setup.wxs +++ b/src/Setup/Setup.wxs @@ -59,12 +59,12 @@ Installed OR (NETFRAMEWORK40FULL AND NETFRAMEWORK40FULLVERSION = "4.0.30128") - - - Installed OR VersionNT >= 500 + + + + + + Installed OR (VCPP2008RUNTIME <> "")