From 2941f8763d5c2ba65deb61cc29db47ff83c9e96c Mon Sep 17 00:00:00 2001 From: aheritier Date: Wed, 25 Oct 2006 02:59:23 +0000 Subject: [PATCH] MPNSIS-12 : NSIS plugin does not support silent uninstall. Remove the final dialog box. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@467544 13f79535-47bb-0310-9956-ffa450edef68 --- nsis/src/plugin-resources/templates/setup.jelly | 3 +-- nsis/xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ Set environment variables in system scope instead of user scope. + NSIS plugin does not support silent uninstall. Remove the final dialog box. Use maven.nsis.build.dir instead of maven.dist.assembly.dir.