-
Notifications
You must be signed in to change notification settings - Fork 8
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
WixSharp fails to build MSI when Toolbelt.Blazor.HotKeys2 is included in Maui Blazor Hybrid project #27
Comments
@NJullienSweet Thank you for letting me know that. I've started to investigate this case now. |
Hi @NJullienSweet, I executed the |
Hi @NJullienSweet, When I tried again after updating Wix to version 5.0.1, no errors occurred. Please also see the recording below. Step 1 ~ 3HotKeys2-Issue27-Part-1.mp4Step 4 ~ 6HotKeys2-Issue27-Part-2.mp4Could you try again after updating the Wix version? (I installed the Wix by executing the following command: |
Thanks for your answer. After upgrading to Wix 5.0.1, I still get the same error on my end. Did you by any chance perform any other command, given that you had this other problem earlier? |
No I didn't, except I'll retry these reproduction steps again on my clean-installed Windows virtual machine. But I have other priority tasks these days, so please wait a few days or a week. |
Hi @NJullienSweet,
P.S. I guess it is the limitation of Wix, not a "Blazor HotKey2" library's matter. |
Description:
I'm encountering an issue when trying to build an MSI for a Maui Blazor Hybrid project using WixSharp after including the Toolbelt.Blazor.HotKeys2 NuGet package.
Steps to Reproduce:
https://github.com/NJullienSweet/MauiBlazorHotKeys2PublishBug
dotnet publish -c=Release -f net8.0-windows10.0.19041.0 -p:WindowsPackageType=None
3e27b24bb227b61bfd3d6814f6b790446c96b5ee
)MauiBlazorHotKeys2PublishBug/MauiBlazorHotKeys2PublishBug/bin
folder as a precautionExpected Behavior:
The WixSharp project should successfully build the MSI and include all necessary dependencies, including Toolbelt.Blazor.HotKeys2.
Actual Behavior:
The WixSharp build fails with the following error:
Additional Information:
Possible Cause:
It seems WixSharp might be having trouble locating the Toolbelt.Blazor.HotKeys2 dependency during the MSI build process. I saw someone else had here having a problem with this GetProperty script. Maybe it is related?
The text was updated successfully, but these errors were encountered: