<variable name="WINDOWS_ICONS_FILE" value="jalview_logo.ico" />
<variable name="PNG_ICON_FILE" value="jalview_logo.png" />
<variable name="BACKGROUND" value="utils/channels/release/images/jalview_logo_background_fade-640x480.png" />
- <variable name="WIZARD_WIDTH" value="640" description="Default/initial width of installer wizard window. Linux media types adapt this.
NOT USED" />
- <variable name="WIZARD_HEIGHT" value="480" description="Default/initial width of installer wizard window. Linux media types adapt this.
NOT USED" />
+ <variable name="WIZARD_WIDTH" value="960" description="Default/initial width of installer wizard window. Linux media types adapt this.
NOT USED" />
+ <variable name="WIZARD_HEIGHT" value="720" description="Default/initial width of installer wizard window. Linux media types adapt this.
NOT USED" />
<variable name="MACOSARCHIVE_X64_DMG_FILENAME" value="${compiler:APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-x64-java_${compiler:JAVA_INTEGER_VERSION}" />
<variable name="MACOSARCHIVE_AARCH64_DMG_FILENAME" value="${compiler:APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-aarch64-java_${compiler:JAVA_INTEGER_VERSION}" />
<variable name="INSTALLER_ICON" value="jalview_installer.png" />
<applications>
<application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication" actionElevationType="elevated" styleId="35" customIcnsFile="${compiler:JALVIEW_DIR}/${compiler:INSTALLER_MAC_ICON}" customIcoFile="${compiler:JALVIEW_DIR}/${compiler:INSTALLER_WINDOWS_ICON}">
<serializedBean>
- <property name="frameHeight" type="int" value="812" />
- <property name="frameWidth" type="int" value="1024" />
+ <property name="frameHeight" type="int" value="720" />
+ <property name="frameWidth" type="int" value="960" />
<property name="useCustomIcon" type="boolean" value="true" />
</serializedBean>
<styleOverrides>
</screen>
</startup>
<screens>
- <screen name="Administrator mode label" id="2" beanClass="com.install4j.runtime.beans.screens.WelcomeScreen" rollbackBarrierExitCode="0">
+ <screen id="2" beanClass="com.install4j.runtime.beans.screens.WelcomeScreen" rollbackBarrierExitCode="0">
<styleOverrides>
<styleOverride name="Customize banner image" enabled="true">
<group id="145" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
</action>
</actions>
<formComponents>
- <formComponent id="3028" beanClass="com.install4j.runtime.beans.formcomponents.MultilineHtmlLabelComponent" insetBottom="16">
+ <formComponent name="Administrator mode label" id="3028" beanClass="com.install4j.runtime.beans.formcomponents.MultilineHtmlLabelComponent" insetBottom="16">
<serializedBean>
<property name="labelHtml" type="string"><strong>Administrator mode</strong></property>
</serializedBean>
</action>
</actions>
<formComponents>
+ <formComponent name="Administrator mode label" id="3061" beanClass="com.install4j.runtime.beans.formcomponents.MultilineHtmlLabelComponent" insetBottom="16">
+ <serializedBean>
+ <property name="labelHtml" type="string"><strong>Administrator mode</strong></property>
+ </serializedBean>
+ <visibilityScript>context.getBooleanVariable("isAdmin")</visibilityScript>
+ </formComponent>
<formComponent id="16" beanClass="com.install4j.runtime.beans.formcomponents.ProgressComponent">
<serializedBean>
<property name="initialStatusMessage" type="string">${i18n:WizardPreparing}</property>
</exclude>
<variables>
<variable name="variable" value="720" />
- <variable name="WIZARD_HEIGHT" value="540" />
+ <variable name="WIZARD_HEIGHT" value="800" />
</variables>
<jreBundle jreBundleSource="preCreated" includedJre="${compiler:LINUX_X64_JAVA_VM_TGZ}" manualJreEntry="true" />
</unixInstaller>
</exclude>
<variables>
<variable name="variable" value="720" />
- <variable name="WIZARD_HEIGHT" value="540" />
+ <variable name="WIZARD_HEIGHT" value="800" />
</variables>
<jreBundle jreBundleSource="preCreated" includedJre="${compiler:LINUX_AARCH64_JAVA_VM_TGZ}" manualJreEntry="true" />
</unixInstaller>