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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue