JAL-3420 multiple file extensions for the same mime-type now work in unix installer
[jalview.git] / utils / install4j / file_associations_template-install4j8.xml
index cb9ebf8..bd1a4e1 100644 (file)
@@ -1,11 +1,13 @@
+<!-- $$NAME$$ ($$DISPLAYEXTENSION$$) BEGIN -->
                   <action id="$$ID$$" beanClass="com.install4j.runtime.beans.actions.control.SetMessageAction" actionElevationType="none" rollbackBarrierExitCode="0">
                     <serializedBean>
-                      <property name="detailMessage" type="string">$$NAME$$ (.$$EXTENSION$$)</property>
+                      <property name="detailMessage" type="string">$$NAME$$ ($$DISPLAYEXTENSION$$)</property>
                       <property name="statusMessage" type="string">Creating file associations...</property>
                       <property name="useDetail" type="boolean" value="true" />
                       <property name="useStatus" type="boolean" value="true" />
                     </serializedBean>
                   </action>
+
                   <action id="$$ID1$$" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
                     <serializedBean>
                       <property name="percentValue" type="int" value="$$PROGRESSPERCENT$$" />
@@ -39,4 +41,5 @@
                       </property>
                     </serializedBean>
                   </action>
+<!-- END -->