Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing localization files from wix3 #537

Conversation

icnocop
Copy link
Contributor

@icnocop icnocop commented Jul 1, 2024

These files were retrieved from https://github.com/wixtoolset/wix3/tree/develop/src/ext/UtilExtension/wixlib and automatically converted using wix.exe convert

@icnocop
Copy link
Contributor Author

icnocop commented Jul 2, 2024

Without these files, when converting a wix3 project to wix4, the following errors occur:

D:\a\wix\wix\src\ext\Util\wixlib\UtilExtension.wxs(48) : error WIX0102: The localization variable !(loc.msierrXmlFileFailedRead) is unknown. Please ensure the variable is defined.
D:\a\wix\wix\src\ext\Util\wixlib\UtilExtension.wxs(49) : error WIX0102: The localization variable !(loc.msierrXmlFileFailedOpen) is unknown. Please ensure the variable is defined.
D:\a\wix\wix\src\ext\Util\wixlib\UtilExtension.wxs(50) : error WIX0102: The localization variable !(loc.msierrXmlFileFailedSelect) is unknown. Please ensure the variable is defined.
D:\a\wix\wix\src\ext\Util\wixlib\UtilExtension.wxs(51) : error WIX0102: The localization variable !(loc.msierrXmlFileFailedSave) is unknown. Please ensure the variable is defined.

Command line:
wix.exe build -culture ru-RU -loc ru-RU.wxl -ext "WixToolset.Util.wixext.dll" -src "setup.wxs" -out "setup.ru-RU.msi"

Returned exit code: 102

@barnson barnson enabled auto-merge (rebase) July 4, 2024 22:40
@barnson
Copy link
Member

barnson commented Jul 4, 2024

Not sure how they didn't make the trip...thanks!

@barnson barnson merged commit c5c226b into wixtoolset:main Jul 4, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants