Try to execute as shell window
This commit is contained in:
parent
33c77d07ab
commit
3d0fd1781b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue