JAL-3577 Added existing and new Application IDs for Windows. Fixed Desktop shortcut...
[jalview.git] / utils / install4j / install4j8_template.install4j
1 <?xml version="1.0" encoding="UTF-8"?>
2 <install4j version="8.0.5" transformSequenceNumber="8">
3   <directoryPresets config="." />
4   <application name="${compiler:JALVIEW_APPLICATION_NAME}" applicationId="${compiler:WINDOWS_APPLICATION_ID}" mediaDir="${compiler:BUILD_DIR}" lzmaCompression="true" shortName="${compiler:INTERNAL_ID}" publisher="University of Dundee" publisherWeb="https://www.jalview.org/" version="${compiler:JALVIEW_VERSION}" allPathsRelative="true" macVolumeId="5aac4968c304f65" javaMinVersion="${compiler:JAVA_MIN_VERSION}" javaMaxVersion="9999999999${compiler:JAVA_MAX_VERSION}" allowBetaVM="true" jdkMode="jdk" jdkName="JDK 11.0">
5     <searchSequence>
6       <directory location="${compiler:JRE_DIR}" />
7       <registry />
8       <envVar name="JAVA_HOME" />
9     </searchSequence>
10     <variables>
11       <variable name="JALVIEW_NAME" value="Jalview" />
12       <variable name="JALVIEW_APPLICATION_NAME" value="Jalview" />
13       <variable name="JALVIEW_DIR" value="../.." />
14       <variable name="BUILD_DIR" value="${compiler:JALVIEW_DIR}/build/install4j" />
15       <variable name="OSX_KEYSTORE" />
16       <variable name="JSIGN_SH" value="echo" />
17       <variable name="JRE_DIR" value="jre" description="The folder under the app folder that the JRE will be either copied or unpacked into" />
18       <variable name="INSTALLER_TEMPLATE_VERSION" value="DEVELOPMENT_default" />
19       <variable name="JALVIEW_VERSION" value="DEVELOPMENT" />
20       <variable name="JAVA_MIN_VERSION" value="11" />
21       <variable name="JAVA_MAX_VERSION" value="11" />
22       <variable name="JAVA_VERSION" value="11" />
23       <variable name="JAVA_INTEGER_VERSION" value="11" />
24       <variable name="VERSION" value="DEVELOPMENT" />
25       <variable name="MACOS_JAVA_VM_DIR" value="~/buildtools/jre/jre-${compiler:JAVA_INTEGER_VERSION}-mac-x64/jre" />
26       <variable name="WINDOWS_JAVA_VM_DIR" value="~/buildtools/jre/jre-${compiler:JAVA_INTEGER_VERSION}-windows-x64/jre" />
27       <variable name="LINUX_JAVA_VM_DIR" value="~/buildtools/jre/jre-${compiler:JAVA_INTEGER_VERSION}-linux-x64/jre" />
28       <variable name="MACOS_JAVA_VM_TGZ" value="~/buildtools/jre/tgz/jre-${compiler:JAVA_INTEGER_VERSION}-mac-x64.tar.gz" />
29       <variable name="WINDOWS_JAVA_VM_TGZ" value="~/buildtools/jre/tgz/jre-${compiler:JAVA_INTEGER_VERSION}-windows-x64.tar.gz" />
30       <variable name="LINUX_JAVA_VM_TGZ" value="~/buildtools/jre/tgz/jre-${compiler:JAVA_INTEGER_VERSION}-linux-x64.tar.gz" />
31       <variable name="COPYRIGHT_MESSAGE" value="..." />
32       <variable name="BUNDLE_ID" value="org.jalview.jalview-desktop" />
33       <variable name="INTERNAL_ID" value="Jalview" />
34       <variable name="WINDOWS_APPLICATION_ID" value="6595-2347-1923-0725" />
35       <variable name="MACOS_DS_STORE" value="DS_Store" />
36       <variable name="MACOS_DMG_BG_IMAGE" />
37       <variable name="INSTALLER_NAME" value="Jalview Installer" />
38       <variable name="INSTALL4J_UTILS_DIR" value="utils/install4j" />
39       <variable name="GETDOWN_WEBSITE_DIR" value="getdown/website" />
40       <variable name="GETDOWN_FILES_DIR" value="getdown/files" />
41       <variable name="GETDOWN_RESOURCE_DIR" value="resource" />
42       <variable name="GETDOWN_DIST_DIR" value="dist" />
43       <variable name="GETDOWN_ALT_DIR" value="alt" />
44       <variable name="GETDOWN_INSTALL_DIR" value="install" />
45       <variable name="INFO_PLIST_FILE_ASSOCIATIONS_FILE" value="file_associations_auto-Info_plist.xml" />
46       <variable name="UNIX_DESKTOP_ADDITIONS" value="Categories=Science;Biology;Java;" />
47       <variable name="APPLICATION_FOLDER" value="Jalview" />
48       <variable name="UNIX_APPLICATION_FOLDER" value="jalview" />
49       <variable name="EXECUTABLE_NAME" value="jalview" />
50       <variable name="EXTRA_SCHEME" value="jalviewx" />
51     </variables>
52     <codeSigning macEnabled="true" macPkcs12File="${compiler:OSX_KEYSTORE}" />
53   </application>
54   <files defaultUninstallMode="2">
55     <filesets>
56       <fileset name="Full file set" id="734" />
57       <fileset name="Mac OS X JRE" id="880" />
58       <fileset name="Windows JRE" id="882" />
59       <fileset name="Jalview application" id="1873" />
60       <fileset name="MacOS Old Jalview Uninstaller" id="2105" />
61     </filesets>
62     <roots>
63       <root id="735" fileset="734" />
64       <root id="881" fileset="880" />
65       <root id="883" fileset="882" />
66       <root id="1874" fileset="1873" />
67       <root id="2106" fileset="2105" />
68     </roots>
69     <mountPoints>
70       <mountPoint id="454" />
71       <mountPoint id="736" root="735" />
72       <mountPoint id="884" root="881" />
73       <mountPoint id="885" root="883" />
74       <mountPoint id="1875" root="1874" />
75       <mountPoint id="2107" root="2106" />
76     </mountPoints>
77     <entries>
78       <dirEntry mountPoint="454" file="${compiler:JALVIEW_DIR}/${compiler:GETDOWN_FILES_DIR}/${compiler:JAVA_VERSION}" uninstallMode="2" overrideOverwriteMode="true" overrideUninstallMode="true" subDirectory="files" />
79       <dirEntry mountPoint="736" file="${compiler:JALVIEW_DIR}/${compiler:GETDOWN_WEBSITE_DIR}/${compiler:JAVA_VERSION}" uninstallMode="2" overrideOverwriteMode="true" overrideUninstallMode="true" subDirectory="files" />
80       <dirEntry mountPoint="884" file="${compiler:MACOS_JAVA_VM_DIR}" fileMode="755" overrideFileMode="true" overrideUninstallMode="true" entryMode="subdir" subDirectory="${compiler:JRE_DIR}" />
81       <dirEntry mountPoint="885" file="${compiler:WINDOWS_JAVA_VM_DIR}" fileMode="755" overrideFileMode="true" overrideUninstallMode="true" entryMode="subdir" subDirectory="${compiler:JRE_DIR}" />
82       <dirEntry mountPoint="1875" file="${compiler:JALVIEW_DIR}/${compiler:GETDOWN_WEBSITE_DIR}/${compiler:JAVA_VERSION}/${compiler:GETDOWN_DIST_DIR}" overwriteMode="1" uninstallMode="2" overrideFileMode="true" overrideOverwriteMode="true" overrideUninstallMode="true" entryMode="subdir" subDirectory="${compiler:GETDOWN_DIST_DIR}" overrideDirMode="true" />
83       <dirEntry mountPoint="2107" file="Uninstall Old Jalview.app" fileMode="755" overrideFileMode="true" entryMode="subdir" subDirectory="Uninstall Old Jalview.app" overrideDirMode="true" />
84     </entries>
85     <components>
86       <component name="jalview_getdown" id="1031">
87         <include>
88           <entry filesetId="734" />
89         </include>
90       </component>
91       <component name="macos_java_vm" id="1155">
92         <include>
93           <entry filesetId="880" />
94         </include>
95       </component>
96       <component name="windows_java_vm" id="1156">
97         <include>
98           <entry filesetId="882" />
99         </include>
100       </component>
101       <component name="getdown" id="1276">
102         <include>
103           <entry defaultFileset="true" />
104         </include>
105       </component>
106       <component name="jalview" id="1881">
107         <include>
108           <entry filesetId="1873" />
109         </include>
110       </component>
111       <component name="macos_old_jalview_uninstaller" id="2110">
112         <include>
113           <entry filesetId="2105" />
114         </include>
115       </component>
116     </components>
117   </files>
118   <launchers>
119     <launcher name="Offline Jalview Launcher" id="737" excludeFromMenu="true" menuName="${compiler:JALVIEW_APPLICATION_NAME}" icnsFile="${compiler:JALVIEW_DIR}/resources/images/jalview_logos.icns" customMacBundleIdentifier="true" macBundleIdentifier="${compiler:BUNDLE_ID}" fileset="734" useCustomMacosExecutableName="true" customMacosExecutableName="${compiler:JALVIEW_APPLICATION_NAME}">
120       <executable name="${compiler:EXECUTABLE_NAME}" iconSet="true" iconFile="${compiler:JALVIEW_DIR}/resources/images/jalview_logos.ico" redirectStdout="true" executableMode="gui" changeWorkingDirectory="false" singleInstance="true" checkConsoleParameter="true">
121         <versionInfo include="true" fileDescription="${compiler:sys.fullName}" legalCopyright="${compiler:COPYRIGHT_MESSAGE}" internalName="${compiler:INTERNAL_ID}" productName="${compiler:sys.fullName}" />
122       </executable>
123       <splashScreen width="640" height="480" bitmapFile="${compiler:JALVIEW_DIR}/resources/images/jalview_logo_background_fade-640x480.png" textOverlay="true">
124         <text>
125           <statusLine x="85" y="81" text="${compiler:sys.shortName}" fontSize="18" />
126           <versionLine x="85" y="109" text="version ${compiler:sys.version}" />
127         </text>
128       </splashScreen>
129       <java mainClass="com.threerings.getdown.launcher.GetdownApp" vmParameters="-Dinstaller_template_version=${compiler:INSTALLER_TEMPLATE_VERSION}" arguments="${launcher:sys.launcherDirectory} jalview">
130         <classPath>
131           <archive location="getdown-launcher.jar" />
132           <archive location="${compiler:GETDOWN_INSTALL_DIR}/getdown-launcher.jar" failOnError="false" />
133         </classPath>
134       </java>
135       <macStaticAssociationActions mode="selected">
136         <id>2350</id>
137         <id>2450</id>
138         <id>2641</id>
139       </macStaticAssociationActions>
140       <desktopFile>${compiler:UNIX_DESKTOP_ADDITIONS}</desktopFile>
141       <infoPlist>${compiler:file("${compiler:INFO_PLIST_FILE_ASSOCIATIONS_FILE}")}</infoPlist>
142       <iconImageFiles>
143         <file path="${compiler:JALVIEW_DIR}/resources/images/JalviewLogo_Huge.png" />
144       </iconImageFiles>
145     </launcher>
146   </launchers>
147   <installerGui autoUpdateDescriptorUrl="https://www.jalview.org/install4j/updates.xml">
148     <applications>
149       <application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication" styleId="35" customIcnsFile="${compiler:JALVIEW_DIR}/resources/images/jalview_logos.icns" customIcoFile="${compiler:JALVIEW_DIR}/resources/images/jalview_logos.ico">
150         <serializedBean>
151           <property name="useCustomIcon" type="boolean" value="true" />
152         </serializedBean>
153         <styleOverrides>
154           <styleOverride name="Customize banner image" enabled="true">
155             <group id="146" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
156               <serializedBean>
157                 <property name="backgroundColor">
158                   <object class="java.awt.Color">
159                     <int>255</int>
160                     <int>255</int>
161                     <int>255</int>
162                     <int>255</int>
163                   </object>
164                 </property>
165                 <property name="borderSides">
166                   <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
167                     <property name="bottom" type="boolean" value="true" />
168                   </object>
169                 </property>
170                 <property name="imageEdgeBackgroundColor">
171                   <object class="java.awt.Color">
172                     <int>255</int>
173                     <int>255</int>
174                     <int>255</int>
175                     <int>255</int>
176                   </object>
177                 </property>
178                 <property name="imageEdgeBorder" type="boolean" value="true" />
179                 <property name="imageFile">
180                   <object class="com.install4j.api.beans.ExternalFile">
181                     <string>${compiler:JALVIEW_DIR}/resources/images/jalview_logo_background_fade-640x480.png</string>
182                   </object>
183                 </property>
184                 <property name="insets">
185                   <object class="java.awt.Insets">
186                     <int>5</int>
187                     <int>10</int>
188                     <int>10</int>
189                     <int>10</int>
190                   </object>
191                 </property>
192               </serializedBean>
193               <externalParametrizationPropertyNames>
194                 <propertyName>imageAnchor</propertyName>
195                 <propertyName>imageEdgeBackgroundColor</propertyName>
196                 <propertyName>imageFile</propertyName>
197               </externalParametrizationPropertyNames>
198             </group>
199           </styleOverride>
200           <styleOverride name="Jalview" enabled="true">
201             <formComponent name="Watermark" id="352" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" insetTop="0" insetLeft="5" insetBottom="0" useExternalParametrization="true" externalParametrizationName="Jalview" externalParametrizationMode="include">
202               <serializedBean>
203                 <property name="enabledTitleText" type="boolean" value="false" />
204               </serializedBean>
205               <externalParametrizationPropertyNames>
206                 <propertyName>labelText</propertyName>
207               </externalParametrizationPropertyNames>
208             </formComponent>
209           </styleOverride>
210         </styleOverrides>
211         <startup>
212           <screen id="1" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0">
213             <actions>
214               <action id="22" beanClass="com.install4j.runtime.beans.actions.misc.RequestPrivilegesAction" actionElevationType="none" rollbackBarrierExitCode="0">
215                 <serializedBean>
216                   <property name="obtainIfAdminWin" type="boolean" value="false" />
217                 </serializedBean>
218               </action>
219             </actions>
220           </screen>
221         </startup>
222         <screens>
223           <screen id="2" beanClass="com.install4j.runtime.beans.screens.WelcomeScreen" rollbackBarrierExitCode="0">
224             <styleOverrides>
225               <styleOverride name="Customize banner image" enabled="true">
226                 <group id="145" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
227                   <serializedBean>
228                     <property name="backgroundColor">
229                       <object class="java.awt.Color">
230                         <int>255</int>
231                         <int>255</int>
232                         <int>255</int>
233                         <int>255</int>
234                       </object>
235                     </property>
236                     <property name="borderSides">
237                       <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
238                         <property name="bottom" type="boolean" value="true" />
239                       </object>
240                     </property>
241                     <property name="imageEdgeBackgroundColor">
242                       <object class="java.awt.Color">
243                         <int>25</int>
244                         <int>143</int>
245                         <int>220</int>
246                         <int>255</int>
247                       </object>
248                     </property>
249                     <property name="imageEdgeBorder" type="boolean" value="true" />
250                     <property name="imageFile">
251                       <object class="com.install4j.api.beans.ExternalFile">
252                         <string>${compiler:JALVIEW_DIR}/resources/images/jalview_logo_background_fade-640x480.png</string>
253                       </object>
254                     </property>
255                     <property name="insets">
256                       <object class="java.awt.Insets">
257                         <int>5</int>
258                         <int>10</int>
259                         <int>10</int>
260                         <int>10</int>
261                       </object>
262                     </property>
263                   </serializedBean>
264                   <externalParametrizationPropertyNames>
265                     <propertyName>imageAnchor</propertyName>
266                     <propertyName>imageEdgeBackgroundColor</propertyName>
267                     <propertyName>imageFile</propertyName>
268                   </externalParametrizationPropertyNames>
269                 </group>
270               </styleOverride>
271             </styleOverrides>
272             <actions>
273               <action id="7" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" multiExec="true">
274                 <serializedBean>
275                   <property name="excludedVariables" type="array" elementType="string" length="1">
276                     <element index="0">sys.installationDir</element>
277                   </property>
278                 </serializedBean>
279                 <condition>context.getBooleanVariable("sys.confirmedUpdateInstallation")</condition>
280               </action>
281             </actions>
282             <formComponents>
283               <formComponent id="3" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
284                 <serializedBean>
285                   <property name="labelText" type="string">${form:welcomeMessage}</property>
286                 </serializedBean>
287                 <visibilityScript>!context.isConsole()</visibilityScript>
288               </formComponent>
289               <formComponent id="4" beanClass="com.install4j.runtime.beans.formcomponents.ConsoleHandlerFormComponent">
290                 <serializedBean>
291                   <property name="consoleScript">
292                     <object class="com.install4j.api.beans.ScriptProperty">
293                       <property name="value" type="string">String message = context.getMessage("ConsoleWelcomeLabel", context.getApplicationName());
294 return console.askOkCancel(message, true);
295 </property>
296                     </object>
297                   </property>
298                 </serializedBean>
299               </formComponent>
300               <formComponent id="5" beanClass="com.install4j.runtime.beans.formcomponents.UpdateAlertComponent" useExternalParametrization="true" externalParametrizationName="Update Alert" externalParametrizationMode="include">
301                 <externalParametrizationPropertyNames>
302                   <propertyName>updateCheck</propertyName>
303                 </externalParametrizationPropertyNames>
304               </formComponent>
305               <formComponent id="6" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetTop="20">
306                 <serializedBean>
307                   <property name="labelText" type="string">${i18n:ClickNext}</property>
308                 </serializedBean>
309               </formComponent>
310             </formComponents>
311           </screen>
312           <screen id="8" beanClass="com.install4j.runtime.beans.screens.InstallationDirectoryScreen" rollbackBarrierExitCode="0">
313             <condition>!context.getBooleanVariable("sys.confirmedUpdateInstallation")</condition>
314             <actions>
315               <action id="11" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" multiExec="true">
316                 <serializedBean>
317                   <property name="excludedVariables" type="array" elementType="string" length="1">
318                     <element index="0">sys.installationDir</element>
319                   </property>
320                 </serializedBean>
321                 <condition>context.getVariable("sys.responseFile") == null</condition>
322               </action>
323             </actions>
324             <formComponents>
325               <formComponent id="9" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="25">
326                 <serializedBean>
327                   <property name="labelText" type="string">${i18n:SelectDirLabel(${compiler:sys.fullName})}</property>
328                 </serializedBean>
329               </formComponent>
330               <formComponent id="10" beanClass="com.install4j.runtime.beans.formcomponents.InstallationDirectoryChooserComponent" useExternalParametrization="true" externalParametrizationName="Installation Directory Chooser" externalParametrizationMode="include">
331                 <serializedBean>
332                   <property name="requestFocus" type="boolean" value="true" />
333                 </serializedBean>
334                 <externalParametrizationPropertyNames>
335                   <propertyName>allowSpacesOnUnix</propertyName>
336                   <propertyName>checkFreeSpace</propertyName>
337                   <propertyName>checkWritable</propertyName>
338                   <propertyName>existingDirWarning</propertyName>
339                   <propertyName>manualEntryAllowed</propertyName>
340                   <propertyName>showFreeDiskSpace</propertyName>
341                   <propertyName>showRequiredDiskSpace</propertyName>
342                   <propertyName>standardValidation</propertyName>
343                   <propertyName>suggestAppDir</propertyName>
344                   <propertyName>validateApplicationId</propertyName>
345                   <propertyName>validationScript</propertyName>
346                 </externalParametrizationPropertyNames>
347               </formComponent>
348             </formComponents>
349           </screen>
350           <screen id="12" beanClass="com.install4j.runtime.beans.screens.ComponentsScreen" enabled="false" rollbackBarrierExitCode="0">
351             <formComponents>
352               <formComponent id="13" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
353                 <serializedBean>
354                   <property name="labelText" type="string">${i18n:SelectComponentsLabel2}</property>
355                 </serializedBean>
356                 <visibilityScript>!context.isConsole()</visibilityScript>
357               </formComponent>
358               <formComponent id="14" beanClass="com.install4j.runtime.beans.formcomponents.ComponentSelectorComponent" useExternalParametrization="true" externalParametrizationName="Installation Components" externalParametrizationMode="include">
359                 <serializedBean>
360                   <property name="fillVertical" type="boolean" value="true" />
361                 </serializedBean>
362                 <externalParametrizationPropertyNames>
363                   <propertyName>selectionChangedScript</propertyName>
364                 </externalParametrizationPropertyNames>
365               </formComponent>
366             </formComponents>
367           </screen>
368           <screen id="1692" beanClass="com.install4j.runtime.beans.screens.FileAssociationsScreen" rollbackBarrierExitCode="0">
369             <formComponents>
370               <formComponent id="1693" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
371                 <serializedBean>
372                   <property name="labelText" type="string">${i18n:SelectAssociationsLabel}</property>
373                 </serializedBean>
374               </formComponent>
375               <formComponent id="1694" beanClass="com.install4j.runtime.beans.formcomponents.FileAssociationsComponent" useExternalParametrization="true" externalParametrizationName="File Associations" externalParametrizationMode="include">
376                 <serializedBean>
377                   <property name="fillVertical" type="boolean" value="true" />
378                   <property name="selectionButtonPosition" type="enum" class="com.install4j.runtime.beans.formcomponents.VerticalDockingPosition" value="TOP" />
379                   <property name="showSelectionButtons" type="boolean" value="true" />
380                 </serializedBean>
381                 <externalParametrizationPropertyNames>
382                   <propertyName>showSelectionButtons</propertyName>
383                   <propertyName>selectionButtonPosition</propertyName>
384                 </externalParametrizationPropertyNames>
385               </formComponent>
386             </formComponents>
387           </screen>
388           <screen id="15" beanClass="com.install4j.runtime.beans.screens.InstallationScreen" rollbackBarrier="true" rollbackBarrierExitCode="0">
389             <actions>
390               <action id="17" beanClass="com.install4j.runtime.beans.actions.InstallFilesAction" actionElevationType="elevated" rollbackBarrierExitCode="0" failureStrategy="quit" errorMessage="${i18n:FileCorrupted}" />
391               <action id="18" beanClass="com.install4j.runtime.beans.actions.desktop.CreateProgramGroupAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
392                 <serializedBean>
393                   <property name="allUsers" type="boolean" value="false" />
394                   <property name="programGroupName" type="string">${compiler:JALVIEW_NAME}</property>
395                   <property name="uninstallerMenuName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property>
396                 </serializedBean>
397                 <condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition>
398               </action>
399               <action id="19" beanClass="com.install4j.runtime.beans.actions.desktop.RegisterAddRemoveAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
400                 <serializedBean>
401                   <property name="itemName" type="string">${compiler:sys.fullName} ${compiler:sys.version}</property>
402                 </serializedBean>
403               </action>
404               <action id="124" beanClass="com.install4j.runtime.beans.actions.control.SetVariableAction" enabled="false" rollbackBarrierExitCode="0">
405                 <serializedBean>
406                   <property name="script">
407                     <object class="com.install4j.api.beans.ScriptProperty">
408                       <property name="value" type="string" />
409                     </object>
410                   </property>
411                   <property name="variableName" type="string" />
412                 </serializedBean>
413                 <condition>true</condition>
414               </action>
415               <action id="134" beanClass="com.install4j.runtime.beans.actions.misc.AddVmOptionsAction" enabled="false" actionElevationType="elevated" rollbackBarrierExitCode="0">
416                 <serializedBean>
417                   <property name="launcherId" type="string">121</property>
418                   <property name="vmOptions" type="array" elementType="string" length="0" />
419                 </serializedBean>
420               </action>
421               <group name="File Associations" id="2251" beanClass="com.install4j.runtime.beans.groups.ActionGroup">
422                 <beans>
423                   <action id="2253" beanClass="com.install4j.runtime.beans.actions.control.SetMessageAction" actionElevationType="none" rollbackBarrierExitCode="0">
424                     <serializedBean>
425                       <property name="statusMessage" type="string">Creating file associations...</property>
426                       <property name="useDetail" type="boolean" value="true" />
427                       <property name="useStatus" type="boolean" value="true" />
428                     </serializedBean>
429                   </action>
430                   <action id="2254" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
431                     <serializedBean>
432                       <property name="progressChangeType" type="enum" class="com.install4j.runtime.beans.actions.control.ProgressChangeType" value="SET_INDETERMINATE" />
433                     </serializedBean>
434                   </action>
435                   <action name="EXTENSIONS_REPLACED_BY_GRADLE" id="1691" customizedId="EXTENSIONS" beanClass="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
436                     <serializedBean>
437                       <property name="description" type="string">This action, identified by its name "EXTENSIONS_REPLACED_BY_GRADLE", will be replaced by gradle with the contents of file 'file_associations_auto_install4j.xml'.</property>
438                       <property name="extension" type="string">extensions_to_be_replaced_by_gradle</property>
439                     </serializedBean>
440                   </action>
441                   <action id="2542" beanClass="com.install4j.runtime.beans.actions.control.SetMessageAction" actionElevationType="none" rollbackBarrierExitCode="0">
442                     <serializedBean>
443                       <property name="statusMessage" type="string">Creating file associations</property>
444                       <property name="useDetail" type="boolean" value="true" />
445                       <property name="useStatus" type="boolean" value="true" />
446                     </serializedBean>
447                   </action>
448                   <action id="2541" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
449                     <serializedBean>
450                       <property name="percentValue" type="int" value="100" />
451                     </serializedBean>
452                   </action>
453                 </beans>
454               </group>
455               <action id="2350" beanClass="com.install4j.runtime.beans.actions.desktop.UrlHandlerAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
456                 <serializedBean>
457                   <property name="launcherId" type="string">737</property>
458                   <property name="scheme" type="string">jalview</property>
459                 </serializedBean>
460               </action>
461               <action id="2450" beanClass="com.install4j.runtime.beans.actions.desktop.UrlHandlerAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
462                 <serializedBean>
463                   <property name="launcherId" type="string">737</property>
464                   <property name="scheme" type="string">jalviews</property>
465                 </serializedBean>
466               </action>
467               <action id="2641" beanClass="com.install4j.runtime.beans.actions.desktop.UrlHandlerAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
468                 <serializedBean>
469                   <property name="launcherId" type="string">737</property>
470                   <property name="scheme" type="string">${compiler:EXTRA_SCHEME}</property>
471                 </serializedBean>
472               </action>
473             </actions>
474             <formComponents>
475               <formComponent id="16" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent">
476                 <serializedBean>
477                   <property name="initialStatusMessage" type="string">${i18n:WizardPreparing}</property>
478                 </serializedBean>
479               </formComponent>
480             </formComponents>
481           </screen>
482           <screen id="20" beanClass="com.install4j.runtime.beans.screens.FinishedScreen" rollbackBarrierExitCode="0" finishScreen="true">
483             <actions>
484               <action id="2012" beanClass="com.install4j.runtime.beans.actions.desktop.CreateStartMenuEntryAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
485                 <serializedBean>
486                   <property name="allUsers" type="boolean" value="false" />
487                   <property name="entryName" type="string">${compiler:JALVIEW_APPLICATION_NAME}</property>
488                   <property name="file">
489                     <object class="java.io.File">
490                       <string>${installer:sys.contentDir}/${compiler:EXECUTABLE_NAME}</string>
491                     </object>
492                   </property>
493                   <property name="icon">
494                     <object class="com.install4j.api.beans.ExternalFile">
495                       <string>${compiler:JALVIEW_DIR}/resources/images/jalview_logos.ico</string>
496                     </object>
497                   </property>
498                   <property name="programGroupName" type="string">${compiler:JALVIEW_NAME}</property>
499                   <property name="unixIconFile">
500                     <object class="com.install4j.api.beans.ExternalFile">
501                       <string>${compiler:JALVIEW_DIR}/resources/images/JalviewLogo_Huge.png</string>
502                     </object>
503                   </property>
504                 </serializedBean>
505                 <condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition>
506               </action>
507               <action id="573" beanClass="com.install4j.runtime.beans.actions.desktop.CreateDesktopLinkAction" actionElevationType="elevated" rollbackBarrierExitCode="0" errorMessage="Could not make desktop link">
508                 <serializedBean>
509                   <property name="allUsers" type="boolean" value="false" />
510                   <property name="description" type="string">${compiler:JALVIEW_APPLICATION_NAME}</property>
511                   <property name="file">
512                     <object class="java.io.File">
513                       <string>${installer:sys.contentDir}/${compiler:EXECUTABLE_NAME}</string>
514                     </object>
515                   </property>
516                   <property name="name" type="string">${compiler:JALVIEW_APPLICATION_NAME}</property>
517                   <property name="unixIconFile">
518                     <object class="com.install4j.api.beans.ExternalFile">
519                       <string>${compiler:JALVIEW_DIR}/resources/images/JalviewLogo_Huge.png</string>
520                     </object>
521                   </property>
522                   <property name="winIconFile">
523                     <object class="com.install4j.api.beans.ExternalFile">
524                       <string>${compiler:JALVIEW_DIR}/resources/images/jalview_logos.ico</string>
525                     </object>
526                   </property>
527                 </serializedBean>
528                 <condition>context.getBooleanVariable("createDesktopLinkAction")</condition>
529               </action>
530               <action id="576" beanClass="com.install4j.runtime.beans.actions.desktop.AddToDockAction" actionElevationType="none" rollbackBarrierExitCode="0">
531                 <serializedBean>
532                   <property name="executable">
533                     <object class="java.io.File">
534                       <string>${compiler:JALVIEW_APPLICATION_NAME}.app</string>
535                     </object>
536                   </property>
537                 </serializedBean>
538                 <condition>context.getBooleanVariable("addToDockAction")</condition>
539               </action>
540             </actions>
541             <formComponents>
542               <formComponent id="21" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
543                 <serializedBean>
544                   <property name="labelText" type="string">${form:finishedMessage}</property>
545                 </serializedBean>
546               </formComponent>
547               <formComponent name="Add a desktop link" id="574" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
548                 <serializedBean>
549                   <property name="checkboxText" type="string">${i18n:CreateDesktopIcon}</property>
550                   <property name="initiallySelected" type="boolean" value="true" />
551                   <property name="variableName" type="string">createDesktopLinkAction</property>
552                 </serializedBean>
553               </formComponent>
554               <formComponent name="Add an executable to the dock" id="577" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
555                 <serializedBean>
556                   <property name="checkboxText" type="string">${i18n:AddToDock}</property>
557                   <property name="initiallySelected" type="boolean" value="true" />
558                   <property name="variableName" type="string">addToDockAction</property>
559                 </serializedBean>
560                 <visibilityScript>Util.isMacOS()</visibilityScript>
561               </formComponent>
562             </formComponents>
563           </screen>
564         </screens>
565       </application>
566       <application id="uninstaller" beanClass="com.install4j.runtime.beans.applications.UninstallerApplication" styleId="35">
567         <serializedBean>
568           <property name="customMacosExecutableName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property>
569           <property name="useCustomMacosExecutableName" type="boolean" value="true" />
570         </serializedBean>
571         <styleOverrides>
572           <styleOverride name="Customize banner image" enabled="true">
573             <group id="147" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
574               <serializedBean>
575                 <property name="backgroundColor">
576                   <object class="java.awt.Color">
577                     <int>255</int>
578                     <int>255</int>
579                     <int>255</int>
580                     <int>255</int>
581                   </object>
582                 </property>
583                 <property name="borderSides">
584                   <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
585                     <property name="bottom" type="boolean" value="true" />
586                   </object>
587                 </property>
588                 <property name="imageEdgeBackgroundColor">
589                   <object class="java.awt.Color">
590                     <int>192</int>
591                     <int>192</int>
592                     <int>192</int>
593                     <int>255</int>
594                   </object>
595                 </property>
596                 <property name="imageEdgeBorder" type="boolean" value="true" />
597                 <property name="imageFile">
598                   <object class="com.install4j.api.beans.ExternalFile">
599                     <string>${compiler:JALVIEW_DIR}/resources/images/jalview_logo_background_fade-640x480.png</string>
600                   </object>
601                 </property>
602                 <property name="insets">
603                   <object class="java.awt.Insets">
604                     <int>5</int>
605                     <int>10</int>
606                     <int>10</int>
607                     <int>10</int>
608                   </object>
609                 </property>
610               </serializedBean>
611               <externalParametrizationPropertyNames>
612                 <propertyName>imageAnchor</propertyName>
613                 <propertyName>imageEdgeBackgroundColor</propertyName>
614                 <propertyName>imageFile</propertyName>
615               </externalParametrizationPropertyNames>
616             </group>
617           </styleOverride>
618         </styleOverrides>
619         <startup>
620           <screen id="23" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0">
621             <actions>
622               <action id="33" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" />
623               <action id="34" beanClass="com.install4j.runtime.beans.actions.misc.RequireInstallerPrivilegesAction" actionElevationType="none" rollbackBarrierExitCode="0" />
624             </actions>
625           </screen>
626         </startup>
627         <screens>
628           <screen id="24" beanClass="com.install4j.runtime.beans.screens.UninstallWelcomeScreen" rollbackBarrierExitCode="0">
629             <formComponents>
630               <formComponent id="25" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
631                 <serializedBean>
632                   <property name="labelText" type="string">${form:welcomeMessage}</property>
633                 </serializedBean>
634                 <visibilityScript>!context.isConsole()</visibilityScript>
635               </formComponent>
636               <formComponent id="26" beanClass="com.install4j.runtime.beans.formcomponents.ConsoleHandlerFormComponent">
637                 <serializedBean>
638                   <property name="consoleScript">
639                     <object class="com.install4j.api.beans.ScriptProperty">
640                       <property name="value" type="string">String message = context.getMessage("ConfirmUninstall", context.getApplicationName());
641 return console.askYesNo(message, true);
642 </property>
643                     </object>
644                   </property>
645                 </serializedBean>
646               </formComponent>
647             </formComponents>
648           </screen>
649           <screen id="27" beanClass="com.install4j.runtime.beans.screens.UninstallationScreen" rollbackBarrierExitCode="0">
650             <actions>
651               <action id="659" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
652                 <serializedBean>
653                   <property name="progressChangeType" type="enum" class="com.install4j.runtime.beans.actions.control.ProgressChangeType" value="SET_INDETERMINATE" />
654                 </serializedBean>
655               </action>
656               <action id="29" beanClass="com.install4j.runtime.beans.actions.UninstallFilesAction" actionElevationType="elevated" rollbackBarrierExitCode="0" />
657               <action id="660" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" enabled="false" actionElevationType="none" rollbackBarrierExitCode="0">
658                 <serializedBean>
659                   <property name="percentValue" type="int" value="95" />
660                 </serializedBean>
661               </action>
662               <action id="1525" beanClass="com.install4j.runtime.beans.actions.files.DeleteFileAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
663                 <serializedBean>
664                   <property name="files" type="array" class="java.io.File" length="32">
665                     <element index="0">
666                       <object class="java.io.File">
667                         <string>jre</string>
668                       </object>
669                     </element>
670                     <element index="1">
671                       <object class="java.io.File">
672                         <string>jre.jar</string>
673                       </object>
674                     </element>
675                     <element index="2">
676                       <object class="java.io.File">
677                         <string>.install4j</string>
678                       </object>
679                     </element>
680                     <element index="3">
681                       <object class="java.io.File">
682                         <string>${compiler:GETDOWN_DIST_DIR}</string>
683                       </object>
684                     </element>
685                     <element index="4">
686                       <object class="java.io.File">
687                         <string>${compiler:GETDOWN_ALT_DIR}</string>
688                       </object>
689                     </element>
690                     <element index="5">
691                       <object class="java.io.File">
692                         <string>${compiler:GETDOWN_RESOURCE_DIR}</string>
693                       </object>
694                     </element>
695                     <element index="6">
696                       <object class="java.io.File">
697                         <string>getdown-launcher.jar</string>
698                       </object>
699                     </element>
700                     <element index="7">
701                       <object class="java.io.File">
702                         <string>getdown-launcher-old.jar</string>
703                       </object>
704                     </element>
705                     <element index="8">
706                       <object class="java.io.File">
707                         <string>getdown-launcher-new.jar</string>
708                       </object>
709                     </element>
710                     <element index="9">
711                       <object class="java.io.File">
712                         <string>*.jarv</string>
713                       </object>
714                     </element>
715                     <element index="10">
716                       <object class="java.io.File">
717                         <string>gettingdown.lock</string>
718                       </object>
719                     </element>
720                     <element index="11">
721                       <object class="java.io.File">
722                         <string>*.log</string>
723                       </object>
724                     </element>
725                     <element index="12">
726                       <object class="java.io.File">
727                         <string>*.txt</string>
728                       </object>
729                     </element>
730                     <element index="13">
731                       <object class="java.io.File">
732                         <string>*_new</string>
733                       </object>
734                     </element>
735                     <element index="14">
736                       <object class="java.io.File">
737                         <string>digest.txt</string>
738                       </object>
739                     </element>
740                     <element index="15">
741                       <object class="java.io.File">
742                         <string>digest2.txt</string>
743                       </object>
744                     </element>
745                     <element index="16">
746                       <object class="java.io.File">
747                         <string>getdown-launcher.jarv</string>
748                       </object>
749                     </element>
750                     <element index="17">
751                       <object class="java.io.File">
752                         <string>getdown-launcher-new.jarv</string>
753                       </object>
754                     </element>
755                     <element index="18">
756                       <object class="java.io.File">
757                         <string>channel_launch*.jvl</string>
758                       </object>
759                     </element>
760                     <element index="19">
761                       <object class="java.io.File">
762                         <string>launcher.log</string>
763                       </object>
764                     </element>
765                     <element index="20">
766                       <object class="java.io.File">
767                         <string>proxy.txt</string>
768                       </object>
769                     </element>
770                     <element index="21">
771                       <object class="java.io.File">
772                         <string>META-INF</string>
773                       </object>
774                     </element>
775                     <element index="22">
776                       <object class="java.io.File">
777                         <string>install/getdown-launcher.jar</string>
778                       </object>
779                     </element>
780                     <element index="23">
781                       <object class="java.io.File">
782                         <string>install/getdown.txt</string>
783                       </object>
784                     </element>
785                     <element index="24">
786                       <object class="java.io.File">
787                         <string>install/build_properties</string>
788                       </object>
789                     </element>
790                     <element index="25">
791                       <object class="java.io.File">
792                         <string>build_properties</string>
793                       </object>
794                     </element>
795                     <element index="26">
796                       <object class="java.io.File">
797                         <string>install</string>
798                       </object>
799                     </element>
800                     <element index="27">
801                       <object class="java.io.File">
802                         <string>dist</string>
803                       </object>
804                     </element>
805                     <element index="28">
806                       <object class="java.io.File">
807                         <string>release</string>
808                       </object>
809                     </element>
810                     <element index="29">
811                       <object class="java.io.File">
812                         <string>alt</string>
813                       </object>
814                     </element>
815                     <element index="30">
816                       <object class="java.io.File">
817                         <string>resource</string>
818                       </object>
819                     </element>
820                     <element index="31">
821                       <object class="java.io.File">
822                         <string>hs_err_*.*</string>
823                       </object>
824                     </element>
825                   </property>
826                   <property name="recursive" type="boolean" value="true" />
827                 </serializedBean>
828               </action>
829               <action id="1791" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
830                 <serializedBean>
831                   <property name="percentValue" type="int" value="100" />
832                 </serializedBean>
833               </action>
834             </actions>
835             <formComponents>
836               <formComponent id="28" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent">
837                 <serializedBean>
838                   <property name="initialStatusMessage" type="string">${i18n:UninstallerPreparing}</property>
839                 </serializedBean>
840               </formComponent>
841             </formComponents>
842           </screen>
843           <screen id="32" beanClass="com.install4j.runtime.beans.screens.UninstallFailureScreen" rollbackBarrierExitCode="0" finishScreen="true" />
844           <screen id="30" beanClass="com.install4j.runtime.beans.screens.UninstallSuccessScreen" styleId="41" rollbackBarrierExitCode="0" finishScreen="true">
845             <formComponents>
846               <formComponent id="31" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
847                 <serializedBean>
848                   <property name="labelText" type="string">${form:successMessage}</property>
849                 </serializedBean>
850               </formComponent>
851             </formComponents>
852           </screen>
853         </screens>
854       </application>
855     </applications>
856     <styles defaultStyleId="35">
857       <style name="Standard" id="35" beanClass="com.install4j.runtime.beans.styles.FormStyle">
858         <formComponents>
859           <formComponent name="Header" id="36" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetTop="0" insetBottom="0">
860             <serializedBean>
861               <property name="styleId" type="string">48</property>
862             </serializedBean>
863           </formComponent>
864           <group name="Main" id="37" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup">
865             <serializedBean>
866               <property name="imageEdgeAxisType" type="enum" class="com.install4j.runtime.beans.formcomponents.AxisType" value="HORIZONTAL" />
867               <property name="imageEdgeBackgroundColor">
868                 <object class="java.awt.Color">
869                   <int>255</int>
870                   <int>255</int>
871                   <int>255</int>
872                   <int>255</int>
873                 </object>
874               </property>
875               <property name="imageFile">
876                 <object class="com.install4j.api.beans.ExternalFile">
877                   <string>${compiler:JALVIEW_DIR}/resources/images/jalview_logo_background_fade-640x480.png</string>
878                 </object>
879               </property>
880               <property name="imageOverlap" type="boolean" value="true" />
881             </serializedBean>
882             <beans>
883               <formComponent id="38" beanClass="com.install4j.runtime.beans.styles.ContentComponent" insetTop="10" insetLeft="20" insetBottom="10" insetRight="20" />
884               <formComponent name="Watermark" id="39" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" insetTop="0" insetLeft="5" insetBottom="0" useExternalParametrization="true" externalParametrizationName="${compiler:JALVIEW_APPLICATION_NAME}" externalParametrizationMode="include">
885                 <serializedBean>
886                   <property name="enabledTitleText" type="boolean" value="false" />
887                 </serializedBean>
888                 <externalParametrizationPropertyNames>
889                   <propertyName>labelText</propertyName>
890                 </externalParametrizationPropertyNames>
891               </formComponent>
892               <formComponent name="Footer" id="40" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetTop="0" insetBottom="0">
893                 <serializedBean>
894                   <property name="styleId" type="string">52</property>
895                 </serializedBean>
896               </formComponent>
897             </beans>
898           </group>
899         </formComponents>
900       </style>
901       <style name="Banner" id="41" beanClass="com.install4j.runtime.beans.styles.FormStyle">
902         <formComponents>
903           <group id="42" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
904             <serializedBean>
905               <property name="backgroundColor">
906                 <object class="java.awt.Color">
907                   <int>255</int>
908                   <int>255</int>
909                   <int>255</int>
910                   <int>255</int>
911                 </object>
912               </property>
913               <property name="borderSides">
914                 <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
915                   <property name="bottom" type="boolean" value="true" />
916                 </object>
917               </property>
918               <property name="imageEdgeBackgroundColor">
919                 <object class="java.awt.Color">
920                   <int>25</int>
921                   <int>143</int>
922                   <int>220</int>
923                   <int>255</int>
924                 </object>
925               </property>
926               <property name="imageEdgeBorder" type="boolean" value="true" />
927               <property name="imageFile">
928                 <object class="com.install4j.api.beans.ExternalFile">
929                   <string>${compiler:sys.install4jHome}/resource/styles/wizard.png</string>
930                 </object>
931               </property>
932               <property name="insets">
933                 <object class="java.awt.Insets">
934                   <int>5</int>
935                   <int>10</int>
936                   <int>10</int>
937                   <int>10</int>
938                 </object>
939               </property>
940             </serializedBean>
941             <beans>
942               <formComponent id="43" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent" insetTop="0">
943                 <serializedBean>
944                   <property name="labelFontSizePercent" type="int" value="130" />
945                   <property name="labelFontStyle" type="enum" class="com.install4j.runtime.beans.formcomponents.FontStyle" value="BOLD" />
946                   <property name="labelFontType" type="enum" class="com.install4j.runtime.beans.formcomponents.FontType" value="DERIVED" />
947                 </serializedBean>
948               </formComponent>
949               <formComponent id="44" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" />
950               <formComponent id="45" beanClass="com.install4j.runtime.beans.styles.ContentComponent" insetTop="10" insetBottom="0" />
951             </beans>
952             <externalParametrizationPropertyNames>
953               <propertyName>imageAnchor</propertyName>
954               <propertyName>imageEdgeBackgroundColor</propertyName>
955               <propertyName>imageFile</propertyName>
956             </externalParametrizationPropertyNames>
957           </group>
958           <formComponent id="46" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetBottom="0">
959             <serializedBean>
960               <property name="styleId" type="string">52</property>
961             </serializedBean>
962           </formComponent>
963         </formComponents>
964       </style>
965       <group name="Style components" id="47" beanClass="com.install4j.runtime.beans.groups.StyleGroup">
966         <beans>
967           <style name="Standard header" id="48" beanClass="com.install4j.runtime.beans.styles.FormStyle">
968             <serializedBean>
969               <property name="fillVertical" type="boolean" value="false" />
970               <property name="standalone" type="boolean" value="false" />
971               <property name="verticalAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="NORTH" />
972             </serializedBean>
973             <formComponents>
974               <group id="49" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize title bar" externalParametrizationMode="include">
975                 <serializedBean>
976                   <property name="backgroundColor">
977                     <object class="java.awt.Color">
978                       <int>255</int>
979                       <int>255</int>
980                       <int>255</int>
981                       <int>255</int>
982                     </object>
983                   </property>
984                   <property name="borderSides">
985                     <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
986                       <property name="bottom" type="boolean" value="true" />
987                     </object>
988                   </property>
989                   <property name="imageAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="NORTHEAST" />
990                   <property name="imageEdgeBorderWidth" type="int" value="2" />
991                   <property name="imageFile">
992                     <object class="com.install4j.api.beans.ExternalFile">
993                       <string>icon:${installer:sys.installerApplicationMode}_header.png</string>
994                     </object>
995                   </property>
996                   <property name="imageInsets">
997                     <object class="java.awt.Insets">
998                       <int>0</int>
999                       <int>5</int>
1000                       <int>1</int>
1001                       <int>1</int>
1002                     </object>
1003                   </property>
1004                   <property name="insets">
1005                     <object class="java.awt.Insets">
1006                       <int>0</int>
1007                       <int>20</int>
1008                       <int>0</int>
1009                       <int>10</int>
1010                     </object>
1011                   </property>
1012                 </serializedBean>
1013                 <beans>
1014                   <formComponent name="Title" id="50" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent">
1015                     <serializedBean>
1016                       <property name="labelFontStyle" type="enum" class="com.install4j.runtime.beans.formcomponents.FontStyle" value="BOLD" />
1017                       <property name="labelFontType" type="enum" class="com.install4j.runtime.beans.formcomponents.FontType" value="DERIVED" />
1018                     </serializedBean>
1019                   </formComponent>
1020                   <formComponent name="Subtitle" id="51" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent" insetLeft="8">
1021                     <serializedBean>
1022                       <property name="titleType" type="enum" class="com.install4j.runtime.beans.styles.TitleType" value="SUB_TITLE" />
1023                     </serializedBean>
1024                   </formComponent>
1025                 </beans>
1026                 <externalParametrizationPropertyNames>
1027                   <propertyName>backgroundColor</propertyName>
1028                   <propertyName>foregroundColor</propertyName>
1029                   <propertyName>imageAnchor</propertyName>
1030                   <propertyName>imageFile</propertyName>
1031                   <propertyName>imageOverlap</propertyName>
1032                 </externalParametrizationPropertyNames>
1033               </group>
1034             </formComponents>
1035           </style>
1036           <style name="Standard footer" id="52" beanClass="com.install4j.runtime.beans.styles.FormStyle">
1037             <serializedBean>
1038               <property name="fillVertical" type="boolean" value="false" />
1039               <property name="standalone" type="boolean" value="false" />
1040               <property name="verticalAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="SOUTH" />
1041             </serializedBean>
1042             <formComponents>
1043               <group id="53" beanClass="com.install4j.runtime.beans.groups.HorizontalFormComponentGroup">
1044                 <serializedBean>
1045                   <property name="alignFirstLabel" type="boolean" value="false" />
1046                   <property name="insets">
1047                     <object class="java.awt.Insets">
1048                       <int>3</int>
1049                       <int>5</int>
1050                       <int>8</int>
1051                       <int>5</int>
1052                     </object>
1053                   </property>
1054                 </serializedBean>
1055                 <beans>
1056                   <formComponent id="54" beanClass="com.install4j.runtime.beans.formcomponents.SpringComponent" />
1057                   <formComponent name="Back button" id="55" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent">
1058                     <serializedBean>
1059                       <property name="buttonText" type="string">&lt; ${i18n:ButtonBack}</property>
1060                       <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="PREVIOUS" />
1061                     </serializedBean>
1062                   </formComponent>
1063                   <formComponent name="Next button" id="56" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent">
1064                     <serializedBean>
1065                       <property name="buttonText" type="string">${i18n:ButtonNext} &gt;</property>
1066                       <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="NEXT" />
1067                     </serializedBean>
1068                   </formComponent>
1069                   <formComponent name="Cancel button" id="57" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent" insetLeft="5">
1070                     <serializedBean>
1071                       <property name="buttonText" type="string">${i18n:ButtonCancel}</property>
1072                       <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="CANCEL" />
1073                     </serializedBean>
1074                   </formComponent>
1075                 </beans>
1076               </group>
1077             </formComponents>
1078           </style>
1079         </beans>
1080       </group>
1081     </styles>
1082   </installerGui>
1083   <mediaSets>
1084     <windows name="Windows x64 EXE Installer" id="743" mediaFileName="${compiler:APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-java_${compiler:JAVA_INTEGER_VERSION}" installDir="${compiler:APPLICATION_FOLDER}" runPostProcessor="true" postProcessor="${compiler:JSIGN_SH} $EXECUTABLE" customInstallBaseDir="~/AppData/Local">
1085       <excludedComponents>
1086         <component id="1155" />
1087         <component id="1156" />
1088         <component id="1276" />
1089         <component id="1881" />
1090         <component id="2110" />
1091       </excludedComponents>
1092       <exclude>
1093         <entry defaultFileset="true" />
1094         <entry filesetId="880" />
1095         <entry filesetId="882" />
1096         <entry filesetId="1873" />
1097         <entry filesetId="2105" />
1098       </exclude>
1099       <jreBundle jreBundleSource="preCreated" includedJre="${compiler:WINDOWS_JAVA_VM_TGZ}" manualJreEntry="true" />
1100     </windows>
1101     <macosArchive name="macOS Disk Image" id="878" mediaFileName="${compiler:APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-java_${compiler:JAVA_INTEGER_VERSION}" volumeName="${compiler:INSTALLER_NAME}" launcherId="737">
1102       <excludedComponents>
1103         <component id="1156" />
1104         <component id="1276" />
1105         <component id="1881" />
1106       </excludedComponents>
1107       <exclude>
1108         <entry defaultFileset="true" />
1109         <entry filesetId="882" />
1110         <entry filesetId="1873" />
1111       </exclude>
1112       <topLevelFiles>
1113         <symlink name="&quot; &quot;" target="/Applications" />
1114         <file name=".background/${compiler:MACOS_DMG_BG_IMAGE}" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/${compiler:MACOS_DMG_BG_IMAGE}" />
1115         <file name=".DS_Store" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/${compiler:MACOS_DS_STORE}" />
1116         <file name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/Jalview-File.icns" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/Jalview-File.icns" />
1117         <file name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/Jalview-Launch.icns" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/Jalview-Launch.icns" />
1118         <symlink name="Uninstall Old Jalview (optional).app" target="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/app/Uninstall Old Jalview.app" />
1119       </topLevelFiles>
1120     </macosArchive>
1121     <unixInstaller name="Linux x64 Shell Installer" id="1595" mediaFileName="${compiler:UNIX_APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-linux_x64-java_${compiler:JAVA_INTEGER_VERSION}" installDir="${compiler:UNIX_APPLICATION_FOLDER}" customInstallBaseDir="~/opt/">
1122       <excludedComponents>
1123         <component id="1155" />
1124         <component id="1156" />
1125         <component id="1276" />
1126         <component id="1881" />
1127         <component id="2110" />
1128       </excludedComponents>
1129       <exclude>
1130         <entry defaultFileset="true" />
1131         <entry filesetId="880" />
1132         <entry filesetId="882" />
1133         <entry filesetId="1873" />
1134         <entry filesetId="2105" />
1135       </exclude>
1136       <jreBundle jreBundleSource="preCreated" includedJre="${compiler:LINUX_JAVA_VM_TGZ}" manualJreEntry="true" />
1137     </unixInstaller>
1138     <unixArchive name="Unix .tar.gz Archive" id="1596" mediaFileName="${compiler:UNIX_APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-java_${compiler:JAVA_INTEGER_VERSION}" installDir="${compiler:UNIX_APPLICATION_FOLDER}">
1139       <excludedComponents>
1140         <component id="1155" />
1141         <component id="1156" />
1142         <component id="1276" />
1143         <component id="1881" />
1144         <component id="2110" />
1145       </excludedComponents>
1146       <exclude>
1147         <entry defaultFileset="true" />
1148         <entry filesetId="880" />
1149         <entry filesetId="882" />
1150         <entry filesetId="1873" />
1151         <entry filesetId="2105" />
1152       </exclude>
1153       <jreBundle includedJre="${compiler:LINUX_JAVA_VM_TGZ}" manualJreEntry="true" />
1154     </unixArchive>
1155     <unixInstaller name="Unix Shell Installer" id="2639" mediaFileName="${compiler:UNIX_APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-java_${compiler:JAVA_INTEGER_VERSION}" installDir="${compiler:UNIX_APPLICATION_FOLDER}" customInstallBaseDir="~/opt/">
1156       <excludedComponents>
1157         <component id="1155" />
1158         <component id="1156" />
1159         <component id="1276" />
1160         <component id="1881" />
1161         <component id="2110" />
1162       </excludedComponents>
1163       <exclude>
1164         <entry defaultFileset="true" />
1165         <entry filesetId="880" />
1166         <entry filesetId="882" />
1167         <entry filesetId="1873" />
1168         <entry filesetId="2105" />
1169       </exclude>
1170       <jreBundle includedJre="${compiler:LINUX_JAVA_VM_TGZ}" manualJreEntry="true" />
1171     </unixInstaller>
1172   </mediaSets>
1173   <buildIds>
1174     <mediaSet refId="153" />
1175     <mediaSet refId="570" />
1176     <mediaSet refId="743" />
1177     <mediaSet refId="2446" />
1178     <mediaSet refId="878" />
1179     <mediaSet refId="1595" />
1180     <mediaSet refId="1596" />
1181     <mediaSet refId="2639" />
1182   </buildIds>
1183 </install4j>