UseShellExecute = true

pull/5940/head
2dust 4 weeks ago
parent ade789c6d4
commit 2f02c2970c

@ -313,6 +313,7 @@ namespace ServiceLib.ViewModels
{
StartInfo = new ProcessStartInfo
{
UseShellExecute = true,
FileName = fileName,
Arguments = arg.AppendQuotes(),
WorkingDirectory = Utils.StartupPath()

Loading…
Cancel
Save