Removed uninstall check messagebox, causes problems with Chocolatey.

This commit is contained in:
Bert van der Weerd 2021-05-08 15:43:41 +02:00
parent c3394c308d
commit 7f8352be8f
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -91,9 +91,11 @@ function un.onInit
SetShellVarContext all SetShellVarContext all
# Verify the uninstaller - last chance to back out # Verify the uninstaller - last chance to back out
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" IDOK next # (commented this out, it causes problems with Chocolatey.)
Abort # MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" IDOK next
next: # Abort
# next:
functionEnd functionEnd
# Uninstaller # Uninstaller