Try to execute as shell window

This commit is contained in:
Virtuworks 2014-06-08 18:08:15 -04:00
parent 33c77d07ab
commit 3d0fd1781b

View file

@ -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;