src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties
equal
deleted
inserted
replaced
33 resource.executable-properties-template=Template for creating executable properties file |
33 resource.executable-properties-template=Template for creating executable properties file |
34 resource.setup-icon=setup dialog icon |
34 resource.setup-icon=setup dialog icon |
35 resource.post-app-image-script=script to run after application image is populated |
35 resource.post-app-image-script=script to run after application image is populated |
36 resource.post-msi-script=script to run after msi file for exe installer is created |
36 resource.post-msi-script=script to run after msi file for exe installer is created |
37 resource.wxl-file-name=MsiInstallerStrings_en.wxl |
37 resource.wxl-file-name=MsiInstallerStrings_en.wxl |
38 resource.wxs-file=Main wxs project file |
38 resource.main-wix-file=Main WiX project file |
|
39 resource.overrides-wix-file=Overrides WiX project file |
39 |
40 |
40 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe) |
41 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe) |
41 error.no-wix-tools.advice=Download WiX 3.0 or later from https://wixtoolset.org and add it to the PATH. |
42 error.no-wix-tools.advice=Download WiX 3.0 or later from https://wixtoolset.org and add it to the PATH. |
42 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}] |
43 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}] |
43 error.version-string-wrong-format.advice=Set the bundler argument "{0}" according to these rules: https://msdn.microsoft.com/en-us/library/aa370859%28v\=VS.85%29.aspx . |
44 error.version-string-wrong-format.advice=Set the bundler argument "{0}" according to these rules: https://msdn.microsoft.com/en-us/library/aa370859%28v\=VS.85%29.aspx . |
56 message.tool-version=Detected [{0}] version [{1}]. |
57 message.tool-version=Detected [{0}] version [{1}]. |
57 message.creating-association-with-null-extension=Creating association with null extension. |
58 message.creating-association-with-null-extension=Creating association with null extension. |
58 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required. |
59 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required. |
59 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build . |
60 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build . |
60 message.use-wix36-features=WiX {0} detected. Enabling advanced cleanup action. |
61 message.use-wix36-features=WiX {0} detected. Enabling advanced cleanup action. |
61 message.generated-product-guid=Generated product GUID: {0}. |
62 message.product-code=MSI ProductCode: {0}. |
|
63 message.upgrade-code=MSI UpgradeCode: {0}. |
62 message.preparing-msi-config=Preparing MSI config: {0}. |
64 message.preparing-msi-config=Preparing MSI config: {0}. |
63 message.generating-msi=Generating MSI: {0}. |
65 message.generating-msi=Generating MSI: {0}. |
64 message.invalid.install.dir=Warning: Invalid install directory {0}. Install directory should be a relative sub-path under the default installation location such as "Program Files". Defaulting to application name "{1}". |
66 message.invalid.install.dir=Warning: Invalid install directory {0}. Install directory should be a relative sub-path under the default installation location such as "Program Files". Defaulting to application name "{1}". |
65 |
67 |