src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/MsiInstallerStrings_zh_CN.wxl
author herrick
Mon, 04 Nov 2019 15:06:01 -0500
branchJDK-8200758-branch
changeset 58922 fbaf2e6402ad
parent 58887 920f6770d71c
permissions -rw-r--r--
8232919 : If user installs msi and exe, two installations are found in Add/Remove Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57404
a477b26bf888 8223643: Provide better defined context for custom installer steps on Windows
herrick
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
58922
fbaf2e6402ad 8232919 : If user installs msi and exe, two installations are found in Add/Remove
herrick
parents: 58887
diff changeset
     2
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="936">
58887
920f6770d71c 8233138 : Error 2343 when using --win-dir-chooser
herrick
parents: 57404
diff changeset
     3
  <String Id="message.install.dir.exist">The folder [INSTALLDIR] already exist. Would you like to install to that folder anyway?</String>
58922
fbaf2e6402ad 8232919 : If user installs msi and exe, two installations are found in Add/Remove
herrick
parents: 58887
diff changeset
     4
  <String Id="MainFeatureTitle">Main Feature</String>
fbaf2e6402ad 8232919 : If user installs msi and exe, two installations are found in Add/Remove
herrick
parents: 58887
diff changeset
     5
  <String Id="DowngradeErrorMessage">A higher version of [ProductName] is already installed. Downgrades disabled. Setup will now exit.</String>
fbaf2e6402ad 8232919 : If user installs msi and exe, two installations are found in Add/Remove
herrick
parents: 58887
diff changeset
     6
  <String Id="DisallowUpgradeErrorMessage">A lower version of [ProductName] is already installed. Upgrades disabled. Setup will now exit.</String>
57404
a477b26bf888 8223643: Provide better defined context for custom installer steps on Windows
herrick
parents:
diff changeset
     7
</WixLocalization>