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.18k stars 295 forks source link

An unexpected error has occurred #37

Closed johnnygodsa closed 3 years ago

johnnygodsa commented 4 years ago

Describe the bug

I downloaded the latest installer (1.16.116) and tried to run it. but this error always occurs

An unexpected error has occurred. please run the setup program again. if problems continue, see the microsoft hardware web site for software updates and additional product information to help you troubleshoot the issue.

To Reproduce

  1. Download the setup file
  2. Try to run it

System details

Windows 10 pro 1903 (1836.2.720)

Evengard commented 4 years ago

Why not use WiX toolset for the installer creation? I guess it would solve most of the installer based problems, and remove a dependency on a closed-source software?

nefarius commented 4 years ago

More and more tempted to do after wondering why such a fairly simple project appears to cause such headaches 🤔 Advanced Installer is awfully more convenient than WiX though, hands down.

Evengard commented 4 years ago

There is also Inno Setup though. Not as advanced as WiX but maybe this project doesn't require anything more sophisticated... And more convenient, too.

nefarius commented 3 years ago

Setup has been WiX-ified 😅