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