We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70e04e commit b3c49cbCopy full SHA for b3c49cb
templates/nsis/installer.nsi
@@ -52,10 +52,12 @@ Function un.onInit
52
!insertmacro check64BitAndSetRegView
53
54
${IfNot} ${Silent}
55
- MessageBox MB_OKCANCEL "Are you sure you want to uninstall ${PRODUCT_NAME}?" IDOK next
56
- Quit
+ MessageBox MB_OKCANCEL "Are you sure you want to uninstall ${PRODUCT_NAME}?" IDOK +2
+ Quit
57
58
- next:
+ !ifdef ONE_CLICK
59
+ SetSilent silent
60
+ !endif
61
${EndIf}
62
63
!insertmacro initMultiUser Un un.
templates/nsis/oneClick.nsh
@@ -9,7 +9,6 @@
9
FunctionEnd
10
!endif
11
12
-SilentUnInstall silent
13
AutoCloseWindow true
14
!insertmacro MUI_PAGE_INSTFILES
15
!insertmacro MUI_UNPAGE_INSTFILES
0 commit comments