src/jdk.packager/windows/classes/jdk/packager/internal/resources/windows/WinMsiBundler.properties
author herrick
Mon, 08 Oct 2018 18:17:37 -0400
branchJDK-8200758-branch
changeset 56941 20568f1e1aa7
parent 56851 1390fbc2cf3d
child 56982 e094d5483bd6
permissions -rw-r--r--
JDK-8211282: Support creation of 'exe' installers on Windows. Reviewed-by: almatvee, kcr

bundler.name=MSI Installer
bundler.description=Microsoft Windows MSI Installer, via WiX.

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.candle-path.name=WiX candle.exe location
param.candle-path.description=File path to candle.exe from the WiX toolset.

param.light-path.name=WiX light.exe location
param.light-path.description=File path to light.exe from the WiX toolset.

resource.post-install-script=script to run after application image is populated
resource.wix-config-file=WiX config file

error.parameters-null=Parameters map is null.
error.parameters-null.advice=Pass in a non-null parameters map.
error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
error.no-wix-tools.advice=Download WiX 3.0 or later from http\://wix.sf.net and add it to the PATH.
error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
error.version-string-wrong-format.advice=Set the bundler argument "{0}" according to these rules: http\://msdn.microsoft.com/en-us/library/aa370859%28v\=VS.85%29.aspx
error.version-string-major-out-of-range=Major version must be in the range [0, 255]
error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535]
error.version-string-minor-out-of-range=Minor version must be in the range [0, 255]
error.version-string-part-not-number=Failed to convert version component to int.
error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory
error.cannot-create-output-dir=Output directory {0} cannot be created.
error.cannot-write-to-output-dir=Output directory {0} is not writable.
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.license-missing=can not find license file {0}.
error.license-missing.advice=include license file {0} in the --files argument.


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.generated-product-guid=Generated product GUID\: {0}
message.preparing-msi-config=Preparing MSI config\: {0}
message.generating-msi=Generating MSI\: {0}
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
message.light-file-string=WiX light tool set to {0}
message.candle-file-string=WiX candle tool set to {0}
message.creating-association-with-null-extension=Creating association with null extension.