Merge pull request #47495 from dwoz/uninstall_wart

Fix crufty nssm.exe reference
This commit is contained in:
Shane Lee 2018-05-07 13:12:48 -06:00 committed by GitHub
commit 05fc52f124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -740,7 +740,7 @@ Function ${un}uninstallSalt
# Remove files
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\nssm.exe"
Delete "$INSTDIR\ssm.exe"
Delete "$INSTDIR\salt*"
Delete "$INSTDIR\vcredist.exe"
RMDir /r "$INSTDIR\bin"