src/jdk.packager/windows/classes/jdk/packager/internal/resources/windows/WinMsiBundler.properties
author herrick
Wed, 17 Oct 2018 13:50:11 -0400
branchJDK-8200758-branch
changeset 56982 e094d5483bd6
parent 56941 20568f1e1aa7
child 56986 5c3dae7af901
permissions -rw-r--r--
8212048: Cleanup source code and fix issues discussed in preliminary review Reviewed-by: almatvee

#
# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#

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.