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
@ -152,7 +152,6 @@ Section "Uninstall"
|
|||||||
; this should also take care of the installer
|
; this should also take care of the installer
|
||||||
RMDir /r "$$INSTDIR"
|
RMDir /r "$$INSTDIR"
|
||||||
|
|
||||||
MessageBox MB_OK|MB_ICONEXCLAMATION "$${PROJECT_NAME} has been uninstalled"
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
; -------------------------------------------------------------- Add Images to the Installer / UnInstaller
|
; -------------------------------------------------------------- Add Images to the Installer / UnInstaller
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<release version="2.1-SNAPSHOT" date="In SVN">
|
<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-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>
|
||||||
<release version="2.0" date="2006-07-28">
|
<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>
|
<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