src/jdk.packager/windows/classes/jdk/packager/internal/resources/windows/WinExeBundler.properties
author herrick
Tue, 09 Oct 2018 17:50:26 -0400
branchJDK-8200758-branch
changeset 56947 5a03c4524b90
parent 56941 20568f1e1aa7
child 56982 e094d5483bd6
permissions -rw-r--r--
JDK-8211857: Support "exe" format for create-jre-installers Reviewed-by: almatvee, kcr

bundler.name=EXE Installer
bundler.description=Microsoft Windows EXE Installer, via InnoIDE.

param.system-wide.name=System Wide
param.system-wide.description=Should this application attempt to install itself system wide, or only for each user?  Null means use the system default.

param.app-bundler.name=
param.app-bundler.description=

param.service-bundler.name=
param.service-bundler.description=

param.can-use-wix36.name=
param.can-use-wix36.description=

param.out-dir.name=
param.out-dir.description=

param.config-root.name=
param.config-root.description=

param.image-dir.name=
param.image-dir.description=

param.app-dir.name=
param.app-dir.description=

param.menu-shortcut-hint.name=Menu Hint
param.menu-shortcut-hint.description=If the bundler can add the application to the system menu, should it?

param.desktop-shortcut-hint.name=Shortcut Hint
param.desktop-shortcut-hint.description=If the bundler can create desktop shortcuts, should it make one?

param.upgrade-uuid.name=Upgrade UUID
param.upgrade-uuid.description=The UUID associated with upgrades for this package.

param.product-version.name=Product Version
param.product-version.description=The version of the application as seen by Windows and MSI, of the form "1.2.3"

param.iscc-path.name=InnoSetup iscc.exe location
param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.

resource.inno-setup-project-file=Inno Setup project file
resource.setup-icon=setup dialog icon
resource.post-install-script=script to run after application image is populated

error.parameters-null=Parameters map is null.
error.parameters-null.advice=Pass in a non-null parameters map.

error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.

error.license-missing=Specified license file is missing.
error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.

error.copyright-is-too-long=The copyright string is too long for InnoSetup.
error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.

error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.

error.cannot-create-output-dir=Output directory {0} cannot be created.
error.cannot-write-to-output-dir=Output directory {0} is not writable.

message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
message.debug-working-directory=Kept working directory for debug\: {0}
message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
message.outputting-to-location=Generating EXE for installer to\: {0}
message.output-location=Installer (.exe) saved to\: {0}
message.tool-version=\  Detected [{0}] version [{1}]
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
message.running-wsh-script=Running WSH script on application image [{0}]
message.iscc-file-string=\  InnoSetup compiler set to {0}
message.creating-association-with-null-extension=Creating association with null extension.
message.potential.windows.defender.issue=Warning: Windows Defender may prevent the Java Packager from functioning. If there is an issue, it can be addressed by either disabling realtime monitoring, or adding an exclusion for the directory "{0}".



message.tool-version=Detected [{0}] version [{1}]
message.running-wsh-script=Running WSH script on application image [{0}]
message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
message.debug-working-directory=Kept working directory for debug\: {0}
message.config-save-location=Config files are saved to {0}. Use them to customize package.
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
message.creating-association-with-null-extension=Creating association with null extension.
message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.