Skip to content

Commit

Permalink
Fail installation if Steam's 'Xbox Extended Feature Support Driver' i…
Browse files Browse the repository at this point in the history
…s installed
  • Loading branch information
bwRavencl committed Jul 14, 2024
1 parent bc425ad commit 19c0034
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions InstallControllerBuddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,12 @@ then
else
if [ "$OSTYPE" = msys ]
then
if REG QUERY 'HKLM\SYSTEM\CurrentControlSet\Services\steamxbox' >/dev/null 2>/dev/null
then
log "Error: Steam's 'Xbox Extended Feature Support Driver' is installed on your system. Please restart this script after uninstalling this driver via the 'Steam Settings' dialog and rebooting your system."
confirm_exit 1
fi

check_vjoy_installed
if [ "$VJOY_INSTALLED" != true ]
then
Expand Down

0 comments on commit 19c0034

Please sign in to comment.