diff --git a/AppTray.cs b/AppTray.cs index e150d8c..4eaa64e 100644 --- a/AppTray.cs +++ b/AppTray.cs @@ -200,6 +200,7 @@ private void ApplicationExited(object sender, EventArgs e) { StartInfo = new ProcessStartInfo() { + Arguments = "/SILENT", FileName = _installerPath, WindowStyle = ProcessWindowStyle.Hidden, CreateNoWindow = true,