Fix typo in registry uninstall key
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</util:available>
|
||||
!define PROJECT_NAME "${pom.name}"
|
||||
!define PROJECT_REG_KEY "SOFTWARE\${pom.organization}\${pom.name}\${pom.currentVersion}"
|
||||
!define PROJECT_REG_UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${pom.name} ${pom.version}"
|
||||
!define PROJECT_REG_UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${pom.name} ${pom.currentVersion}"
|
||||
!define PROJECT_STARTMENU_FOLDER "$$SMPROGRAMS\${pom.organization}\${pom.name} ${pom.currentVersion}"
|
||||
!define PROJECT_VERSION "${pom.currentVersion}"
|
||||
!define PROJECT_DIST_BIN_DIR "${maven.dist.bin.assembly.dir}"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.1-SNAPSHOT" date="in CVS">
|
||||
<action dev="dion" type="fix">Fix typo in registry uninstall key.</action>
|
||||
<action dev="dion" type="fix" issue="MPNSIS-2" due-to="Geoffrey">
|
||||
Generate exe in distributions directory.
|
||||
</action>
|
||||
|
||||
Reference in New Issue
Block a user