From edcd35055a71fd5e6d32605b0a768d26543badba Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 1 Aug 2024 20:57:51 +0100 Subject: [PATCH] JAL-3631 Administrator mode label on all screens of wizard --- utils/install4j/install4j10_template.install4j | 26 +++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/utils/install4j/install4j10_template.install4j b/utils/install4j/install4j10_template.install4j index 6c8fe21..d808c91 100644 --- a/utils/install4j/install4j10_template.install4j +++ b/utils/install4j/install4j10_template.install4j @@ -709,7 +709,7 @@ return context.getCompilerVariable("sys.platform"); - + @@ -833,6 +833,12 @@ return console.askOkCancel(message, true); + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${i18n:SelectDirLabel(${compiler:sys.fullName})} @@ -860,6 +866,12 @@ return console.askOkCancel(message, true); + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${i18n:SelectAssociationsLabel} @@ -1057,6 +1069,12 @@ On ${installer:osName}, user updates will be installed under context.getBooleanVariable("isAdmin") + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${i18n:SelectTasksLabel2(${compiler:JALVIEW_APPLICATION_NAME})} @@ -2088,6 +2106,12 @@ return sb.toString(); + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${form:finishedMessage} -- 1.7.10.2