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:
parent
d375e42f2c
commit
2941f8763d
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user