Lets tag and test this installer version

This commit is contained in:
Bert van der Weerd 2021-03-11 16:22:26 +01:00
parent 4fb85aec43
commit b1b2cf8a20
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -101,6 +101,7 @@ section "uninstall"
# Remove Start Menu launcher # Remove Start Menu launcher
delete "$SMPROGRAMS\${COMPANYNAME}\${APPNAME}.lnk" delete "$SMPROGRAMS\${COMPANYNAME}\${APPNAME}.lnk"
delete "$SMPROGRAMS\${COMPANYNAME}\Uninstall.lnk"
# Try to remove the Start Menu folder - this will only happen if it is empty # Try to remove the Start Menu folder - this will only happen if it is empty
rmDir "$SMPROGRAMS\${COMPANYNAME}" rmDir "$SMPROGRAMS\${COMPANYNAME}"