diff --git a/redist/Install_Update_ViGEm.ps1 b/redist/Install_Update_ViGEm.ps1 new file mode 100644 index 0000000..8263f0b --- /dev/null +++ b/redist/Install_Update_ViGEm.ps1 @@ -0,0 +1,10 @@ +Register-PSRepository -Name nuget.vigem.org -SourceLocation https://nuget.vigem.org/ -InstallationPolicy Trusted -confirm:$false + +Install-Module ViGEmManagementModule -Repository nuget.vigem.org + +#Remove just in case... +Get-ViGEmBusDevice | Remove-ViGEmBusDevice + +Install-ViGEmBusDeviceDriver + +Add-ViGEmBusDevice \ No newline at end of file