From f7546bfa60917a5153203cc9d3cdc9322f71b812 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Mon, 5 Aug 2024 15:40:17 +0100 Subject: [PATCH] JAL-3631 Adjustment to wizard size (was too big in Windows) and add 'Administrator mode' label to installation progress screen --- utils/install4j/install4j10_template.install4j | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/utils/install4j/install4j10_template.install4j b/utils/install4j/install4j10_template.install4j index d808c91..920563b 100644 --- a/utils/install4j/install4j10_template.install4j +++ b/utils/install4j/install4j10_template.install4j @@ -71,8 +71,8 @@ - - + + @@ -419,8 +419,8 @@ public static final String getCanonicalFullPathToDirectoryHash(String installerA - - + + @@ -709,7 +709,7 @@ return context.getCompilerVariable("sys.platform"); - + @@ -785,7 +785,7 @@ return context.getCompilerVariable("sys.platform"); - + <strong>Administrator mode</strong> @@ -2097,6 +2097,12 @@ return sb.toString(); + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${i18n:WizardPreparing} @@ -2848,7 +2854,7 @@ ${compiler:JALVIEW_APPLICATION_NAME} will now launch. - + @@ -2863,7 +2869,7 @@ ${compiler:JALVIEW_APPLICATION_NAME} will now launch. - + -- 1.7.10.2