|
|
@@ -60,7 +60,7 @@ namespace ETModel
|
|
|
Log.Info($"{exe} {arguments}");
|
|
|
try
|
|
|
{
|
|
|
- ProcessStartInfo info = new ProcessStartInfo { FileName = exe, Arguments = arguments, CreateNoWindow = true, UseShellExecute = true };
|
|
|
+ ProcessStartInfo info = new ProcessStartInfo { FileName = exe, Arguments = arguments, CreateNoWindow = true, UseShellExecute = false };
|
|
|
|
|
|
Process process = Process.Start(info);
|
|
|
this.processes.Add(startConfig.AppId, process);
|