Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / utils / install4j / install4j9_template.install4j
1 <?xml version="1.0" encoding="UTF-8"?>
2 <install4j version="9.0.7" transformSequenceNumber="9">
3   <directoryPresets config="bin/jalview" />
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="${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="OSX_APPLEID" />
17       <variable name="JSIGN_SH" value="echo" />
18       <variable name="JRE_DIR" value="jre" description="The folder under the app folder that the JRE will be either copied or unpacked into" />
19       <variable name="INSTALLER_TEMPLATE_VERSION" value="DEVELOPMENT_default" />
20       <variable name="JALVIEW_VERSION" value="DEVELOPMENT" />
21       <variable name="JAVA_MIN_VERSION" value="11" />
22       <variable name="JAVA_MAX_VERSION" value="11" />
23       <variable name="JAVA_VERSION" value="11" />
24       <variable name="JAVA_INTEGER_VERSION" value="11" />
25       <variable name="VERSION" value="DEVELOPMENT" />
26       <variable name="MACOS_X64_JAVA_VM_DIR" value="${compiler:env.HOME}/buildtools/jre/jre-${compiler:JAVA_INTEGER_VERSION}-mac-x64/jre" />
27       <variable name="MACOS_AARCH64_JAVA_VM_DIR" value="${compiler:env.HOME}/buildtools/jre/jre-${compiler:JAVA_INTEGER_VERSION}-mac-aarch64/jre" />
28       <variable name="WINDOWS_X64_JAVA_VM_DIR" value="${compiler:env.HOME}/buildtools/jre/jre-${compiler:JAVA_INTEGER_VERSION}-windows-x64/jre" />
29       <variable name="LINUX_X64_JAVA_VM_DIR" value="${compiler:env.HOME}/buildtools/jre/jre-${compiler:JAVA_INTEGER_VERSION}-linux-x64/jre" />
30       <variable name="LINUX_AARCH64_JAVA_VM_DIR" value="${compiler:env.HOME}/buildtools/jre/jre-${compiler:JAVA_INTEGER_VERSION}-linux-aarch64/jre" />
31       <variable name="MACOS_X64_JAVA_VM_TGZ" value="${compiler:env.HOME}/buildtools/jre/tgz/jre_${compiler:JAVA_INTEGER_VERSION}_mac_x64.tar.gz" />
32       <variable name="MACOS_AARCH64_JAVA_VM_TGZ" value="${compiler:env.HOME}/buildtools/jre/tgz/jre_${compiler:JAVA_INTEGER_VERSION}_mac_aarch64.tar.gz" />
33       <variable name="WINDOWS_X64_JAVA_VM_TGZ" value="${compiler:env.HOME}/buildtools/jre/tgz/jre_${compiler:JAVA_INTEGER_VERSION}_windows_x64.tar.gz" />
34       <variable name="LINUX_X64_JAVA_VM_TGZ" value="${compiler:env.HOME}/buildtools/jre/tgz/jre_${compiler:JAVA_INTEGER_VERSION}_linux_x64.tar.gz" />
35       <variable name="LINUX_AARCH64_JAVA_VM_TGZ" value="${compiler:env.HOME}/buildtools/jre/tgz/jre_${compiler:JAVA_INTEGER_VERSION}_linux_aarch64.tar.gz" />
36       <variable name="COPYRIGHT_MESSAGE" value="..." />
37       <variable name="BUNDLE_ID" value="org.jalview.jalview-desktop" />
38       <variable name="INTERNAL_ID" value="Jalview" />
39       <variable name="WINDOWS_APPLICATION_ID" value="6595-2347-1923-0725" />
40       <variable name="MACOS_DMG_DS_STORE" value="utils/channels/default/images/jalview_default_dmg_DS_Store" />
41       <variable name="MACOS_DMG_BG_IMAGE" value="utils/channels/default/images/jalview_default_dmg_background-72dpi.png" />
42       <variable name="WRAPPER_LINK" value="jalview" />
43       <variable name="BASH_WRAPPER_SCRIPT" value="jalview.sh" />
44       <variable name="WRAPPER_SCRIPT_BIN_DIR" value="bin" />
45       <variable name="INSTALLER_NAME" value="Jalview Installer" />
46       <variable name="INSTALL4J_UTILS_DIR" value="utils/install4j" />
47       <variable name="GETDOWN_CHANNEL_DIR" value="build/website/docroot/getdown/default" />
48       <variable name="GETDOWN_FILES_DIR" value="getdown/files" />
49       <variable name="GETDOWN_RESOURCE_DIR" value="resource" />
50       <variable name="GETDOWN_DIST_DIR" value="dist" />
51       <variable name="GETDOWN_ALT_DIR" value="alt" />
52       <variable name="GETDOWN_INSTALL_DIR" value="install" />
53       <variable name="INFO_PLIST_FILE_ASSOCIATIONS_FILE" value="file_associations_auto-Info_plist.xml" />
54       <variable name="APPLICATION_CATEGORIES" value="Science;Biology;Java;" />
55       <variable name="APPLICATION_FOLDER" value="Jalview" />
56       <variable name="UNIX_APPLICATION_FOLDER" value="jalview" />
57       <variable name="EXECUTABLE_NAME" value="jalview" />
58       <variable name="EXTRA_SCHEME" value="jalviewx" />
59       <variable name="MAC_ICONS_FILE" value="utils/channels/release/images/jalview_logo.icns" />
60       <variable name="WINDOWS_ICONS_FILE" value="utils/channels/release/images/jalview_logo.ico" />
61       <variable name="PNG_ICON_FILE" value="utils/channels/release/images/jalview_logo.png" />
62       <variable name="BACKGROUND" value="utils/channels/release/images/jalview_logo_background_fade-640x480.png" />
63     </variables>
64     <codeSigning macEnabled="true" macPkcs12File="${compiler:OSX_KEYSTORE}" macNotarize="true" appleId="${compiler:OSX_APPLEID}">
65       <macAdditionalBinaries>
66         <entry>*.dylib</entry>
67         <entry>*.so</entry>
68         <entry>*.jnilib</entry>
69         <entry>unpack200</entry>
70         <entry>tnameserv</entry>
71         <entry>servertool</entry>
72         <entry>rmiregistry</entry>
73         <entry>rmid</entry>
74         <entry>policytool</entry>
75         <entry>pack200</entry>
76         <entry>orbd</entry>
77         <entry>keytool</entry>
78         <entry>jjs</entry>
79         <entry>java</entry>
80         <entry>jspawnhelper</entry>
81         <entry>libfreetype.dylib.6</entry>
82         <entry>applet</entry>
83         <entry>jaotc</entry>
84         <entry>jfr</entry>
85         <entry>jrunscript</entry>
86         <entry>libjli.dylib</entry>
87       </macAdditionalBinaries>
88     </codeSigning>
89   </application>
90   <files defaultUninstallMode="2" preserveSymlinks="false">
91     <filesets>
92       <fileset name="Full file set" id="734" customizedId="FULL_FILE_SET" />
93       <fileset name="macOS x64 JVM" id="2801" customizedId="MACOS_X64_JVM" />
94       <fileset name="macOS aarch64 JVM" id="2803" customizedId="MACOS_AARCH64_JVM" />
95     </filesets>
96     <roots>
97       <root id="735" fileset="734" />
98       <root id="2802" fileset="2801" />
99       <root id="2804" fileset="2803" />
100     </roots>
101     <mountPoints>
102       <mountPoint id="736" root="735" />
103       <mountPoint id="2805" root="2802" />
104       <mountPoint id="2806" root="2804" />
105     </mountPoints>
106     <entries>
107       <dirEntry mountPoint="736" file="${compiler:JALVIEW_DIR}/${compiler:GETDOWN_CHANNEL_DIR}/${compiler:JAVA_VERSION}" uninstallMode="2" overrideOverwriteMode="true" overrideUninstallMode="true" subDirectory="files">
108         <exclude>
109           <entry location="${compiler:WRAPPER_SCRIPT_BIN_DIR}" />
110         </exclude>
111       </dirEntry>
112       <dirEntry mountPoint="736" file="${compiler:JALVIEW_DIR}/examples" overwriteMode="1" uninstallMode="2" overrideFileMode="true" overrideOverwriteMode="true" overrideUninstallMode="true" entryMode="subdir" subDirectory="examples" />
113       <dirEntry mountPoint="736" file="${compiler:JALVIEW_DIR}/${compiler:GETDOWN_CHANNEL_DIR}/${compiler:JAVA_VERSION}/${compiler:WRAPPER_SCRIPT_BIN_DIR}" fileMode="755" overrideFileMode="true" overrideUninstallMode="true" entryMode="subdir" subDirectory="${compiler:WRAPPER_SCRIPT_BIN_DIR}" overrideDirMode="true" />
114       <dirEntry mountPoint="2805" file="${compiler:MACOS_X64_JAVA_VM_DIR}" entryMode="subdir" subDirectory="${compiler:JRE_DIR}" />
115       <dirEntry mountPoint="2806" file="${compiler:MACOS_AARCH64_JAVA_VM_DIR}" entryMode="subdir" subDirectory="${compiler:JRE_DIR}" />
116     </entries>
117     <components>
118       <component name="jalview_getdown" id="1031">
119         <include>
120           <entry filesetId="734" />
121         </include>
122       </component>
123     </components>
124   </files>
125   <launchers>
126     <launcher name="Jalview Launcher" id="737" customizedId="JALVIEW" menuName="${compiler:JALVIEW_APPLICATION_NAME}" icnsFile="${compiler:JALVIEW_DIR}/${compiler:MAC_ICONS_FILE}" customMacBundleIdentifier="true" macBundleIdentifier="${compiler:BUNDLE_ID}" fileset="734" useCustomMacosExecutableName="true" customMacosExecutableName="${compiler:JALVIEW_APPLICATION_NAME}">
127       <executable name="${compiler:EXECUTABLE_NAME}" iconSet="true" iconFile="${compiler:JALVIEW_DIR}/${compiler:WINDOWS_ICONS_FILE}" redirectStdout="true" executableMode="gui" changeWorkingDirectory="false" singleInstance="true" checkConsoleParameter="true">
128         <versionInfo include="true" fileDescription="${compiler:sys.fullName}" legalCopyright="${compiler:COPYRIGHT_MESSAGE}" internalName="${compiler:INTERNAL_ID}" productName="${compiler:sys.fullName}" />
129       </executable>
130       <splashScreen width="640" height="480" bitmapFile="${compiler:JALVIEW_DIR}/${compiler:BACKGROUND}" textOverlay="true">
131         <text>
132           <statusLine x="85" y="81" text="${compiler:sys.shortName}" fontSize="18" />
133           <versionLine x="85" y="109" text="version ${compiler:sys.version}" />
134         </text>
135       </splashScreen>
136       <java mainClass="com.threerings.getdown.launcher.GetdownApp" vmParameters="-Dinstaller_template_version=${compiler:INSTALLER_TEMPLATE_VERSION}" arguments="&quot;${launcher:sys.launcherDirectory}&quot; jalview">
137         <classPath>
138           <archive location="getdown-launcher.jar" />
139           <archive location="${compiler:GETDOWN_INSTALL_DIR}/getdown-launcher.jar" failOnError="false" />
140         </classPath>
141         <nativeLibraryDirectories>
142           <directory name="${compiler:JRE_DIR}/bin" />
143           <directory name="${compiler:GETDOWN_DIST_DIR}" />
144         </nativeLibraryDirectories>
145       </java>
146       <macStaticAssociationActions mode="selected">
147         <id>2350</id>
148         <id>2450</id>
149         <id>2641</id>
150       </macStaticAssociationActions>
151       <infoPlist>${compiler:file("${compiler:INFO_PLIST_FILE_ASSOCIATIONS_FILE}")}</infoPlist>
152       <iconImageFiles>
153         <file path="${compiler:JALVIEW_DIR}/${compiler:PNG_ICON_FILE}" />
154       </iconImageFiles>
155     </launcher>
156   </launchers>
157   <installerGui autoUpdateDescriptorUrl="https://www.jalview.org/install4j/updates.xml">
158     <applications>
159       <application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication" styleId="35" customIcnsFile="${compiler:JALVIEW_DIR}/${compiler:MAC_ICONS_FILE}" customIcoFile="${compiler:JALVIEW_DIR}/${compiler:WINDOWS_ICONS_FILE}">
160         <serializedBean>
161           <property name="useCustomIcon" type="boolean" value="true" />
162         </serializedBean>
163         <styleOverrides>
164           <styleOverride name="Customize banner image" enabled="true">
165             <group id="146" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
166               <serializedBean>
167                 <property name="backgroundColor">
168                   <object class="com.install4j.runtime.beans.LightOrDarkColor">
169                     <object class="java.awt.Color">
170                       <int>255</int>
171                       <int>255</int>
172                       <int>255</int>
173                       <int>255</int>
174                     </object>
175                     <object class="java.awt.Color">
176                       <int>49</int>
177                       <int>52</int>
178                       <int>53</int>
179                       <int>255</int>
180                     </object>
181                   </object>
182                 </property>
183                 <property name="borderSides">
184                   <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
185                     <property name="bottom" type="boolean" value="true" />
186                   </object>
187                 </property>
188                 <property name="imageEdgeBackgroundColor">
189                   <object class="java.awt.Color">
190                     <int>255</int>
191                     <int>255</int>
192                     <int>255</int>
193                     <int>255</int>
194                   </object>
195                 </property>
196                 <property name="imageEdgeBorder" type="boolean" value="true" />
197                 <property name="imageFile">
198                   <object class="com.install4j.api.beans.ExternalFile">
199                     <string>${compiler:JALVIEW_DIR}/${compiler:BACKGROUND}</string>
200                   </object>
201                 </property>
202                 <property name="insets">
203                   <object class="java.awt.Insets">
204                     <int>5</int>
205                     <int>10</int>
206                     <int>10</int>
207                     <int>10</int>
208                   </object>
209                 </property>
210               </serializedBean>
211               <externalParametrizationPropertyNames>
212                 <propertyName>imageAnchor</propertyName>
213                 <propertyName>imageEdgeBackgroundColor</propertyName>
214                 <propertyName>imageFile</propertyName>
215               </externalParametrizationPropertyNames>
216             </group>
217           </styleOverride>
218           <styleOverride name="Jalview" enabled="true">
219             <formComponent name="Watermark" id="352" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" insetTop="0" insetLeft="5" insetBottom="0" useExternalParametrization="true" externalParametrizationName="Jalview" externalParametrizationMode="include">
220               <serializedBean>
221                 <property name="enabledTitleText" type="boolean" value="false" />
222               </serializedBean>
223               <externalParametrizationPropertyNames>
224                 <propertyName>labelText</propertyName>
225               </externalParametrizationPropertyNames>
226             </formComponent>
227           </styleOverride>
228         </styleOverrides>
229         <startup>
230           <screen id="1" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0">
231             <actions>
232               <action id="22" beanClass="com.install4j.runtime.beans.actions.misc.RequestPrivilegesAction" actionElevationType="none" rollbackBarrierExitCode="0">
233                 <serializedBean>
234                   <property name="obtainIfAdminWin" type="boolean" value="false" />
235                 </serializedBean>
236               </action>
237               <action name="Set unixUserBinDir (Linux or Unix)" id="2738" beanClass="com.install4j.runtime.beans.actions.control.SetVariableAction" rollbackBarrierExitCode="0">
238                 <serializedBean>
239                   <property name="script">
240                     <object class="com.install4j.api.beans.ScriptProperty">
241                       <property name="value" type="string">String userHome = (String)context.getVariable("sys.userHome");
242
243 ArrayList&lt;String&gt; tryPaths = new ArrayList&lt;&gt; ();
244 tryPaths.add(userHome + File.separator + "bin");
245 tryPaths.add(userHome + File.separator + ".local" + File.separator + "bin");
246 tryPaths.add(userHome + File.separator + "local" + File.separator + "bin");
247 tryPaths.add(userHome + File.separator + "opt" + File.separator + "bin");
248
249 if (Util.isMacOS()) { // &amp;&amp; root permission?
250     tryPaths.add(File.separator + "usr" + File.separator + "local" + File.separator + "bin"); 
251 }
252
253 for (int i = 0; i &lt; tryPaths.size(); i++) {
254     String tryPath = tryPaths.get(i);
255     File unixUserBinDir = new File(tryPath);
256     if (unixUserBinDir.exists()) {
257         return tryPath;
258     }
259 }
260
261 return null;
262 </property>
263                     </object>
264                   </property>
265                   <property name="variableName" type="string">unixUserBinDir</property>
266                 </serializedBean>
267                 <condition>Util.isLinux() || Util.isUnixInstaller() || Util.isMacOS()</condition>
268               </action>
269               <action name="Set macWrapperLinkLocation (macOS)" id="2745" beanClass="com.install4j.runtime.beans.actions.control.SetVariableAction" rollbackBarrierExitCode="0">
270                 <serializedBean>
271                   <property name="script">
272                     <object class="com.install4j.api.beans.ScriptProperty">
273                       <property name="value" type="string">String javaHome = System.getProperty("java.home");
274 String appName = ((String)context.getCompilerVariable("JALVIEW_APPLICATION_NAME")) + ".app";
275 int i = javaHome.indexOf(appName);
276 String wrapperLink = null;
277 if (i &gt; -1) {
278     wrapperLink = javaHome.substring(0, i) + appName + File.separator + "Contents" + File.separator + "MacOS" + File.separator + ((String)context.getCompilerVariable("WRAPPER_LINK"));
279 }
280 return wrapperLink;
281 </property>
282                     </object>
283                   </property>
284                   <property name="variableName" type="string">macWrapperLinkLocation</property>
285                 </serializedBean>
286                 <condition>Util.isMacOS()</condition>
287               </action>
288             </actions>
289           </screen>
290         </startup>
291         <screens>
292           <screen id="2" beanClass="com.install4j.runtime.beans.screens.WelcomeScreen" rollbackBarrierExitCode="0">
293             <styleOverrides>
294               <styleOverride name="Customize banner image" enabled="true">
295                 <group id="145" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
296                   <serializedBean>
297                     <property name="backgroundColor">
298                       <object class="com.install4j.runtime.beans.LightOrDarkColor">
299                         <object class="java.awt.Color">
300                           <int>255</int>
301                           <int>255</int>
302                           <int>255</int>
303                           <int>255</int>
304                         </object>
305                         <object class="java.awt.Color">
306                           <int>49</int>
307                           <int>52</int>
308                           <int>53</int>
309                           <int>255</int>
310                         </object>
311                       </object>
312                     </property>
313                     <property name="borderSides">
314                       <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
315                         <property name="bottom" type="boolean" value="true" />
316                       </object>
317                     </property>
318                     <property name="imageEdgeBackgroundColor">
319                       <object class="com.install4j.runtime.beans.LightOrDarkColor">
320                         <object class="java.awt.Color">
321                           <int>25</int>
322                           <int>143</int>
323                           <int>220</int>
324                           <int>255</int>
325                         </object>
326                         <object class="java.awt.Color">
327                           <int>0</int>
328                           <int>74</int>
329                           <int>151</int>
330                           <int>255</int>
331                         </object>
332                       </object>
333                     </property>
334                     <property name="imageEdgeBorder" type="boolean" value="true" />
335                     <property name="imageFile">
336                       <object class="com.install4j.api.beans.ExternalFile">
337                         <string>${compiler:JALVIEW_DIR}/${compiler:BACKGROUND}</string>
338                       </object>
339                     </property>
340                     <property name="insets">
341                       <object class="java.awt.Insets">
342                         <int>5</int>
343                         <int>10</int>
344                         <int>10</int>
345                         <int>10</int>
346                       </object>
347                     </property>
348                   </serializedBean>
349                   <externalParametrizationPropertyNames>
350                     <propertyName>imageAnchor</propertyName>
351                     <propertyName>imageEdgeBackgroundColor</propertyName>
352                     <propertyName>imageFile</propertyName>
353                   </externalParametrizationPropertyNames>
354                 </group>
355               </styleOverride>
356             </styleOverrides>
357             <actions>
358               <action id="7" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" multiExec="true">
359                 <serializedBean>
360                   <property name="excludedVariables" type="array" elementType="string" length="1">
361                     <element index="0">sys.installationDir</element>
362                   </property>
363                 </serializedBean>
364                 <condition>context.getBooleanVariable("sys.confirmedUpdateInstallation")</condition>
365               </action>
366             </actions>
367             <formComponents>
368               <formComponent id="3" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
369                 <serializedBean>
370                   <property name="labelText" type="string">${form:welcomeMessage}</property>
371                 </serializedBean>
372                 <visibilityScript>!context.isConsole()</visibilityScript>
373               </formComponent>
374               <formComponent id="4" beanClass="com.install4j.runtime.beans.formcomponents.ConsoleHandlerFormComponent">
375                 <serializedBean>
376                   <property name="consoleScript">
377                     <object class="com.install4j.api.beans.ScriptProperty">
378                       <property name="value" type="string">String message = context.getMessage("ConsoleWelcomeLabel", context.getApplicationName());
379 return console.askOkCancel(message, true);
380 </property>
381                     </object>
382                   </property>
383                 </serializedBean>
384               </formComponent>
385               <formComponent id="5" beanClass="com.install4j.runtime.beans.formcomponents.UpdateAlertComponent" useExternalParametrization="true" externalParametrizationName="Update Alert" externalParametrizationMode="include">
386                 <externalParametrizationPropertyNames>
387                   <propertyName>updateCheck</propertyName>
388                 </externalParametrizationPropertyNames>
389               </formComponent>
390               <formComponent id="6" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetTop="20">
391                 <serializedBean>
392                   <property name="labelText" type="string">${i18n:ClickNext}</property>
393                 </serializedBean>
394               </formComponent>
395             </formComponents>
396           </screen>
397           <screen id="8" beanClass="com.install4j.runtime.beans.screens.InstallationDirectoryScreen" rollbackBarrierExitCode="0">
398             <condition>!context.getBooleanVariable("sys.confirmedUpdateInstallation")</condition>
399             <actions>
400               <action id="11" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" multiExec="true">
401                 <serializedBean>
402                   <property name="excludedVariables" type="array" elementType="string" length="1">
403                     <element index="0">sys.installationDir</element>
404                   </property>
405                 </serializedBean>
406                 <condition>context.getVariable("sys.responseFile") == null</condition>
407               </action>
408             </actions>
409             <formComponents>
410               <formComponent id="9" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="25">
411                 <serializedBean>
412                   <property name="labelText" type="string">${i18n:SelectDirLabel(${compiler:sys.fullName})}</property>
413                 </serializedBean>
414               </formComponent>
415               <formComponent id="10" beanClass="com.install4j.runtime.beans.formcomponents.InstallationDirectoryChooserComponent" useExternalParametrization="true" externalParametrizationName="Installation Directory Chooser" externalParametrizationMode="include">
416                 <serializedBean>
417                   <property name="requestFocus" type="boolean" value="true" />
418                 </serializedBean>
419                 <externalParametrizationPropertyNames>
420                   <propertyName>allowSpacesOnUnix</propertyName>
421                   <propertyName>checkFreeSpace</propertyName>
422                   <propertyName>checkWritable</propertyName>
423                   <propertyName>existingDirWarning</propertyName>
424                   <propertyName>manualEntryAllowed</propertyName>
425                   <propertyName>showFreeDiskSpace</propertyName>
426                   <propertyName>showRequiredDiskSpace</propertyName>
427                   <propertyName>standardValidation</propertyName>
428                   <propertyName>suggestAppDir</propertyName>
429                   <propertyName>validateApplicationId</propertyName>
430                   <propertyName>validationScript</propertyName>
431                 </externalParametrizationPropertyNames>
432               </formComponent>
433             </formComponents>
434           </screen>
435           <screen id="12" beanClass="com.install4j.runtime.beans.screens.ComponentsScreen" enabled="false" rollbackBarrierExitCode="0">
436             <formComponents>
437               <formComponent id="13" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
438                 <serializedBean>
439                   <property name="labelText" type="string">${i18n:SelectComponentsLabel2}</property>
440                 </serializedBean>
441                 <visibilityScript>!context.isConsole()</visibilityScript>
442               </formComponent>
443               <formComponent id="14" beanClass="com.install4j.runtime.beans.formcomponents.ComponentSelectorComponent" useExternalParametrization="true" externalParametrizationName="Installation Components" externalParametrizationMode="include">
444                 <serializedBean>
445                   <property name="fillVertical" type="boolean" value="true" />
446                 </serializedBean>
447                 <externalParametrizationPropertyNames>
448                   <propertyName>selectionChangedScript</propertyName>
449                 </externalParametrizationPropertyNames>
450               </formComponent>
451             </formComponents>
452           </screen>
453           <screen id="1692" beanClass="com.install4j.runtime.beans.screens.FileAssociationsScreen" rollbackBarrierExitCode="0">
454             <formComponents>
455               <formComponent id="1693" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
456                 <serializedBean>
457                   <property name="labelText" type="string">${i18n:SelectAssociationsLabel}</property>
458                 </serializedBean>
459               </formComponent>
460               <formComponent id="1694" beanClass="com.install4j.runtime.beans.formcomponents.FileAssociationsComponent" useExternalParametrization="true" externalParametrizationName="File Associations" externalParametrizationMode="include">
461                 <serializedBean>
462                   <property name="fillVertical" type="boolean" value="true" />
463                   <property name="selectionButtonPosition" type="enum" class="com.install4j.runtime.beans.formcomponents.VerticalDockingPosition" value="TOP" />
464                   <property name="showSelectionButtons" type="boolean" value="true" />
465                 </serializedBean>
466                 <externalParametrizationPropertyNames>
467                   <propertyName>showSelectionButtons</propertyName>
468                   <propertyName>selectionButtonPosition</propertyName>
469                 </externalParametrizationPropertyNames>
470               </formComponent>
471             </formComponents>
472           </screen>
473           <screen id="15" beanClass="com.install4j.runtime.beans.screens.InstallationScreen" rollbackBarrier="true" rollbackBarrierExitCode="0">
474             <actions>
475               <action id="17" beanClass="com.install4j.runtime.beans.actions.InstallFilesAction" actionElevationType="elevated" rollbackBarrierExitCode="0" failureStrategy="quit" errorMessage="${i18n:FileCorrupted}" />
476               <action name="Create program group (RELEASE)" id="18" customizedId="PROGRAM_GROUP_RELEASE" beanClass="com.install4j.runtime.beans.actions.desktop.CreateProgramGroupAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
477                 <serializedBean>
478                   <property name="allUsers" type="boolean" value="false" />
479                   <property name="categories" type="string">${compiler:APPLICATION_CATEGORIES}</property>
480                   <property name="programGroupEntryConfigs">
481                     <add>
482                       <object class="com.install4j.runtime.beans.screens.components.ProgramGroupFileConfig">
483                         <property name="name" type="string">Examples</property>
484                         <property name="target">
485                           <object class="java.io.File">
486                             <string>examples</string>
487                           </object>
488                         </property>
489                       </object>
490                     </add>
491                   </property>
492                   <property name="programGroupName" type="string">${compiler:JALVIEW_NAME}</property>
493                   <property name="uninstallerMenuName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property>
494                 </serializedBean>
495                 <condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition>
496               </action>
497               <action name="Create program group (NON-RELEASE)" id="2730" customizedId="PROGRAM_GROUP_NON_RELEASE" beanClass="com.install4j.runtime.beans.actions.desktop.CreateProgramGroupAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
498                 <serializedBean>
499                   <property name="allUsers" type="boolean" value="false" />
500                   <property name="categories" type="string">${compiler:APPLICATION_CATEGORIES}</property>
501                   <property name="programGroupName" type="string">${compiler:JALVIEW_NAME}</property>
502                   <property name="uninstallerMenuName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property>
503                 </serializedBean>
504                 <condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition>
505               </action>
506               <action id="19" beanClass="com.install4j.runtime.beans.actions.desktop.RegisterAddRemoveAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
507                 <serializedBean>
508                   <property name="itemName" type="string">${compiler:sys.fullName} ${compiler:sys.version}</property>
509                 </serializedBean>
510               </action>
511               <action id="124" beanClass="com.install4j.runtime.beans.actions.control.SetVariableAction" enabled="false" rollbackBarrierExitCode="0">
512                 <serializedBean>
513                   <property name="script">
514                     <object class="com.install4j.api.beans.ScriptProperty">
515                       <property name="value" type="string" />
516                     </object>
517                   </property>
518                   <property name="variableName" type="string" />
519                 </serializedBean>
520                 <condition>true</condition>
521               </action>
522               <action id="134" beanClass="com.install4j.runtime.beans.actions.misc.AddVmOptionsAction" enabled="false" actionElevationType="elevated" rollbackBarrierExitCode="0">
523                 <serializedBean>
524                   <property name="launcherId" type="string">121</property>
525                   <property name="vmOptions" type="array" elementType="string" length="0" />
526                 </serializedBean>
527               </action>
528               <group name="File Associations" id="2251" beanClass="com.install4j.runtime.beans.groups.ActionGroup">
529                 <beans>
530                   <action id="2253" beanClass="com.install4j.runtime.beans.actions.control.SetMessageAction" actionElevationType="none" rollbackBarrierExitCode="0">
531                     <serializedBean>
532                       <property name="statusMessage" type="string">Creating file associations...</property>
533                       <property name="useDetail" type="boolean" value="true" />
534                       <property name="useStatus" type="boolean" value="true" />
535                     </serializedBean>
536                   </action>
537                   <action id="2254" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
538                     <serializedBean>
539                       <property name="progressChangeType" type="enum" class="com.install4j.runtime.beans.actions.control.ProgressChangeType" value="SET_INDETERMINATE" />
540                     </serializedBean>
541                   </action>
542                   <group name="File Associations Replacement Group" id="2753" customizedId="EXTENSIONS_REPLACED_BY_GRADLE_PARENT_GROUP" beanClass="com.install4j.runtime.beans.groups.ActionGroup">
543                     <beans>
544                       <action name="EXTENSIONS_REPLACED_BY_GRADLE" id="1691" customizedId="EXTENSIONS" beanClass="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
545                         <serializedBean>
546                           <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>
547                           <property name="extension" type="string">extensions_to_be_replaced_by_gradle</property>
548                           <property name="launcherId" type="string">JALVIEW</property>
549                         </serializedBean>
550                       </action>
551                     </beans>
552                   </group>
553                   <action id="2542" beanClass="com.install4j.runtime.beans.actions.control.SetMessageAction" actionElevationType="none" rollbackBarrierExitCode="0">
554                     <serializedBean>
555                       <property name="statusMessage" type="string">Finished creating file associations</property>
556                       <property name="useDetail" type="boolean" value="true" />
557                       <property name="useStatus" type="boolean" value="true" />
558                     </serializedBean>
559                   </action>
560                   <action id="2541" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
561                     <serializedBean>
562                       <property name="percentValue" type="int" value="100" />
563                     </serializedBean>
564                   </action>
565                 </beans>
566               </group>
567               <action id="2350" beanClass="com.install4j.runtime.beans.actions.desktop.UrlHandlerAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
568                 <serializedBean>
569                   <property name="launcherId" type="string">JALVIEW</property>
570                   <property name="scheme" type="string">jalview</property>
571                 </serializedBean>
572               </action>
573               <action id="2450" beanClass="com.install4j.runtime.beans.actions.desktop.UrlHandlerAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
574                 <serializedBean>
575                   <property name="launcherId" type="string">JALVIEW</property>
576                   <property name="scheme" type="string">jalviews</property>
577                 </serializedBean>
578               </action>
579               <action id="2641" beanClass="com.install4j.runtime.beans.actions.desktop.UrlHandlerAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
580                 <serializedBean>
581                   <property name="launcherId" type="string">JALVIEW</property>
582                   <property name="scheme" type="string">${compiler:EXTRA_SCHEME}</property>
583                 </serializedBean>
584               </action>
585             </actions>
586             <formComponents>
587               <formComponent id="16" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent">
588                 <serializedBean>
589                   <property name="initialStatusMessage" type="string">${i18n:WizardPreparing}</property>
590                 </serializedBean>
591               </formComponent>
592             </formComponents>
593           </screen>
594           <screen id="20" beanClass="com.install4j.runtime.beans.screens.FinishedScreen" rollbackBarrierExitCode="0" finishScreen="true">
595             <actions>
596               <action id="2012" beanClass="com.install4j.runtime.beans.actions.desktop.CreateStartMenuEntryAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
597                 <serializedBean>
598                   <property name="allUsers" type="boolean" value="false" />
599                   <property name="categories" type="string">${compiler:APPLICATION_CATEGORIES}</property>
600                   <property name="entryName" type="string">${compiler:JALVIEW_APPLICATION_NAME}</property>
601                   <property name="file">
602                     <object class="java.io.File">
603                       <string>${installer:sys.contentDir}/${compiler:EXECUTABLE_NAME}</string>
604                     </object>
605                   </property>
606                   <property name="icon">
607                     <object class="com.install4j.api.beans.ExternalFile">
608                       <string>${compiler:JALVIEW_DIR}/${compiler:WINDOWS_ICONS_FILE}</string>
609                     </object>
610                   </property>
611                   <property name="programGroupName" type="string">${compiler:JALVIEW_NAME}</property>
612                   <property name="unixIconFile">
613                     <object class="com.install4j.api.beans.ExternalFile">
614                       <string>${compiler:JALVIEW_DIR}/${compiler:PNG_ICON_FILE}</string>
615                     </object>
616                   </property>
617                 </serializedBean>
618                 <condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition>
619               </action>
620               <action id="573" beanClass="com.install4j.runtime.beans.actions.desktop.CreateDesktopLinkAction" actionElevationType="elevated" rollbackBarrierExitCode="0" errorMessage="Could not make desktop link">
621                 <serializedBean>
622                   <property name="allUsers" type="boolean" value="false" />
623                   <property name="description" type="string">${compiler:JALVIEW_APPLICATION_NAME}</property>
624                   <property name="file">
625                     <object class="java.io.File">
626                       <string>${installer:sys.contentDir}/${compiler:EXECUTABLE_NAME}</string>
627                     </object>
628                   </property>
629                   <property name="name" type="string">${compiler:JALVIEW_APPLICATION_NAME}</property>
630                   <property name="unixIconFile">
631                     <object class="com.install4j.api.beans.ExternalFile">
632                       <string>${compiler:JALVIEW_DIR}/${compiler:PNG_ICON_FILE}</string>
633                     </object>
634                   </property>
635                   <property name="winIconFile">
636                     <object class="com.install4j.api.beans.ExternalFile">
637                       <string>${compiler:JALVIEW_DIR}/${compiler:WINDOWS_ICONS_FILE}</string>
638                     </object>
639                   </property>
640                 </serializedBean>
641                 <condition>context.getBooleanVariable("createDesktopLinkAction")</condition>
642               </action>
643               <action id="576" beanClass="com.install4j.runtime.beans.actions.desktop.AddToDockAction" actionElevationType="none" rollbackBarrierExitCode="0">
644                 <serializedBean>
645                   <property name="executable">
646                     <object class="java.io.File">
647                       <string>${compiler:JALVIEW_APPLICATION_NAME}.app</string>
648                     </object>
649                   </property>
650                 </serializedBean>
651                 <condition>context.getBooleanVariable("addToDockAction")</condition>
652               </action>
653               <action name="Linux/Unix symlink" id="2733" beanClass="com.install4j.runtime.beans.actions.files.CreateSymlinkAction" actionElevationType="elevated" rollbackBarrierExitCode="0" errorMessage="Could not make symlink to wrapper script">
654                 <serializedBean>
655                   <property name="file">
656                     <object class="java.io.File">
657                       <string>${compiler:WRAPPER_SCRIPT_BIN_DIR}/${compiler:BASH_WRAPPER_SCRIPT}</string>
658                     </object>
659                   </property>
660                   <property name="linkFile">
661                     <object class="java.io.File">
662                       <string>${compiler:WRAPPER_SCRIPT_BIN_DIR}/${compiler:WRAPPER_LINK}</string>
663                     </object>
664                   </property>
665                 </serializedBean>
666                 <condition>Util.isLinux() || Util.isUnixInstaller() || Util.isMacOS()</condition>
667               </action>
668               <action name="Add Jalview bin to the user's path (Windows)" id="2740" beanClass="com.install4j.runtime.beans.actions.misc.ModifyEnvironmentVariableAction" actionElevationType="elevated" rollbackBarrierExitCode="0" errorMessage="Could not add &quot;${installer:sys.contentDir}\${compiler:WRAPPER_SCRIPT_BIN_DIR}&quot; to the Path environment variable">
669                 <serializedBean>
670                   <property name="type" type="enum" class="com.install4j.runtime.beans.actions.misc.ModifyStringType" value="APPEND" />
671                   <property name="value" type="string">${installer:sys.contentDir}\${compiler:WRAPPER_SCRIPT_BIN_DIR}</property>
672                   <property name="variableName" type="string">Path</property>
673                 </serializedBean>
674                 <condition>context.getBooleanVariable("appendToPathAction")</condition>
675               </action>
676               <action name="Create Linux/Unix symbolic link to jalview.sh in user's local bin" id="2739" beanClass="com.install4j.runtime.beans.actions.files.CreateSymlinkAction" actionElevationType="elevated" rollbackBarrierExitCode="0" errorMessage="Could not make a ${compiler:WRAPPER_LINK} symbolic link in ~/${installer:unixUserBinDir}">
677                 <serializedBean>
678                   <property name="file">
679                     <object class="java.io.File">
680                       <string>${installer:sys.contentDir}/${compiler:WRAPPER_SCRIPT_BIN_DIR}/${compiler:BASH_WRAPPER_SCRIPT}</string>
681                     </object>
682                   </property>
683                   <property name="linkFile">
684                     <object class="java.io.File">
685                       <string>${installer:unixUserBinDir}/${compiler:WRAPPER_LINK}</string>
686                     </object>
687                   </property>
688                 </serializedBean>
689                 <condition>context.getBooleanVariable("makeSymbolicLinkAction") &amp;&amp; ( Util.isLinux() || Util.isUnixInstaller() ) &amp;&amp; ( context.getVariable("unixUserBinDir") != null )</condition>
690               </action>
691               <action name="Create macOS symbolic link to jalview in user's local bin" id="2743" beanClass="com.install4j.runtime.beans.actions.files.CreateSymlinkAction" actionElevationType="elevated" rollbackBarrierExitCode="0" errorMessage="Could not make a ${compiler:WRAPPER_LINK} symbolic link in ~/${installer:unixUserBinDir}">
692                 <serializedBean>
693                   <property name="file">
694                     <object class="java.io.File">
695                       <string>${installer:macWrapperLinkLocation}</string>
696                     </object>
697                   </property>
698                   <property name="linkFile">
699                     <object class="java.io.File">
700                       <string>${installer:unixUserBinDir}/${compiler:WRAPPER_LINK}</string>
701                     </object>
702                   </property>
703                 </serializedBean>
704                 <condition>context.getBooleanVariable("makeSymbolicLinkAction") &amp;&amp; Util.isMacOS() &amp;&amp; ( context.getVariable("unixUserBinDir") != null ) &amp;&amp; ( context.getVariable("macWrapperLinkLocation") != null )</condition>
705               </action>
706             </actions>
707             <formComponents>
708               <formComponent id="21" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
709                 <serializedBean>
710                   <property name="labelText" type="string">${form:finishedMessage}</property>
711                 </serializedBean>
712               </formComponent>
713               <formComponent name="Add a desktop link" id="574" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
714                 <serializedBean>
715                   <property name="checkboxText" type="string">${i18n:CreateDesktopIcon}</property>
716                   <property name="initiallySelected" type="boolean" value="true" />
717                   <property name="variableName" type="string">createDesktopLinkAction</property>
718                 </serializedBean>
719                 <visibilityScript>!Util.isMacOS()</visibilityScript>
720               </formComponent>
721               <formComponent name="Add an executable to the dock" id="577" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
722                 <serializedBean>
723                   <property name="checkboxText" type="string">${i18n:AddToDock}</property>
724                   <property name="initiallySelected" type="boolean" value="true" />
725                   <property name="variableName" type="string">addToDockAction</property>
726                 </serializedBean>
727                 <visibilityScript>Util.isMacOS()</visibilityScript>
728               </formComponent>
729               <formComponent name="Add jalview bin to the user's Path environment variable (Windows)" id="2734" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
730                 <serializedBean>
731                   <property name="checkboxText" type="string">Add ${compiler:JALVIEW_APPLICATION_NAME}'s bin folder to the Path environment variable</property>
732                   <property name="initiallySelected" type="boolean" value="true" />
733                   <property name="variableName" type="string">appendToPathAction</property>
734                 </serializedBean>
735                 <visibilityScript>Util.isWindows()</visibilityScript>
736               </formComponent>
737               <formComponent name="Make a symbolic link to jalview.sh bash script in the user's local bin (Linux or Unix)" id="2736" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
738                 <serializedBean>
739                   <property name="checkboxText" type="string">Make a ${compiler:WRAPPER_LINK} symbolic link in ${installer:unixUserBinDir}</property>
740                   <property name="initiallySelected" type="boolean" value="true" />
741                   <property name="variableName" type="string">makeSymbolicLinkAction</property>
742                 </serializedBean>
743                 <visibilityScript>( Util.isLinux() || Util.isUnixInstaller() || ( Util.isMacOS() &amp;&amp; ( context.getVariable("macWrapperLinkLocation") != null ) ) ) &amp;&amp; ( context.getVariable("unixUserBinDir") != null )</visibilityScript>
744               </formComponent>
745             </formComponents>
746           </screen>
747         </screens>
748       </application>
749       <application id="uninstaller" beanClass="com.install4j.runtime.beans.applications.UninstallerApplication" styleId="35">
750         <serializedBean>
751           <property name="customMacosExecutableName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property>
752           <property name="useCustomMacosExecutableName" type="boolean" value="true" />
753         </serializedBean>
754         <styleOverrides>
755           <styleOverride name="Customize banner image" enabled="true">
756             <group id="147" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
757               <serializedBean>
758                 <property name="backgroundColor">
759                   <object class="com.install4j.runtime.beans.LightOrDarkColor">
760                     <object class="java.awt.Color">
761                       <int>255</int>
762                       <int>255</int>
763                       <int>255</int>
764                       <int>255</int>
765                     </object>
766                     <object class="java.awt.Color">
767                       <int>49</int>
768                       <int>52</int>
769                       <int>53</int>
770                       <int>255</int>
771                     </object>
772                   </object>
773                 </property>
774                 <property name="borderSides">
775                   <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
776                     <property name="bottom" type="boolean" value="true" />
777                   </object>
778                 </property>
779                 <property name="imageEdgeBackgroundColor">
780                   <object class="java.awt.Color">
781                     <int>192</int>
782                     <int>192</int>
783                     <int>192</int>
784                     <int>255</int>
785                   </object>
786                 </property>
787                 <property name="imageEdgeBorder" type="boolean" value="true" />
788                 <property name="imageFile">
789                   <object class="com.install4j.api.beans.ExternalFile">
790                     <string>${compiler:JALVIEW_DIR}/${compiler:BACKGROUND}</string>
791                   </object>
792                 </property>
793                 <property name="insets">
794                   <object class="java.awt.Insets">
795                     <int>5</int>
796                     <int>10</int>
797                     <int>10</int>
798                     <int>10</int>
799                   </object>
800                 </property>
801               </serializedBean>
802               <externalParametrizationPropertyNames>
803                 <propertyName>imageAnchor</propertyName>
804                 <propertyName>imageEdgeBackgroundColor</propertyName>
805                 <propertyName>imageFile</propertyName>
806               </externalParametrizationPropertyNames>
807             </group>
808           </styleOverride>
809         </styleOverrides>
810         <startup>
811           <screen id="23" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0">
812             <actions>
813               <action id="33" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" />
814               <action id="34" beanClass="com.install4j.runtime.beans.actions.misc.RequireInstallerPrivilegesAction" actionElevationType="none" rollbackBarrierExitCode="0" />
815             </actions>
816           </screen>
817         </startup>
818         <screens>
819           <screen id="24" beanClass="com.install4j.runtime.beans.screens.UninstallWelcomeScreen" rollbackBarrierExitCode="0">
820             <formComponents>
821               <formComponent id="25" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
822                 <serializedBean>
823                   <property name="labelText" type="string">${form:welcomeMessage}</property>
824                 </serializedBean>
825                 <visibilityScript>!context.isConsole()</visibilityScript>
826               </formComponent>
827               <formComponent id="26" beanClass="com.install4j.runtime.beans.formcomponents.ConsoleHandlerFormComponent">
828                 <serializedBean>
829                   <property name="consoleScript">
830                     <object class="com.install4j.api.beans.ScriptProperty">
831                       <property name="value" type="string">String message = context.getMessage("ConfirmUninstall", context.getApplicationName());
832 return console.askYesNo(message, true);
833 </property>
834                     </object>
835                   </property>
836                 </serializedBean>
837               </formComponent>
838             </formComponents>
839           </screen>
840           <screen id="27" beanClass="com.install4j.runtime.beans.screens.UninstallationScreen" rollbackBarrierExitCode="0">
841             <actions>
842               <action id="659" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
843                 <serializedBean>
844                   <property name="progressChangeType" type="enum" class="com.install4j.runtime.beans.actions.control.ProgressChangeType" value="SET_INDETERMINATE" />
845                 </serializedBean>
846               </action>
847               <action id="29" beanClass="com.install4j.runtime.beans.actions.UninstallFilesAction" actionElevationType="elevated" rollbackBarrierExitCode="0" />
848               <action id="660" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" enabled="false" actionElevationType="none" rollbackBarrierExitCode="0">
849                 <serializedBean>
850                   <property name="percentValue" type="int" value="95" />
851                 </serializedBean>
852               </action>
853               <action id="1525" beanClass="com.install4j.runtime.beans.actions.files.DeleteFileAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
854                 <serializedBean>
855                   <property name="files" type="array" class="java.io.File" length="40">
856                     <element index="0">
857                       <object class="java.io.File">
858                         <string>jre</string>
859                       </object>
860                     </element>
861                     <element index="1">
862                       <object class="java.io.File">
863                         <string>jre.jar</string>
864                       </object>
865                     </element>
866                     <element index="2">
867                       <object class="java.io.File">
868                         <string>.install4j</string>
869                       </object>
870                     </element>
871                     <element index="3">
872                       <object class="java.io.File">
873                         <string>getdown-launcher.jar</string>
874                       </object>
875                     </element>
876                     <element index="4">
877                       <object class="java.io.File">
878                         <string>getdown-launcher-old.jar</string>
879                       </object>
880                     </element>
881                     <element index="5">
882                       <object class="java.io.File">
883                         <string>getdown-launcher-new.jar</string>
884                       </object>
885                     </element>
886                     <element index="6">
887                       <object class="java.io.File">
888                         <string>gettingdown.lock</string>
889                       </object>
890                     </element>
891                     <element index="7">
892                       <object class="java.io.File">
893                         <string>jre.zip</string>
894                       </object>
895                     </element>
896                     <element index="8">
897                       <object class="java.io.File">
898                         <string>digest.txt</string>
899                       </object>
900                     </element>
901                     <element index="9">
902                       <object class="java.io.File">
903                         <string>digest2.txt</string>
904                       </object>
905                     </element>
906                     <element index="10">
907                       <object class="java.io.File">
908                         <string>getdown-launcher.jarv</string>
909                       </object>
910                     </element>
911                     <element index="11">
912                       <object class="java.io.File">
913                         <string>getdown-launcher-new.jarv</string>
914                       </object>
915                     </element>
916                     <element index="12">
917                       <object class="java.io.File">
918                         <string>launcher.log</string>
919                       </object>
920                     </element>
921                     <element index="13">
922                       <object class="java.io.File">
923                         <string>proxy.txt</string>
924                       </object>
925                     </element>
926                     <element index="14">
927                       <object class="java.io.File">
928                         <string>build_properties</string>
929                       </object>
930                     </element>
931                     <element index="15">
932                       <object class="java.io.File">
933                         <string>channel_launch*.jvl</string>
934                       </object>
935                     </element>
936                     <element index="16">
937                       <object class="java.io.File">
938                         <string>jalview*.jvl</string>
939                       </object>
940                     </element>
941                     <element index="17">
942                       <object class="java.io.File">
943                         <string>*.jarv</string>
944                       </object>
945                     </element>
946                     <element index="18">
947                       <object class="java.io.File">
948                         <string>*.log</string>
949                       </object>
950                     </element>
951                     <element index="19">
952                       <object class="java.io.File">
953                         <string>*.txt</string>
954                       </object>
955                     </element>
956                     <element index="20">
957                       <object class="java.io.File">
958                         <string>*_new</string>
959                       </object>
960                     </element>
961                     <element index="21">
962                       <object class="java.io.File">
963                         <string>hs_err_*.*</string>
964                       </object>
965                     </element>
966                     <element index="22">
967                       <object class="java.io.File">
968                         <string>${compiler:GETDOWN_DIST_DIR}</string>
969                       </object>
970                     </element>
971                     <element index="23">
972                       <object class="java.io.File">
973                         <string>${compiler:GETDOWN_ALT_DIR}</string>
974                       </object>
975                     </element>
976                     <element index="24">
977                       <object class="java.io.File">
978                         <string>${compiler:GETDOWN_RESOURCE_DIR}</string>
979                       </object>
980                     </element>
981                     <element index="25">
982                       <object class="java.io.File">
983                         <string>META-INF</string>
984                       </object>
985                     </element>
986                     <element index="26">
987                       <object class="java.io.File">
988                         <string>install</string>
989                       </object>
990                     </element>
991                     <element index="27">
992                       <object class="java.io.File">
993                         <string>resource</string>
994                       </object>
995                     </element>
996                     <element index="28">
997                       <object class="java.io.File">
998                         <string>dist</string>
999                       </object>
1000                     </element>
1001                     <element index="29">
1002                       <object class="java.io.File">
1003                         <string>release</string>
1004                       </object>
1005                     </element>
1006                     <element index="30">
1007                       <object class="java.io.File">
1008                         <string>alt</string>
1009                       </object>
1010                     </element>
1011                     <element index="31">
1012                       <object class="java.io.File">
1013                         <string>dev</string>
1014                       </object>
1015                     </element>
1016                     <element index="32">
1017                       <object class="java.io.File">
1018                         <string>build</string>
1019                       </object>
1020                     </element>
1021                     <element index="33">
1022                       <object class="java.io.File">
1023                         <string>alt_*</string>
1024                       </object>
1025                     </element>
1026                     <element index="34">
1027                       <object class="java.io.File">
1028                         <string>dev_*</string>
1029                       </object>
1030                     </element>
1031                     <element index="35">
1032                       <object class="java.io.File">
1033                         <string>build_*</string>
1034                       </object>
1035                     </element>
1036                     <element index="36">
1037                       <object class="java.io.File">
1038                         <string>${compiler:WRAPPER_SCRIPT_BIN_DIR}</string>
1039                       </object>
1040                     </element>
1041                     <element index="37">
1042                       <object class="java.io.File">
1043                         <string>bin</string>
1044                       </object>
1045                     </element>
1046                     <element index="38">
1047                       <object class="java.io.File">
1048                         <string>channel.props</string>
1049                       </object>
1050                     </element>
1051                     <element index="39">
1052                       <object class="java.io.File">
1053                         <string>channel.propsv</string>
1054                       </object>
1055                     </element>
1056                   </property>
1057                   <property name="recursive" type="boolean" value="true" />
1058                 </serializedBean>
1059               </action>
1060               <action id="1791" beanClass="com.install4j.runtime.beans.actions.control.SetProgressAction" actionElevationType="none" rollbackBarrierExitCode="0">
1061                 <serializedBean>
1062                   <property name="percentValue" type="int" value="100" />
1063                 </serializedBean>
1064               </action>
1065             </actions>
1066             <formComponents>
1067               <formComponent id="28" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent">
1068                 <serializedBean>
1069                   <property name="initialStatusMessage" type="string">${i18n:UninstallerPreparing}</property>
1070                 </serializedBean>
1071               </formComponent>
1072             </formComponents>
1073           </screen>
1074           <screen id="32" beanClass="com.install4j.runtime.beans.screens.UninstallFailureScreen" rollbackBarrierExitCode="0" finishScreen="true" />
1075           <screen id="30" beanClass="com.install4j.runtime.beans.screens.UninstallSuccessScreen" styleId="41" rollbackBarrierExitCode="0" finishScreen="true">
1076             <formComponents>
1077               <formComponent id="31" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
1078                 <serializedBean>
1079                   <property name="labelText" type="string">${form:successMessage}</property>
1080                 </serializedBean>
1081               </formComponent>
1082             </formComponents>
1083           </screen>
1084         </screens>
1085       </application>
1086       <application name="MacOS Setup" id="2746" beanClass="com.install4j.runtime.beans.applications.CustomApplication" fileset="734" macEntitlementsFile="${compiler:JALVIEW_DIR}/utils/osx_signing/entitlements.txt">
1087         <serializedBean>
1088           <property name="executableDirectory">
1089             <object class="java.io.File">
1090               <string>.</string>
1091             </object>
1092           </property>
1093           <property name="executableName" type="string">${compiler:WRAPPER_LINK}_setup</property>
1094           <property name="windowTitle" type="string">${compiler:sys.fullName}</property>
1095         </serializedBean>
1096         <startup>
1097           <screen id="2747" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0">
1098             <actions>
1099               <link id="2749" targetId="22" />
1100               <link id="2750" targetId="2738" />
1101               <link id="2751" targetId="2745" />
1102             </actions>
1103           </screen>
1104         </startup>
1105         <screens>
1106           <screen id="2772" beanClass="com.install4j.runtime.beans.screens.FormScreen" rollbackBarrierExitCode="0" backButton="hidden" finishScreen="true">
1107             <serializedBean>
1108               <property name="title" type="string">Running ${i18n:SetupAppTitle}</property>
1109             </serializedBean>
1110             <actions>
1111               <link id="2778" targetId="576" />
1112               <link id="2779" targetId="2743" />
1113             </actions>
1114             <formComponents>
1115               <formComponent id="2773" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
1116                 <serializedBean>
1117                   <property name="labelText" type="string">${i18n:FinishedLabel(${compiler:JALVIEW_APPLICATION_NAME})}</property>
1118                 </serializedBean>
1119               </formComponent>
1120               <formComponent name="Add an executable to the dock" id="2775" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
1121                 <serializedBean>
1122                   <property name="checkboxText" type="string">${i18n:AddToDock}</property>
1123                   <property name="initiallySelected" type="boolean" value="true" />
1124                   <property name="variableName" type="string">addToDockAction</property>
1125                 </serializedBean>
1126                 <visibilityScript>Util.isMacOS()</visibilityScript>
1127               </formComponent>
1128               <formComponent name="Make a symbolic link to jalview.sh bash script in the user's local bin (Linux or Unix)" id="2777" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
1129                 <serializedBean>
1130                   <property name="checkboxText" type="string">Make a ${compiler:WRAPPER_LINK} symbolic link in ${installer:unixUserBinDir}</property>
1131                   <property name="initiallySelected" type="boolean" value="true" />
1132                   <property name="variableName" type="string">makeSymbolicLinkAction</property>
1133                 </serializedBean>
1134                 <visibilityScript>( Util.isLinux() || Util.isUnixInstaller() || ( Util.isMacOS() &amp;&amp; ( context.getVariable("macWrapperLinkLocation") != null ) ) ) &amp;&amp; ( context.getVariable("unixUserBinDir") != null )</visibilityScript>
1135               </formComponent>
1136               <formComponent id="2780" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
1137                 <serializedBean>
1138                   <property name="labelText" type="string">
1139 ${i18n:ClickFinish}
1140
1141 ${compiler:JALVIEW_APPLICATION_NAME} will now launch.</property>
1142                 </serializedBean>
1143               </formComponent>
1144             </formComponents>
1145           </screen>
1146         </screens>
1147       </application>
1148     </applications>
1149     <styles defaultStyleId="35">
1150       <style name="Standard" id="35" beanClass="com.install4j.runtime.beans.styles.FormStyle">
1151         <formComponents>
1152           <formComponent name="Header" id="36" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetTop="0" insetBottom="0">
1153             <serializedBean>
1154               <property name="styleId" type="string">48</property>
1155             </serializedBean>
1156           </formComponent>
1157           <group name="Main" id="37" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup">
1158             <serializedBean>
1159               <property name="imageEdgeAxisType" type="enum" class="com.install4j.runtime.beans.formcomponents.AxisType" value="HORIZONTAL" />
1160               <property name="imageEdgeBackgroundColor">
1161                 <object class="java.awt.Color">
1162                   <int>255</int>
1163                   <int>255</int>
1164                   <int>255</int>
1165                   <int>255</int>
1166                 </object>
1167               </property>
1168               <property name="imageFile">
1169                 <object class="com.install4j.api.beans.ExternalFile">
1170                   <string>${compiler:JALVIEW_DIR}/${compiler:BACKGROUND}</string>
1171                 </object>
1172               </property>
1173               <property name="imageOverlap" type="boolean" value="true" />
1174             </serializedBean>
1175             <beans>
1176               <formComponent id="38" beanClass="com.install4j.runtime.beans.styles.ContentComponent" insetTop="10" insetLeft="20" insetBottom="10" insetRight="20" />
1177               <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">
1178                 <serializedBean>
1179                   <property name="enabledTitleText" type="boolean" value="false" />
1180                 </serializedBean>
1181                 <externalParametrizationPropertyNames>
1182                   <propertyName>labelText</propertyName>
1183                 </externalParametrizationPropertyNames>
1184               </formComponent>
1185               <formComponent name="Footer" id="40" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetTop="0" insetBottom="0">
1186                 <serializedBean>
1187                   <property name="styleId" type="string">52</property>
1188                 </serializedBean>
1189               </formComponent>
1190             </beans>
1191           </group>
1192         </formComponents>
1193       </style>
1194       <style name="Banner" id="41" beanClass="com.install4j.runtime.beans.styles.FormStyle">
1195         <formComponents>
1196           <group id="42" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
1197             <serializedBean>
1198               <property name="backgroundColor">
1199                 <object class="com.install4j.runtime.beans.LightOrDarkColor">
1200                   <object class="java.awt.Color">
1201                     <int>255</int>
1202                     <int>255</int>
1203                     <int>255</int>
1204                     <int>255</int>
1205                   </object>
1206                   <object class="java.awt.Color">
1207                     <int>49</int>
1208                     <int>52</int>
1209                     <int>53</int>
1210                     <int>255</int>
1211                   </object>
1212                 </object>
1213               </property>
1214               <property name="borderSides">
1215                 <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
1216                   <property name="bottom" type="boolean" value="true" />
1217                 </object>
1218               </property>
1219               <property name="imageEdgeBackgroundColor">
1220                 <object class="com.install4j.runtime.beans.LightOrDarkColor">
1221                   <object class="java.awt.Color">
1222                     <int>25</int>
1223                     <int>143</int>
1224                     <int>220</int>
1225                     <int>255</int>
1226                   </object>
1227                   <object class="java.awt.Color">
1228                     <int>0</int>
1229                     <int>74</int>
1230                     <int>151</int>
1231                     <int>255</int>
1232                   </object>
1233                 </object>
1234               </property>
1235               <property name="imageEdgeBorder" type="boolean" value="true" />
1236               <property name="imageFile">
1237                 <object class="com.install4j.api.beans.ExternalFile">
1238                   <string>${compiler:sys.install4jHome}/resource/styles/wizard.png</string>
1239                 </object>
1240               </property>
1241               <property name="insets">
1242                 <object class="java.awt.Insets">
1243                   <int>5</int>
1244                   <int>10</int>
1245                   <int>10</int>
1246                   <int>10</int>
1247                 </object>
1248               </property>
1249             </serializedBean>
1250             <beans>
1251               <formComponent id="43" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent" insetTop="0">
1252                 <serializedBean>
1253                   <property name="labelFontSizePercent" type="int" value="130" />
1254                   <property name="labelFontStyle" type="enum" class="com.install4j.runtime.beans.formcomponents.FontStyle" value="BOLD" />
1255                   <property name="labelFontType" type="enum" class="com.install4j.runtime.beans.formcomponents.FontType" value="DERIVED" />
1256                 </serializedBean>
1257               </formComponent>
1258               <formComponent id="44" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" />
1259               <formComponent id="45" beanClass="com.install4j.runtime.beans.styles.ContentComponent" insetTop="10" insetBottom="0" />
1260             </beans>
1261             <externalParametrizationPropertyNames>
1262               <propertyName>imageAnchor</propertyName>
1263               <propertyName>imageEdgeBackgroundColor</propertyName>
1264               <propertyName>imageFile</propertyName>
1265             </externalParametrizationPropertyNames>
1266           </group>
1267           <formComponent id="46" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetBottom="0">
1268             <serializedBean>
1269               <property name="styleId" type="string">52</property>
1270             </serializedBean>
1271           </formComponent>
1272         </formComponents>
1273       </style>
1274       <group name="Style components" id="47" beanClass="com.install4j.runtime.beans.groups.StyleGroup">
1275         <beans>
1276           <style name="Standard header" id="48" beanClass="com.install4j.runtime.beans.styles.FormStyle">
1277             <serializedBean>
1278               <property name="fillVertical" type="boolean" value="false" />
1279               <property name="standalone" type="boolean" value="false" />
1280               <property name="verticalAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="NORTH" />
1281             </serializedBean>
1282             <formComponents>
1283               <group id="49" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize title bar" externalParametrizationMode="include">
1284                 <serializedBean>
1285                   <property name="backgroundColor">
1286                     <object class="com.install4j.runtime.beans.LightOrDarkColor">
1287                       <object class="java.awt.Color">
1288                         <int>255</int>
1289                         <int>255</int>
1290                         <int>255</int>
1291                         <int>255</int>
1292                       </object>
1293                       <object class="java.awt.Color">
1294                         <int>49</int>
1295                         <int>52</int>
1296                         <int>53</int>
1297                         <int>255</int>
1298                       </object>
1299                     </object>
1300                   </property>
1301                   <property name="borderSides">
1302                     <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
1303                       <property name="bottom" type="boolean" value="true" />
1304                     </object>
1305                   </property>
1306                   <property name="imageAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="NORTHEAST" />
1307                   <property name="imageEdgeBorderWidth" type="int" value="2" />
1308                   <property name="imageFile">
1309                     <object class="com.install4j.api.beans.ExternalFile">
1310                       <string>icon:${installer:sys.installerApplicationMode}_header.png</string>
1311                     </object>
1312                   </property>
1313                   <property name="imageInsets">
1314                     <object class="java.awt.Insets">
1315                       <int>0</int>
1316                       <int>5</int>
1317                       <int>1</int>
1318                       <int>1</int>
1319                     </object>
1320                   </property>
1321                   <property name="insets">
1322                     <object class="java.awt.Insets">
1323                       <int>0</int>
1324                       <int>20</int>
1325                       <int>0</int>
1326                       <int>10</int>
1327                     </object>
1328                   </property>
1329                 </serializedBean>
1330                 <beans>
1331                   <formComponent name="Title" id="50" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent">
1332                     <serializedBean>
1333                       <property name="labelFontStyle" type="enum" class="com.install4j.runtime.beans.formcomponents.FontStyle" value="BOLD" />
1334                       <property name="labelFontType" type="enum" class="com.install4j.runtime.beans.formcomponents.FontType" value="DERIVED" />
1335                     </serializedBean>
1336                   </formComponent>
1337                   <formComponent name="Subtitle" id="51" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent" insetLeft="8">
1338                     <serializedBean>
1339                       <property name="titleType" type="enum" class="com.install4j.runtime.beans.styles.TitleType" value="SUB_TITLE" />
1340                     </serializedBean>
1341                   </formComponent>
1342                 </beans>
1343                 <externalParametrizationPropertyNames>
1344                   <propertyName>backgroundColor</propertyName>
1345                   <propertyName>foregroundColor</propertyName>
1346                   <propertyName>imageAnchor</propertyName>
1347                   <propertyName>imageFile</propertyName>
1348                   <propertyName>imageOverlap</propertyName>
1349                 </externalParametrizationPropertyNames>
1350               </group>
1351             </formComponents>
1352           </style>
1353           <style name="Standard footer" id="52" beanClass="com.install4j.runtime.beans.styles.FormStyle">
1354             <serializedBean>
1355               <property name="fillVertical" type="boolean" value="false" />
1356               <property name="standalone" type="boolean" value="false" />
1357               <property name="verticalAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="SOUTH" />
1358             </serializedBean>
1359             <formComponents>
1360               <group id="53" beanClass="com.install4j.runtime.beans.groups.HorizontalFormComponentGroup">
1361                 <serializedBean>
1362                   <property name="alignFirstLabel" type="boolean" value="false" />
1363                   <property name="insets">
1364                     <object class="java.awt.Insets">
1365                       <int>3</int>
1366                       <int>5</int>
1367                       <int>8</int>
1368                       <int>5</int>
1369                     </object>
1370                   </property>
1371                 </serializedBean>
1372                 <beans>
1373                   <formComponent id="54" beanClass="com.install4j.runtime.beans.formcomponents.SpringComponent" />
1374                   <formComponent name="Back button" id="55" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent">
1375                     <serializedBean>
1376                       <property name="buttonText" type="string">&lt; ${i18n:ButtonBack}</property>
1377                       <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="PREVIOUS" />
1378                     </serializedBean>
1379                   </formComponent>
1380                   <formComponent name="Next button" id="56" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent">
1381                     <serializedBean>
1382                       <property name="buttonText" type="string">${i18n:ButtonNext} &gt;</property>
1383                       <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="NEXT" />
1384                     </serializedBean>
1385                   </formComponent>
1386                   <formComponent name="Cancel button" id="57" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent" insetLeft="5">
1387                     <serializedBean>
1388                       <property name="buttonText" type="string">${i18n:ButtonCancel}</property>
1389                       <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="CANCEL" />
1390                     </serializedBean>
1391                   </formComponent>
1392                 </beans>
1393               </group>
1394             </formComponents>
1395           </style>
1396         </beans>
1397       </group>
1398     </styles>
1399   </installerGui>
1400   <mediaSets>
1401     <windows name="Windows x64 EXE Installer" id="743" customizedId="WINDOWS-X64-EXE" 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">
1402       <excludedBeans>
1403         <bean refId="2746" />
1404       </excludedBeans>
1405       <exclude>
1406         <entry defaultFileset="true" />
1407         <entry filesetId="2801" />
1408         <entry filesetId="2803" />
1409       </exclude>
1410       <jreBundle jreBundleSource="preCreated" includedJre="${compiler:WINDOWS_X64_JAVA_VM_TGZ}" manualJreEntry="true" />
1411     </windows>
1412     <macosArchive name="macOS x64 Disk Image" id="878" customizedId="MACOS-X64-DMG" mediaFileName="${compiler:APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-macOS-x64-${compiler:sys.platform}-java_${compiler:JAVA_INTEGER_VERSION}" volumeName="${compiler:INSTALLER_NAME}" launcherId="737" setupAppId="2746">
1413       <exclude>
1414         <entry defaultFileset="true" />
1415         <entry filesetId="2803" />
1416       </exclude>
1417       <jreBundle jreBundleSource="none" includedJre="${compiler:MACOS_X64_JAVA_VM_TGZ}" manualJreEntry="true" />
1418       <topLevelFiles>
1419         <symlink name="&quot; &quot;" target="/Applications" />
1420         <file name=".background/jalview_dmg_background.png" file="${compiler:JALVIEW_DIR}/${compiler:MACOS_DMG_BG_IMAGE}" />
1421         <file name=".DS_Store" file="${compiler:JALVIEW_DIR}/${compiler:MACOS_DMG_DS_STORE}" />
1422         <file name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/Jalview-File.icns" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/Jalview-File.icns" />
1423         <file name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/jvl_file.icns" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/jvl_file.icns" />
1424         <symlink name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/MacOS/${compiler:WRAPPER_LINK}" target="../Resources/app/${compiler:WRAPPER_SCRIPT_BIN_DIR}/${compiler:BASH_WRAPPER_SCRIPT}" />
1425       </topLevelFiles>
1426     </macosArchive>
1427     <macosArchive name="macOS aarch64 Disk Image" id="2796" customizedId="MACOS-AARCH64-DMG" mediaFileName="${compiler:APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-macOS-aarch64-${compiler:sys.platform}-java_${compiler:JAVA_INTEGER_VERSION}" volumeName="${compiler:INSTALLER_NAME}" architecture="aarch64" launcherId="737" setupAppId="2746">
1428       <exclude>
1429         <entry defaultFileset="true" />
1430         <entry filesetId="2801" />
1431       </exclude>
1432       <jreBundle jreBundleSource="none" />
1433       <topLevelFiles>
1434         <symlink name="&quot; &quot;" target="/Applications" />
1435         <file name=".background/jalview_dmg_background.png" file="${compiler:JALVIEW_DIR}/${compiler:MACOS_DMG_BG_IMAGE}" />
1436         <file name=".DS_Store" file="${compiler:JALVIEW_DIR}/${compiler:MACOS_DMG_DS_STORE}" />
1437         <file name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/Jalview-File.icns" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/Jalview-File.icns" />
1438         <file name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/jvl_file.icns" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/jvl_file.icns" />
1439         <symlink name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/MacOS/${compiler:WRAPPER_LINK}" target="../Resources/app/${compiler:WRAPPER_SCRIPT_BIN_DIR}/${compiler:BASH_WRAPPER_SCRIPT}" />
1440       </topLevelFiles>
1441     </macosArchive>
1442     <unixInstaller name="Linux x64 Shell Installer" id="1595" customizedId="LINUX-X64-SH" mediaFileName="${compiler:UNIX_APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-linux-x64-java_${compiler:JAVA_INTEGER_VERSION}" installDir="${compiler:UNIX_APPLICATION_FOLDER}" customInstallBaseDir="~/opt/">
1443       <excludedBeans>
1444         <bean refId="2746" />
1445       </excludedBeans>
1446       <exclude>
1447         <entry defaultFileset="true" />
1448         <entry filesetId="2801" />
1449         <entry filesetId="2803" />
1450       </exclude>
1451       <jreBundle jreBundleSource="preCreated" includedJre="${compiler:LINUX_X64_JAVA_VM_TGZ}" manualJreEntry="true" />
1452     </unixInstaller>
1453     <unixInstaller name="Linux aarch64 Shell Installer" id="2782" customizedId="LINUX-AARCH64-SH" mediaFileName="${compiler:UNIX_APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-linux-aarch64-java_${compiler:JAVA_INTEGER_VERSION}" installDir="${compiler:UNIX_APPLICATION_FOLDER}" customInstallBaseDir="~/opt/">
1454       <excludedBeans>
1455         <bean refId="2746" />
1456       </excludedBeans>
1457       <exclude>
1458         <entry defaultFileset="true" />
1459         <entry filesetId="2801" />
1460         <entry filesetId="2803" />
1461       </exclude>
1462       <jreBundle jreBundleSource="preCreated" includedJre="${compiler:LINUX_AARCH64_JAVA_VM_TGZ}" manualJreEntry="true" />
1463     </unixInstaller>
1464     <unixArchive name="Unix .tar.gz Archive" id="1596" customizedId="UNIX--TGZ" mediaFileName="${compiler:UNIX_APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-java_${compiler:JAVA_INTEGER_VERSION}" installDir="${compiler:UNIX_APPLICATION_FOLDER}">
1465       <excludedBeans>
1466         <bean refId="2746" />
1467       </excludedBeans>
1468       <exclude>
1469         <entry defaultFileset="true" />
1470         <entry filesetId="2801" />
1471         <entry filesetId="2803" />
1472       </exclude>
1473       <jreBundle jreBundleSource="none" includedJre="${compiler:LINUX_X64_JAVA_VM_TGZ}" manualJreEntry="true" />
1474     </unixArchive>
1475     <unixInstaller name="Unix Shell Installer" id="2639" customizedId="UNIX--SH" mediaFileName="${compiler:UNIX_APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-java_${compiler:JAVA_INTEGER_VERSION}" installDir="${compiler:UNIX_APPLICATION_FOLDER}" customInstallBaseDir="~/opt/">
1476       <excludedBeans>
1477         <bean refId="2746" />
1478       </excludedBeans>
1479       <exclude>
1480         <entry defaultFileset="true" />
1481         <entry filesetId="2801" />
1482         <entry filesetId="2803" />
1483       </exclude>
1484       <jreBundle jreBundleSource="none" includedJre="${compiler:LINUX_X64_JAVA_VM_TGZ}" manualJreEntry="true" />
1485     </unixInstaller>
1486   </mediaSets>
1487   <buildIds>
1488     <mediaSet refId="743" />
1489     <mediaSet refId="878" />
1490     <mediaSet refId="2796" />
1491     <mediaSet refId="1595" />
1492     <mediaSet refId="2782" />
1493     <mediaSet refId="1596" />
1494     <mediaSet refId="2639" />
1495   </buildIds>
1496 </install4j>