Method ExecuteApp
ExecuteApp(string, string, string?, bool, bool)
Executes application with the specified parameters.
public static (string? Output, string? Error, int ExitCode) ExecuteApp(string fileName, string arguments, string? folder = null, bool waitResult = false, bool logStdOut = true)