nefarius / ViGEmBus

Windows kernel-mode driver emulating well-known USB game controllers.
https://docs.nefarius.at/projects/ViGEm/
BSD 3-Clause "New" or "Revised" License
3.08k stars 285 forks source link

ViGEmBus Silent install switch not working? #108

Closed rodw-wilkins closed 3 years ago

rodw-wilkins commented 3 years ago

Describe the bug Attempting to perform silent install does not appear to work.

To Reproduce Steps to reproduce the behavior (example):

  1. Launching .MSI with: ViGEmBusSetup_x64.msi /qn
  2. Nothing happens (no prompts, error, etc. - app doesn't install)

Expected behavior Expecting to have the app silently install but it doesn't.

Screenshots N/A

System details (please complete the following information):

Additional context Manually installing via .MSI seems to work, just quiet install doesn't.

rodw-wilkins commented 3 years ago

Turns out it wouldn't install because it needed elevated privileges. I used this method from elevated command prompt and it installed silently.

msiexec /i ViGEmBusSetup_x64.msi /qn