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:
dion
2004-07-05 03:38:33 +00:00
parent 24abcdecad
commit d5a6f593e8
2 changed files with 2 additions and 1 deletions

View File

@@ -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}"

View File

@@ -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>