diff --git a/nsis/src/plugin-resources/templates/setup.jelly b/nsis/src/plugin-resources/templates/setup.jelly index 627b326f..dc598a66 100644 --- a/nsis/src/plugin-resources/templates/setup.jelly +++ b/nsis/src/plugin-resources/templates/setup.jelly @@ -151,8 +151,7 @@ Section "Uninstall" ; Recursively remove files and directories used ; this should also take care of the installer RMDir /r "$$INSTDIR" - - MessageBox MB_OK|MB_ICONEXCLAMATION "$${PROJECT_NAME} has been uninstalled" + SectionEnd ; -------------------------------------------------------------- Add Images to the Installer / UnInstaller diff --git a/nsis/xdocs/changes.xml b/nsis/xdocs/changes.xml index 21033a40..c77923b1 100644 --- a/nsis/xdocs/changes.xml +++ b/nsis/xdocs/changes.xml @@ -25,6 +25,7 @@