Added recursive switch to removal command

This commit is contained in:
Benjamin Höglinger-Stelzer
2020-12-14 14:12:53 +01:00
parent 40aa12d889
commit 6ef839228d

View File

@@ -93,7 +93,7 @@
<!-- build removal command -->
<CustomAction Id="DevconRemovePropertyAssign"
Property="DevconRemoveQuiet"
Value="&quot;[INSTALLFOLDER]devcon.exe&quot; remove &quot;Nefarius\ViGEmBus\Gen1&quot;"
Value="&quot;[INSTALLFOLDER]devcon.exe&quot; /r remove &quot;Nefarius\ViGEmBus\Gen1&quot;"
Execute="immediate" />
<!-- execute removal with suppressed UI -->