mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
No longer use quiet mode for ViGEm installer
This commit is contained in:
parent
628eedd5f1
commit
aa0124970a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user