diff --git a/DS4Windows/DS4Forms/WelcomeDialog.cs b/DS4Windows/DS4Forms/WelcomeDialog.cs index 6a8f50e..aa9bfff 100644 --- a/DS4Windows/DS4Forms/WelcomeDialog.cs +++ b/DS4Windows/DS4Forms/WelcomeDialog.cs @@ -73,7 +73,7 @@ namespace DS4Windows.Forms if (File.Exists(exepath + $"\\{InstFileName}")) { bnStep1.Text = Properties.Resources.OpeningInstaller; - monitorProc = Process.Start(exepath + $"\\{InstFileName}", "/quiet"); + monitorProc = Process.Start(exepath + $"\\{InstFileName}"); bnStep1.Text = Properties.Resources.Installing; }