Creating .NET Maui installer fails to build #9128
Unanswered
SteveFrench1520
asked this question in
Questions
Replies: 2 comments
-
Open the intermediate .msi in Orca and look at the values in the File table. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, looks like a bunch of your executable files are missing language resources and the Windows Installer doesn't like that. Those errors are from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I am trying to create an msi installer for a .NET maui application. When I build the associated wix project to create the installer, the build fails due to invalid localization.
Repro steps
dotnet new maui
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
dotnet build
in wix project directoryRepro link
https://github.com/SteveFrench1520/WixMaui
Result
PS WixMaui\Wix> dotnet build
Restore complete (0.6s)
Maui net9.0-windows10.0.19041.0 succeeded (12.4s) → WixMaui\Maui\bin\Debug\net9.0-windows10.0.19041.0\win10-x64\Maui.dll
wix failed with 6 error(s) and 4 warning(s) (34.9s)
WixMaui\Wix\maui.wxs(4): warning WIX1076: ICE03: String overflow (greater than length permitted in column); Table: File, Column: Language, Key(s): fls6jw.4v2im7LnSTXMmKEQWvS8yiE
WixMaui\Wix\maui.wxs(4): error WIX0204: ICE03: Invalid Language Id; Table: File, Column: Language, Key(s): flsBPx2xN.iMfwdGP9lKEFxVSSJnlw
WixMaui\Wix\maui.wxs(4): error WIX0204: ICE03: Invalid Language Id; Table: File, Column: Language, Key(s): flsEupM8mUNI1loDNnTWGNXAmmzvGk
WixMaui\Wix\maui.wxs(4): error WIX0204: ICE03: Invalid Language Id; Table: File, Column: Language, Key(s): flsMnVxH7qDEmK36RyoItyMr5h5t0I
WixMaui\Wix\maui.wxs(4): error WIX0204: ICE03: Invalid Language Id; Table: File, Column: Language, Key(s): flsUr54p4xiNbZRsx6ibrUSpDFJTE4
WixMaui\Wix\maui.wxs(4): error WIX0204: ICE03: Invalid Language Id; Table: File, Column: Language, Key(s): fls_DHE8WPOyBCgzxSjSvWN0odH5sA
WixMaui\Wix\maui.wxs(4): error WIX0204: ICE03: Invalid Language Id; Table: File, Column: Language, Key(s): flsjefJ3pli2pEgLqrRxRpEWCfK_98
WixMaui\Wix\maui.wxs(4): warning WIX1076: ICE60: The file flsZSyyvke8_xtiisTru8qUiLJjtyc is not a Font, and its version is not a companion file reference. It should have a language specified in the Language column.
WixMaui\Wix\maui.wxs(4): warning WIX1076: ICE60: The file flsqk.2jZOhJr5zBICJhZ9hG58LwXw is not a Font, and its version is not a companion file reference. It should have a language specified in the Language column.
Expected Result
A .msi file is created that installs the .NET maui template on the windows platform
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions