< prev index next >

modules/jdk.packager/src/main/resources/com/oracle/tools/packager/windows/WinMsiBundler.properties

Print this page

        

*** 41,51 **** 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] --- 41,51 ---- 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]
*** 54,72 **** 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=For Linux Bundling specify one and only one MIME type for each file association. ! 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. --- 54,72 ---- 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=For Linux Bundling specify one and only one MIME type for each file association. ! 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.
< prev index next >