Saving config file from install4j updated to newer format.

Added Linux build target
This commit is contained in:
JoePfeiffer 2022-02-14 08:35:51 -07:00
parent 9b6caad7d6
commit 8e7f52698e

View File

@ -1,485 +1,507 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<install4j version="8.0.4" transformSequenceNumber="8"> <install4j version="9.0.6" transformSequenceNumber="9">
<directoryPresets config="install4j/22.xx" /> <directoryPresets config="install4j/22.xx" />
<application name="OpenRocket 22.xx" applicationId="8434-9327-1469-6373" mediaDir="media" shortName="OpenRocket" publisher="OpenRocket" publisherWeb="http://openrocket.info" version="22.xx" macVolumeId="5f58a2be20d8e22f" javaMinVersion="11.0" javaMaxVersion="11.0" jdkMode="jdk" jdkName="JDK 11.0"> <application name="OpenRocket 22.xx" applicationId="8434-9327-1469-6373" mediaDir="media" shortName="OpenRocket" publisher="OpenRocket" publisherWeb="http://openrocket.info" version="22.xx" macVolumeId="5f58a2be20d8e22f" javaMinVersion="11.0" javaMaxVersion="11.0" jdkMode="jdk" jdkName="JDK 11.0">
<jreBundles jdkProviderId="AdoptOpenJDK" release="openjdk11/jdk-11.0.6+10"> <jreBundles jdkProviderId="AdoptOpenJDK" release="11/jdk-11.0.6+10" />
<modules> </application>
<defaultModules set="jre" /> <files preserveSymlinks="false">
<module name="java.scripting" /> <mountPoints>
</modules> <mountPoint id="58" />
</jreBundles> </mountPoints>
</application> <entries>
<files> <fileEntry mountPoint="58" file="../../swing/build/jar/OpenRocket.jar" />
<mountPoints> </entries>
<mountPoint id="58" /> </files>
</mountPoints> <launchers>
<entries> <launcher name="OpenRocket 22.xx" id="59" icnsFile="OpenRocket.icns">
<fileEntry mountPoint="58" file="../../swing/build/jar/OpenRocket.jar" /> <executable name="OpenRocket" iconSet="true" executableDir="." executableMode="gui" />
</entries> <java mainClass="net.sf.openrocket.startup.OpenRocket">
</files> <classPath>
<launchers> <archive location="OpenRocket.jar" failOnError="false" />
<launcher name="OpenRocket 22.xx" id="59" icnsFile="OpenRocket.icns"> </classPath>
<executable name="OpenRocket" iconSet="true" executableDir="." executableMode="gui" /> </java>
<java mainClass="net.sf.openrocket.startup.OpenRocket"> <iconImageFiles>
<classPath> <file path="../../core/resources-src/pix/icon/icon-048.png" />
<archive location="OpenRocket.jar" failOnError="false" /> </iconImageFiles>
</classPath> </launcher>
</java> </launchers>
<iconImageFiles> <installerGui>
<file path="../../core/resources-src/pix/icon/icon-048.png" /> <applications>
</iconImageFiles> <application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication">
</launcher> <startup>
</launchers> <screen id="1" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0">
<installerGui> <actions>
<applications> <action id="22" beanClass="com.install4j.runtime.beans.actions.misc.RequestPrivilegesAction" actionElevationType="none" rollbackBarrierExitCode="0" />
<application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication"> </actions>
<startup> </screen>
<screen id="1" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0"> </startup>
<actions> <screens>
<action id="22" beanClass="com.install4j.runtime.beans.actions.misc.RequestPrivilegesAction" actionElevationType="none" rollbackBarrierExitCode="0" /> <screen id="2" beanClass="com.install4j.runtime.beans.screens.WelcomeScreen" styleId="41" rollbackBarrierExitCode="0">
</actions> <actions>
</screen> <action id="7" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" multiExec="true">
</startup> <serializedBean>
<screens> <property name="excludedVariables" type="array" elementType="string" length="1">
<screen id="2" beanClass="com.install4j.runtime.beans.screens.WelcomeScreen" styleId="41" rollbackBarrierExitCode="0"> <element index="0">sys.installationDir</element>
<actions> </property>
<action id="7" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" multiExec="true"> </serializedBean>
<serializedBean> <condition>context.getBooleanVariable("sys.confirmedUpdateInstallation")</condition>
<property name="excludedVariables" type="array" elementType="string" length="1"> </action>
<element index="0">sys.installationDir</element> </actions>
</property> <formComponents>
</serializedBean> <formComponent id="3" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
<condition>context.getBooleanVariable("sys.confirmedUpdateInstallation")</condition> <serializedBean>
</action> <property name="labelText" type="string">${form:welcomeMessage}</property>
</actions> </serializedBean>
<formComponents> <visibilityScript>!context.isConsole()</visibilityScript>
<formComponent id="3" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent"> </formComponent>
<serializedBean> <formComponent id="4" beanClass="com.install4j.runtime.beans.formcomponents.ConsoleHandlerFormComponent">
<property name="labelText" type="string">${form:welcomeMessage}</property> <serializedBean>
</serializedBean> <property name="consoleScript">
<visibilityScript>!context.isConsole()</visibilityScript> <object class="com.install4j.api.beans.ScriptProperty">
</formComponent> <property name="value" type="string">String message = context.getMessage("ConsoleWelcomeLabel", context.getApplicationName());
<formComponent id="4" beanClass="com.install4j.runtime.beans.formcomponents.ConsoleHandlerFormComponent"> return console.askOkCancel(message, true);
<serializedBean> </property>
<property name="consoleScript"> </object>
<object class="com.install4j.api.beans.ScriptProperty"> </property>
<property name="value" type="string">String message = context.getMessage("ConsoleWelcomeLabel", context.getApplicationName()); </serializedBean>
return console.askOkCancel(message, true); </formComponent>
</property> <formComponent id="5" beanClass="com.install4j.runtime.beans.formcomponents.UpdateAlertComponent" useExternalParametrization="true" externalParametrizationName="Update Alert" externalParametrizationMode="include">
</object> <externalParametrizationPropertyNames>
</property> <propertyName>updateCheck</propertyName>
</serializedBean> </externalParametrizationPropertyNames>
</formComponent> </formComponent>
<formComponent id="5" beanClass="com.install4j.runtime.beans.formcomponents.UpdateAlertComponent" useExternalParametrization="true" externalParametrizationName="Update Alert" externalParametrizationMode="include"> <formComponent id="6" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetTop="20">
<externalParametrizationPropertyNames> <serializedBean>
<propertyName>updateCheck</propertyName> <property name="labelText" type="string">${i18n:ClickNext}</property>
</externalParametrizationPropertyNames> </serializedBean>
</formComponent> </formComponent>
<formComponent id="6" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetTop="20"> </formComponents>
<serializedBean> </screen>
<property name="labelText" type="string">${i18n:ClickNext}</property> <screen id="8" beanClass="com.install4j.runtime.beans.screens.InstallationDirectoryScreen" rollbackBarrierExitCode="0">
</serializedBean> <condition>!context.getBooleanVariable("sys.confirmedUpdateInstallation")</condition>
</formComponent> <actions>
</formComponents> <action id="11" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" multiExec="true">
</screen> <serializedBean>
<screen id="8" beanClass="com.install4j.runtime.beans.screens.InstallationDirectoryScreen" rollbackBarrierExitCode="0"> <property name="excludedVariables" type="array" elementType="string" length="1">
<condition>!context.getBooleanVariable("sys.confirmedUpdateInstallation")</condition> <element index="0">sys.installationDir</element>
<actions> </property>
<action id="11" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" multiExec="true"> </serializedBean>
<serializedBean> <condition>context.getVariable("sys.responseFile") == null</condition>
<property name="excludedVariables" type="array" elementType="string" length="1"> </action>
<element index="0">sys.installationDir</element> </actions>
</property> <formComponents>
</serializedBean> <formComponent id="9" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="25">
<condition>context.getVariable("sys.responseFile") == null</condition> <serializedBean>
</action> <property name="labelText" type="string">${i18n:SelectDirLabel(${compiler:sys.fullName})}</property>
</actions> </serializedBean>
<formComponents> </formComponent>
<formComponent id="9" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="25"> <formComponent id="10" beanClass="com.install4j.runtime.beans.formcomponents.InstallationDirectoryChooserComponent" useExternalParametrization="true" externalParametrizationName="Installation Directory Chooser" externalParametrizationMode="include">
<serializedBean> <serializedBean>
<property name="labelText" type="string">${i18n:SelectDirLabel(${compiler:sys.fullName})}</property> <property name="requestFocus" type="boolean" value="true" />
</serializedBean> </serializedBean>
</formComponent> <externalParametrizationPropertyNames>
<formComponent id="10" beanClass="com.install4j.runtime.beans.formcomponents.InstallationDirectoryChooserComponent" useExternalParametrization="true" externalParametrizationName="Installation Directory Chooser" externalParametrizationMode="include"> <propertyName>suggestAppDir</propertyName>
<serializedBean> <propertyName>validateApplicationId</propertyName>
<property name="requestFocus" type="boolean" value="true" /> <propertyName>existingDirWarning</propertyName>
</serializedBean> <propertyName>checkWritable</propertyName>
<externalParametrizationPropertyNames> <propertyName>manualEntryAllowed</propertyName>
<propertyName>suggestAppDir</propertyName> <propertyName>checkFreeSpace</propertyName>
<propertyName>validateApplicationId</propertyName> <propertyName>showRequiredDiskSpace</propertyName>
<propertyName>existingDirWarning</propertyName> <propertyName>showFreeDiskSpace</propertyName>
<propertyName>checkWritable</propertyName> <propertyName>allowSpacesOnUnix</propertyName>
<propertyName>manualEntryAllowed</propertyName> <propertyName>validationScript</propertyName>
<propertyName>checkFreeSpace</propertyName> <propertyName>standardValidation</propertyName>
<propertyName>showRequiredDiskSpace</propertyName> </externalParametrizationPropertyNames>
<propertyName>showFreeDiskSpace</propertyName> </formComponent>
<propertyName>allowSpacesOnUnix</propertyName> </formComponents>
<propertyName>validationScript</propertyName> </screen>
<propertyName>standardValidation</propertyName> <screen id="12" beanClass="com.install4j.runtime.beans.screens.ComponentsScreen" rollbackBarrierExitCode="0">
</externalParametrizationPropertyNames> <formComponents>
</formComponent> <formComponent id="13" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
</formComponents> <serializedBean>
</screen> <property name="labelText" type="string">${i18n:SelectComponentsLabel2}</property>
<screen id="12" beanClass="com.install4j.runtime.beans.screens.ComponentsScreen" rollbackBarrierExitCode="0"> </serializedBean>
<formComponents> <visibilityScript>!context.isConsole()</visibilityScript>
<formComponent id="13" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent"> </formComponent>
<serializedBean> <formComponent id="14" beanClass="com.install4j.runtime.beans.formcomponents.ComponentSelectorComponent" useExternalParametrization="true" externalParametrizationName="Installation Components" externalParametrizationMode="include">
<property name="labelText" type="string">${i18n:SelectComponentsLabel2}</property> <serializedBean>
</serializedBean> <property name="fillVertical" type="boolean" value="true" />
<visibilityScript>!context.isConsole()</visibilityScript> </serializedBean>
</formComponent> <externalParametrizationPropertyNames>
<formComponent id="14" beanClass="com.install4j.runtime.beans.formcomponents.ComponentSelectorComponent" useExternalParametrization="true" externalParametrizationName="Installation Components" externalParametrizationMode="include"> <propertyName>selectionChangedScript</propertyName>
<serializedBean> </externalParametrizationPropertyNames>
<property name="fillVertical" type="boolean" value="true" /> </formComponent>
</serializedBean> </formComponents>
<externalParametrizationPropertyNames> </screen>
<propertyName>selectionChangedScript</propertyName> <screen id="164" beanClass="com.install4j.runtime.beans.screens.FileAssociationsScreen" rollbackBarrierExitCode="0">
</externalParametrizationPropertyNames> <actions>
</formComponent> <action id="167" beanClass="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
</formComponents> <serializedBean>
</screen> <property name="description" type="string">OpenRocket Rocket Files</property>
<screen id="164" beanClass="com.install4j.runtime.beans.screens.FileAssociationsScreen" rollbackBarrierExitCode="0"> <property name="extension" type="string">ork</property>
<actions> <property name="launcherId" type="string">59</property>
<action id="167" beanClass="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction" actionElevationType="elevated" rollbackBarrierExitCode="0"> </serializedBean>
<serializedBean> </action>
<property name="description" type="string">OpenRocket Rocket Files</property> </actions>
<property name="extension" type="string">ork</property> <formComponents>
<property name="launcherId" type="string">59</property> <formComponent id="165" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent">
</serializedBean> <serializedBean>
</action> <property name="labelText" type="string">${i18n:SelectAssociationsLabel}</property>
</actions> </serializedBean>
<formComponents> </formComponent>
<formComponent id="165" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent"> <formComponent id="166" beanClass="com.install4j.runtime.beans.formcomponents.FileAssociationsComponent" useExternalParametrization="true" externalParametrizationName="File Associations" externalParametrizationMode="include">
<serializedBean> <serializedBean>
<property name="labelText" type="string">${i18n:SelectAssociationsLabel}</property> <property name="fillVertical" type="boolean" value="true" />
</serializedBean> </serializedBean>
</formComponent> <externalParametrizationPropertyNames>
<formComponent id="166" beanClass="com.install4j.runtime.beans.formcomponents.FileAssociationsComponent" useExternalParametrization="true" externalParametrizationName="File Associations" externalParametrizationMode="include"> <propertyName>showSelectionButtons</propertyName>
<serializedBean> <propertyName>selectionButtonPosition</propertyName>
<property name="fillVertical" type="boolean" value="true" /> </externalParametrizationPropertyNames>
</serializedBean> </formComponent>
<externalParametrizationPropertyNames> </formComponents>
<propertyName>showSelectionButtons</propertyName> </screen>
<propertyName>selectionButtonPosition</propertyName> <screen id="15" beanClass="com.install4j.runtime.beans.screens.InstallationScreen" rollbackBarrier="true" rollbackBarrierExitCode="0">
</externalParametrizationPropertyNames> <actions>
</formComponent> <action id="17" beanClass="com.install4j.runtime.beans.actions.InstallFilesAction" actionElevationType="elevated" rollbackBarrierExitCode="0" failureStrategy="quit" errorMessage="${i18n:FileCorrupted}" />
</formComponents> <action id="18" beanClass="com.install4j.runtime.beans.actions.desktop.CreateProgramGroupAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
</screen> <serializedBean>
<screen id="15" beanClass="com.install4j.runtime.beans.screens.InstallationScreen" rollbackBarrier="true" rollbackBarrierExitCode="0"> <property name="uninstallerMenuName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property>
<actions> </serializedBean>
<action id="17" beanClass="com.install4j.runtime.beans.actions.InstallFilesAction" actionElevationType="elevated" rollbackBarrierExitCode="0" failureStrategy="quit" errorMessage="${i18n:FileCorrupted}" /> <condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition>
<action id="18" beanClass="com.install4j.runtime.beans.actions.desktop.CreateProgramGroupAction" actionElevationType="elevated" rollbackBarrierExitCode="0"> </action>
<serializedBean> <action id="19" beanClass="com.install4j.runtime.beans.actions.desktop.RegisterAddRemoveAction" actionElevationType="elevated" rollbackBarrierExitCode="0">
<property name="uninstallerMenuName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property> <serializedBean>
</serializedBean> <property name="itemName" type="string">${compiler:sys.fullName} ${compiler:sys.version}</property>
<condition>!context.getBooleanVariable("sys.programGroupDisabled")</condition> </serializedBean>
</action> </action>
<action id="19" beanClass="com.install4j.runtime.beans.actions.desktop.RegisterAddRemoveAction" actionElevationType="elevated" rollbackBarrierExitCode="0"> </actions>
<serializedBean> <formComponents>
<property name="itemName" type="string">${compiler:sys.fullName} ${compiler:sys.version}</property> <formComponent id="16" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent">
</serializedBean> <serializedBean>
</action> <property name="initialStatusMessage" type="string">${i18n:WizardPreparing}</property>
</actions> </serializedBean>
<formComponents> </formComponent>
<formComponent id="16" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent"> </formComponents>
<serializedBean> </screen>
<property name="initialStatusMessage" type="string">${i18n:WizardPreparing}</property> <screen id="20" beanClass="com.install4j.runtime.beans.screens.FinishedScreen" styleId="41" rollbackBarrierExitCode="0" finishScreen="true">
</serializedBean> <formComponents>
</formComponent> <formComponent id="21" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
</formComponents> <serializedBean>
</screen> <property name="labelText" type="string">${form:finishedMessage}</property>
<screen id="20" beanClass="com.install4j.runtime.beans.screens.FinishedScreen" styleId="41" rollbackBarrierExitCode="0" finishScreen="true"> </serializedBean>
<formComponents> </formComponent>
<formComponent id="21" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10"> </formComponents>
<serializedBean> </screen>
<property name="labelText" type="string">${form:finishedMessage}</property> </screens>
</serializedBean> </application>
</formComponent> <application id="uninstaller" beanClass="com.install4j.runtime.beans.applications.UninstallerApplication">
</formComponents> <serializedBean>
</screen> <property name="customMacosExecutableName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property>
</screens> <property name="useCustomMacosExecutableName" type="boolean" value="true" />
</application> </serializedBean>
<application id="uninstaller" beanClass="com.install4j.runtime.beans.applications.UninstallerApplication"> <startup>
<serializedBean> <screen id="23" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0">
<property name="customMacosExecutableName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property> <actions>
<property name="useCustomMacosExecutableName" type="boolean" value="true" /> <action id="33" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" />
</serializedBean> <action id="34" beanClass="com.install4j.runtime.beans.actions.misc.RequireInstallerPrivilegesAction" actionElevationType="none" rollbackBarrierExitCode="0" />
<startup> </actions>
<screen id="23" beanClass="com.install4j.runtime.beans.screens.StartupScreen" rollbackBarrierExitCode="0"> </screen>
<actions> </startup>
<action id="33" beanClass="com.install4j.runtime.beans.actions.misc.LoadResponseFileAction" rollbackBarrierExitCode="0" /> <screens>
<action id="34" beanClass="com.install4j.runtime.beans.actions.misc.RequireInstallerPrivilegesAction" actionElevationType="none" rollbackBarrierExitCode="0" /> <screen id="24" beanClass="com.install4j.runtime.beans.screens.UninstallWelcomeScreen" styleId="41" rollbackBarrierExitCode="0">
</actions> <formComponents>
</screen> <formComponent id="25" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
</startup> <serializedBean>
<screens> <property name="labelText" type="string">${form:welcomeMessage}</property>
<screen id="24" beanClass="com.install4j.runtime.beans.screens.UninstallWelcomeScreen" styleId="41" rollbackBarrierExitCode="0"> </serializedBean>
<formComponents> <visibilityScript>!context.isConsole()</visibilityScript>
<formComponent id="25" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10"> </formComponent>
<serializedBean> <formComponent id="26" beanClass="com.install4j.runtime.beans.formcomponents.ConsoleHandlerFormComponent">
<property name="labelText" type="string">${form:welcomeMessage}</property> <serializedBean>
</serializedBean> <property name="consoleScript">
<visibilityScript>!context.isConsole()</visibilityScript> <object class="com.install4j.api.beans.ScriptProperty">
</formComponent> <property name="value" type="string">String message = context.getMessage("ConfirmUninstall", context.getApplicationName());
<formComponent id="26" beanClass="com.install4j.runtime.beans.formcomponents.ConsoleHandlerFormComponent"> return console.askYesNo(message, true);
<serializedBean> </property>
<property name="consoleScript"> </object>
<object class="com.install4j.api.beans.ScriptProperty"> </property>
<property name="value" type="string">String message = context.getMessage("ConfirmUninstall", context.getApplicationName()); </serializedBean>
return console.askYesNo(message, true); </formComponent>
</property> </formComponents>
</object> </screen>
</property> <screen id="27" beanClass="com.install4j.runtime.beans.screens.UninstallationScreen" rollbackBarrierExitCode="0">
</serializedBean> <actions>
</formComponent> <action id="29" beanClass="com.install4j.runtime.beans.actions.UninstallFilesAction" actionElevationType="elevated" rollbackBarrierExitCode="0" />
</formComponents> </actions>
</screen> <formComponents>
<screen id="27" beanClass="com.install4j.runtime.beans.screens.UninstallationScreen" rollbackBarrierExitCode="0"> <formComponent id="28" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent">
<actions> <serializedBean>
<action id="29" beanClass="com.install4j.runtime.beans.actions.UninstallFilesAction" actionElevationType="elevated" rollbackBarrierExitCode="0" /> <property name="initialStatusMessage" type="string">${i18n:UninstallerPreparing}</property>
</actions> </serializedBean>
<formComponents> </formComponent>
<formComponent id="28" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent"> </formComponents>
<serializedBean> </screen>
<property name="initialStatusMessage" type="string">${i18n:UninstallerPreparing}</property> <screen id="32" beanClass="com.install4j.runtime.beans.screens.UninstallFailureScreen" rollbackBarrierExitCode="0" finishScreen="true" />
</serializedBean> <screen id="30" beanClass="com.install4j.runtime.beans.screens.UninstallSuccessScreen" styleId="41" rollbackBarrierExitCode="0" finishScreen="true">
</formComponent> <formComponents>
</formComponents> <formComponent id="31" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10">
</screen> <serializedBean>
<screen id="32" beanClass="com.install4j.runtime.beans.screens.UninstallFailureScreen" rollbackBarrierExitCode="0" finishScreen="true" /> <property name="labelText" type="string">${form:successMessage}</property>
<screen id="30" beanClass="com.install4j.runtime.beans.screens.UninstallSuccessScreen" styleId="41" rollbackBarrierExitCode="0" finishScreen="true"> </serializedBean>
<formComponents> </formComponent>
<formComponent id="31" beanClass="com.install4j.runtime.beans.formcomponents.MultilineLabelComponent" insetBottom="10"> </formComponents>
<serializedBean> </screen>
<property name="labelText" type="string">${form:successMessage}</property> </screens>
</serializedBean> </application>
</formComponent> </applications>
</formComponents> <styles defaultStyleId="35">
</screen> <style name="Standard" id="35" beanClass="com.install4j.runtime.beans.styles.FormStyle">
</screens> <formComponents>
</application> <formComponent name="Header" id="36" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetTop="0" insetBottom="0">
</applications> <serializedBean>
<styles defaultStyleId="35"> <property name="styleId" type="string">48</property>
<style name="Standard" id="35" beanClass="com.install4j.runtime.beans.styles.FormStyle"> </serializedBean>
<formComponents> </formComponent>
<formComponent name="Header" id="36" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetTop="0" insetBottom="0"> <group name="Main" id="37" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup">
<serializedBean> <beans>
<property name="styleId" type="string">48</property> <formComponent id="38" beanClass="com.install4j.runtime.beans.styles.ContentComponent" insetTop="10" insetLeft="20" insetBottom="10" insetRight="20" />
</serializedBean> <formComponent name="Watermark" id="39" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" insetTop="0" insetLeft="5" insetBottom="0" useExternalParametrization="true" externalParametrizationName="Custom watermark" externalParametrizationMode="include">
</formComponent> <serializedBean>
<group name="Main" id="37" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup"> <property name="enabledTitleText" type="boolean" value="false" />
<beans> <property name="labelText" type="string">install4j</property>
<formComponent id="38" beanClass="com.install4j.runtime.beans.styles.ContentComponent" insetTop="10" insetLeft="20" insetBottom="10" insetRight="20" /> </serializedBean>
<formComponent name="Watermark" id="39" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" insetTop="0" insetLeft="5" insetBottom="0" useExternalParametrization="true" externalParametrizationName="Custom watermark" externalParametrizationMode="include"> <externalParametrizationPropertyNames>
<serializedBean> <propertyName>labelText</propertyName>
<property name="enabledTitleText" type="boolean" value="false" /> </externalParametrizationPropertyNames>
<property name="labelText" type="string">install4j</property> </formComponent>
</serializedBean> <formComponent name="Footer" id="40" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetTop="0" insetBottom="0">
<externalParametrizationPropertyNames> <serializedBean>
<propertyName>labelText</propertyName> <property name="styleId" type="string">52</property>
</externalParametrizationPropertyNames> </serializedBean>
</formComponent> </formComponent>
<formComponent name="Footer" id="40" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetTop="0" insetBottom="0"> </beans>
<serializedBean> </group>
<property name="styleId" type="string">52</property> </formComponents>
</serializedBean> </style>
</formComponent> <style name="Banner" id="41" beanClass="com.install4j.runtime.beans.styles.FormStyle">
</beans> <formComponents>
</group> <group id="42" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
</formComponents> <serializedBean>
</style> <property name="backgroundColor">
<style name="Banner" id="41" beanClass="com.install4j.runtime.beans.styles.FormStyle"> <object class="com.install4j.runtime.beans.LightOrDarkColor">
<formComponents> <object class="java.awt.Color">
<group id="42" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include"> <int>255</int>
<serializedBean> <int>255</int>
<property name="backgroundColor"> <int>255</int>
<object class="java.awt.Color"> <int>255</int>
<int>255</int> </object>
<int>255</int> <object class="java.awt.Color">
<int>255</int> <int>49</int>
<int>255</int> <int>52</int>
</object> <int>53</int>
</property> <int>255</int>
<property name="borderSides"> </object>
<object class="com.install4j.runtime.beans.formcomponents.BorderSides"> </object>
<property name="bottom" type="boolean" value="true" /> </property>
</object> <property name="borderSides">
</property> <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
<property name="imageEdgeBackgroundColor"> <property name="bottom" type="boolean" value="true" />
<object class="java.awt.Color"> </object>
<int>25</int> </property>
<int>143</int> <property name="imageEdgeBackgroundColor">
<int>220</int> <object class="com.install4j.runtime.beans.LightOrDarkColor">
<int>255</int> <object class="java.awt.Color">
</object> <int>25</int>
</property> <int>143</int>
<property name="imageEdgeBorder" type="boolean" value="true" /> <int>220</int>
<property name="imageFile"> <int>255</int>
<object class="com.install4j.api.beans.ExternalFile"> </object>
<string>${compiler:sys.install4jHome}/resource/styles/wizard.png</string> <object class="java.awt.Color">
</object> <int>0</int>
</property> <int>74</int>
<property name="insets"> <int>151</int>
<object class="java.awt.Insets"> <int>255</int>
<int>5</int> </object>
<int>10</int> </object>
<int>10</int> </property>
<int>10</int> <property name="imageEdgeBorder" type="boolean" value="true" />
</object> <property name="imageFile">
</property> <object class="com.install4j.api.beans.ExternalFile">
</serializedBean> <string>${compiler:sys.install4jHome}/resource/styles/wizard.png</string>
<beans> </object>
<formComponent id="43" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent" insetTop="0"> </property>
<serializedBean> <property name="insets">
<property name="labelFontSizePercent" type="int" value="130" /> <object class="java.awt.Insets">
<property name="labelFontStyle" type="enum" class="com.install4j.runtime.beans.formcomponents.FontStyle" value="BOLD" /> <int>5</int>
<property name="labelFontType" type="enum" class="com.install4j.runtime.beans.formcomponents.FontType" value="DERIVED" /> <int>10</int>
</serializedBean> <int>10</int>
</formComponent> <int>10</int>
<formComponent id="44" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" /> </object>
<formComponent id="45" beanClass="com.install4j.runtime.beans.styles.ContentComponent" insetTop="10" insetBottom="0" /> </property>
</beans> </serializedBean>
<externalParametrizationPropertyNames> <beans>
<propertyName>imageAnchor</propertyName> <formComponent id="43" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent" insetTop="0">
<propertyName>imageEdgeBackgroundColor</propertyName> <serializedBean>
<propertyName>imageFile</propertyName> <property name="labelFontSizePercent" type="int" value="130" />
</externalParametrizationPropertyNames> <property name="labelFontStyle" type="enum" class="com.install4j.runtime.beans.formcomponents.FontStyle" value="BOLD" />
</group> <property name="labelFontType" type="enum" class="com.install4j.runtime.beans.formcomponents.FontType" value="DERIVED" />
<formComponent id="46" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetBottom="0"> </serializedBean>
<serializedBean> </formComponent>
<property name="styleId" type="string">52</property> <formComponent id="44" beanClass="com.install4j.runtime.beans.formcomponents.SeparatorComponent" />
</serializedBean> <formComponent id="45" beanClass="com.install4j.runtime.beans.styles.ContentComponent" insetTop="10" insetBottom="0" />
</formComponent> </beans>
</formComponents> <externalParametrizationPropertyNames>
</style> <propertyName>imageAnchor</propertyName>
<group name="Style components" id="47" beanClass="com.install4j.runtime.beans.groups.StyleGroup"> <propertyName>imageEdgeBackgroundColor</propertyName>
<beans> <propertyName>imageFile</propertyName>
<style name="Standard header" id="48" beanClass="com.install4j.runtime.beans.styles.FormStyle"> </externalParametrizationPropertyNames>
<serializedBean> </group>
<property name="fillVertical" type="boolean" value="false" /> <formComponent id="46" beanClass="com.install4j.runtime.beans.styles.NestedStyleComponent" insetBottom="0">
<property name="standalone" type="boolean" value="false" /> <serializedBean>
<property name="verticalAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="NORTH" /> <property name="styleId" type="string">52</property>
</serializedBean> </serializedBean>
<formComponents> </formComponent>
<group id="49" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize title bar" externalParametrizationMode="include"> </formComponents>
<serializedBean> </style>
<property name="backgroundColor"> <group name="Style components" id="47" beanClass="com.install4j.runtime.beans.groups.StyleGroup">
<object class="java.awt.Color"> <beans>
<int>255</int> <style name="Standard header" id="48" beanClass="com.install4j.runtime.beans.styles.FormStyle">
<int>255</int> <serializedBean>
<int>255</int> <property name="fillVertical" type="boolean" value="false" />
<int>255</int> <property name="standalone" type="boolean" value="false" />
</object> <property name="verticalAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="NORTH" />
</property> </serializedBean>
<property name="borderSides"> <formComponents>
<object class="com.install4j.runtime.beans.formcomponents.BorderSides"> <group id="49" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize title bar" externalParametrizationMode="include">
<property name="bottom" type="boolean" value="true" /> <serializedBean>
</object> <property name="backgroundColor">
</property> <object class="com.install4j.runtime.beans.LightOrDarkColor">
<property name="imageAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="NORTHEAST" /> <object class="java.awt.Color">
<property name="imageEdgeBorderWidth" type="int" value="2" /> <int>255</int>
<property name="imageFile"> <int>255</int>
<object class="com.install4j.api.beans.ExternalFile"> <int>255</int>
<string>icon:${installer:sys.installerApplicationMode}_header.png</string> <int>255</int>
</object> </object>
</property> <object class="java.awt.Color">
<property name="imageInsets"> <int>49</int>
<object class="java.awt.Insets"> <int>52</int>
<int>0</int> <int>53</int>
<int>5</int> <int>255</int>
<int>1</int> </object>
<int>1</int> </object>
</object> </property>
</property> <property name="borderSides">
<property name="insets"> <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
<object class="java.awt.Insets"> <property name="bottom" type="boolean" value="true" />
<int>0</int> </object>
<int>20</int> </property>
<int>0</int> <property name="imageAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="NORTHEAST" />
<int>10</int> <property name="imageEdgeBorderWidth" type="int" value="2" />
</object> <property name="imageFile">
</property> <object class="com.install4j.api.beans.ExternalFile">
</serializedBean> <string>icon:${installer:sys.installerApplicationMode}_header.png</string>
<beans> </object>
<formComponent name="Title" id="50" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent"> </property>
<serializedBean> <property name="imageInsets">
<property name="labelFontStyle" type="enum" class="com.install4j.runtime.beans.formcomponents.FontStyle" value="BOLD" /> <object class="java.awt.Insets">
<property name="labelFontType" type="enum" class="com.install4j.runtime.beans.formcomponents.FontType" value="DERIVED" /> <int>0</int>
</serializedBean> <int>5</int>
</formComponent> <int>1</int>
<formComponent name="Subtitle" id="51" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent" insetLeft="8"> <int>1</int>
<serializedBean> </object>
<property name="titleType" type="enum" class="com.install4j.runtime.beans.styles.TitleType" value="SUB_TITLE" /> </property>
</serializedBean> <property name="insets">
</formComponent> <object class="java.awt.Insets">
</beans> <int>0</int>
<externalParametrizationPropertyNames> <int>20</int>
<propertyName>backgroundColor</propertyName> <int>0</int>
<propertyName>foregroundColor</propertyName> <int>10</int>
<propertyName>imageAnchor</propertyName> </object>
<propertyName>imageFile</propertyName> </property>
<propertyName>imageOverlap</propertyName> </serializedBean>
</externalParametrizationPropertyNames> <beans>
</group> <formComponent name="Title" id="50" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent">
</formComponents> <serializedBean>
</style> <property name="labelFontStyle" type="enum" class="com.install4j.runtime.beans.formcomponents.FontStyle" value="BOLD" />
<style name="Standard footer" id="52" beanClass="com.install4j.runtime.beans.styles.FormStyle"> <property name="labelFontType" type="enum" class="com.install4j.runtime.beans.formcomponents.FontType" value="DERIVED" />
<serializedBean> </serializedBean>
<property name="fillVertical" type="boolean" value="false" /> </formComponent>
<property name="standalone" type="boolean" value="false" /> <formComponent name="Subtitle" id="51" beanClass="com.install4j.runtime.beans.styles.ScreenTitleComponent" insetLeft="8">
<property name="verticalAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="SOUTH" /> <serializedBean>
</serializedBean> <property name="titleType" type="enum" class="com.install4j.runtime.beans.styles.TitleType" value="SUB_TITLE" />
<formComponents> </serializedBean>
<group id="53" beanClass="com.install4j.runtime.beans.groups.HorizontalFormComponentGroup"> </formComponent>
<serializedBean> </beans>
<property name="alignFirstLabel" type="boolean" value="false" /> <externalParametrizationPropertyNames>
<property name="insets"> <propertyName>backgroundColor</propertyName>
<object class="java.awt.Insets"> <propertyName>foregroundColor</propertyName>
<int>3</int> <propertyName>imageAnchor</propertyName>
<int>5</int> <propertyName>imageFile</propertyName>
<int>8</int> <propertyName>imageOverlap</propertyName>
<int>5</int> </externalParametrizationPropertyNames>
</object> </group>
</property> </formComponents>
</serializedBean> </style>
<beans> <style name="Standard footer" id="52" beanClass="com.install4j.runtime.beans.styles.FormStyle">
<formComponent id="54" beanClass="com.install4j.runtime.beans.formcomponents.SpringComponent" /> <serializedBean>
<formComponent name="Back button" id="55" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent"> <property name="fillVertical" type="boolean" value="false" />
<serializedBean> <property name="standalone" type="boolean" value="false" />
<property name="buttonText" type="string">&lt; ${i18n:ButtonBack}</property> <property name="verticalAnchor" type="enum" class="com.install4j.api.beans.Anchor" value="SOUTH" />
<property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="PREVIOUS" /> </serializedBean>
</serializedBean> <formComponents>
</formComponent> <group id="53" beanClass="com.install4j.runtime.beans.groups.HorizontalFormComponentGroup">
<formComponent name="Next button" id="56" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent"> <serializedBean>
<serializedBean> <property name="alignFirstLabel" type="boolean" value="false" />
<property name="buttonText" type="string">${i18n:ButtonNext} &gt;</property> <property name="insets">
<property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="NEXT" /> <object class="java.awt.Insets">
</serializedBean> <int>3</int>
</formComponent> <int>5</int>
<formComponent name="Cancel button" id="57" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent" insetLeft="5"> <int>8</int>
<serializedBean> <int>5</int>
<property name="buttonText" type="string">${i18n:ButtonCancel}</property> </object>
<property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="CANCEL" /> </property>
</serializedBean> </serializedBean>
</formComponent> <beans>
</beans> <formComponent id="54" beanClass="com.install4j.runtime.beans.formcomponents.SpringComponent" />
</group> <formComponent name="Back button" id="55" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent">
</formComponents> <serializedBean>
</style> <property name="buttonText" type="string">&lt; ${i18n:ButtonBack}</property>
</beans> <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="PREVIOUS" />
</group> </serializedBean>
</styles> </formComponent>
</installerGui> <formComponent name="Next button" id="56" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent">
<mediaSets> <serializedBean>
<windows name="Windows" id="60"> <property name="buttonText" type="string">${i18n:ButtonNext} &gt;</property>
<jreBundle jreBundleSource="generated"> <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="NEXT" />
<modules> </serializedBean>
<module name="java.scripting" /> </formComponent>
</modules> <formComponent name="Cancel button" id="57" beanClass="com.install4j.runtime.beans.styles.StandardControlButtonComponent" insetLeft="5">
</jreBundle> <serializedBean>
</windows> <property name="buttonText" type="string">${i18n:ButtonCancel}</property>
<macos name="macOS Single Bundle" id="159" launcherId="59"> <property name="controlButtonType" type="enum" class="com.install4j.api.context.ControlButtonType" value="CANCEL" />
<jreBundle jreBundleSource="generated" includedJre="macos-amd64-11.0.6" /> </serializedBean>
</macos> </formComponent>
</mediaSets> </beans>
</install4j> </group>
</formComponents>
</style>
</beans>
</group>
</styles>
</installerGui>
<mediaSets>
<windows name="Windows" id="60">
<jreBundle>
<modules>
<module name="java.scripting" />
</modules>
</jreBundle>
</windows>
<macos name="macOS Single Bundle" id="159" launcherId="59">
<jreBundle includedJre="macos-amd64-11.0.6" />
</macos>
<unixInstaller name="Unix Installer" id="168">
<jreBundle jdkProviderId="AdoptOpenJDK" release="11/jdk-11.0.14.1+1" usePack200="false" overrideJdkRelease="true" />
</unixInstaller>
</mediaSets>
</install4j>