src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/MsiInstallerStrings_ja.wxl
author herrick
Thu, 31 Oct 2019 11:11:42 -0400
branchJDK-8200758-branch
changeset 58887 920f6770d71c
parent 57404 a477b26bf888
child 58922 fbaf2e6402ad
permissions -rw-r--r--
8233138 : Error 2343 when using --win-dir-chooser 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"?>
a477b26bf888 8223643: Provide better defined context for custom installer steps on Windows
herrick
parents:
diff changeset
     2
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="1252">
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>
57404
a477b26bf888 8223643: Provide better defined context for custom installer steps on Windows
herrick
parents:
diff changeset
     4
</WixLocalization>