Removed uninstall check messagebox, causes problems with Chocolatey.
This commit is contained in:
parent
c3394c308d
commit
7f8352be8f
1 changed files with 6 additions and 4 deletions
|
|
@ -90,10 +90,12 @@ SectionEnd
|
|||
function un.onInit
|
||||
SetShellVarContext all
|
||||
|
||||
#Verify the uninstaller - last chance to back out
|
||||
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" IDOK next
|
||||
Abort
|
||||
next:
|
||||
# Verify the uninstaller - last chance to back out
|
||||
# (commented this out, it causes problems with Chocolatey.)
|
||||
# MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" IDOK next
|
||||
# Abort
|
||||
# next:
|
||||
|
||||
functionEnd
|
||||
|
||||
# Uninstaller
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue