No longer use quiet mode for ViGEm installer

This commit is contained in:
Travis Nickles 2019-07-29 02:37:53 -05:00
parent 628eedd5f1
commit aa0124970a

View File

@ -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;
}