JAL-3420 JAL-3394 Using install4j8 template with file associations. Attempts unix...
[jalview.git] / utils / install4j / file_associations_template-install4j8.xml
1               <action id="$$ID$$" beanClass="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction" actionElevationType="elevated" rollbackBarrierExitCode="0" errorMessage="Could not make .$$EXTENSION$$ file association">
2                 <serializedBean>
3                   <property name="description" type="string">$$NAME$$ File</property>
4                   <property name="extension" type="string">$$EXTENSION$$</property>
5                   <property name="launcherId" type="string">737</property>
6                   <property name="macIconFile">
7                     <object class="com.install4j.api.beans.ExternalFile">
8                       <string>$$ICONFILE$$.icns</string>
9                     </object>
10                   </property>
11                   <property name="macRole" type="enum" class="com.install4j.runtime.beans.actions.desktop.MacAssociationRole" value="EDITOR" />
12                   <property name="unix" type="boolean" value="true" />
13                   <property name="windowsIconFile">
14                     <object class="com.install4j.api.beans.ExternalFile">
15                       <string>$$ICONFILE$$.ico</string>
16                     </object>
17                   </property>
18                 </serializedBean>
19               </action>
20
21                 
22