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
This commit is contained in:
aheritier 2006-10-25 02:59:23 +00:00
parent d375e42f2c
commit 2941f8763d
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,6 @@ Section "Uninstall"
; 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

View File

@ -25,6 +25,7 @@
<body>
<release version="2.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update" issue="MPNSIS-14">Set environment variables in system scope instead of user scope.</action>
<action dev="aheritier" type="update" issue="MPNSIS-12">NSIS plugin does not support silent uninstall. Remove the final dialog box.</action>
</release>
<release version="2.0" date="2006-07-28">
<action dev="dion" type="fix" due-to="Matthias Kerkhoff" issue="MPNSIS-9">Use maven.nsis.build.dir instead of maven.dist.assembly.dir.</action>