From 072ba76684a943ac43df7ce91c40e18fde0a91cf Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Fri, 28 Jun 2024 17:04:09 +0100 Subject: [PATCH] JAL-3631 Remove the checkboxes from the Finish screen. Now moved to pre-install screen. --- utils/install4j/install4j10_template.install4j | 51 ------------------------ 1 file changed, 51 deletions(-) diff --git a/utils/install4j/install4j10_template.install4j b/utils/install4j/install4j10_template.install4j index d1ca52e..0c78c38 100644 --- a/utils/install4j/install4j10_template.install4j +++ b/utils/install4j/install4j10_template.install4j @@ -1067,57 +1067,6 @@ context.getBooleanVariable("addToDockAction") ${form:finishedMessage} - - - ${i18n:CreateDesktopIcon} - createDesktopLinkAction - - !Util.isMacOS() && !Util.hasFullAdminRights() - - - - - ${i18n:AddToDock} - - addToDockAction - - Util.isMacOS() && !Util.hasFullAdminRights() - - - - - Add ${compiler:JALVIEW_APPLICATION_NAME}'s bin folder to your Path environment variable - - appendToPathAction - - Util.isWindows() && !Util.hasFullAdminRights() - - - - Add ${compiler:JALVIEW_APPLICATION_NAME}'s bin folder to the system Path environment variable - - appendToPathAction - - Util.isWindows() && Util.hasFullAdminRights() - - - - Make a ${compiler:WRAPPER_LINK} symbolic link in ${installer:unixBinDir} - - makeSymbolicLinkAction - - context.getBooleanVariable("makeSymbolicLink") -&& context.getVariable("unixBinDir") != null -&& ( - Util.isLinux() - || Util.isUnixInstaller() - || ( - ( Util.isMacOS() && !Util.hasFullAdminRights() ) // Admin on macOS will add path to /etc/paths.d - && context.getVariable("macWrapperLinkLocation") != null - ) - ) - - -- 1.7.10.2