author | herrick |
Tue, 15 Oct 2019 13:44:36 -0400 | |
branch | JDK-8200758-branch |
changeset 58607 | 7451b17b40d3 |
parent 57404 | a477b26bf888 |
child 58887 | 920f6770d71c |
permissions | -rw-r--r-- |
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"> |
a477b26bf888
8223643: Provide better defined context for custom installer steps on Windows
herrick
parents:
diff
changeset
|
3 |
<String Id="message.install.dir.exist">The folder [APPLICATIONFOLDER] already exist. Would you like to install to that folder anyway?</String> |
a477b26bf888
8223643: Provide better defined context for custom installer steps on Windows
herrick
parents:
diff
changeset
|
4 |
</WixLocalization> |