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;