Updated name of the product and added a variable product-name for install4j.
diff --git a/pom.xml b/pom.xml
index 050d06d..05edfb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
 	<!-- ##### For each branch, change ${edition} below -->
 	<artifactId>taverna-commandline-${edition}</artifactId>
-	<name>Taverna command line utility [${edition}]</name>
+	<name>Taverna Command Line Tool Digital Preservation</name>
 	<properties>
 		<edition>digitalpreservation</edition>
 		<!-- ######## -->
@@ -1806,6 +1806,7 @@
 					<variables>
 						<srcDir>${project.build.directory}/dist</srcDir>
 						<edition>${edition}</edition>
+						<product-name>${project.name} ${project.version}</product-name>
 					</variables>
                                 </configuration>
                             </execution>