From 3d0fd1781bccf98725b2d0115ef78d5b6bb8344b Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Sun, 8 Jun 2014 18:08:15 -0400 Subject: [PATCH] Try to execute as shell window --- .../WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs index cc0d37d9..e24e62cb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs @@ -193,7 +193,7 @@ namespace WebsitePanel.Providers.HostedSolution startInfo.RedirectStandardError = true; startInfo.RedirectStandardOutput = true; - startInfo.UseShellExecute = false; + startInfo.UseShellExecute = true; startInfo.CreateNoWindow = true; startInfo.WindowStyle = ProcessWindowStyle.Hidden;