© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
2 replies
alex098304

Can't Figure Out How to Generate MSIX on Publishing MAUI App

I am trying to publish my app to the Microsoft Store, and I can't seem to generate the required MSIX package.

I am including the .csproj and app manifest files and applicable screenshots with this post.

When I click Create, the screen indicates that a package has successfully been created and placed in my /Package folder, but this folder is never generated, and I cannot find any .MSIX files anywhere in the solutions folder.

It is also strange that it creates a .NUPKG file. I have no idea why it is doing that.

Note that there is only one project in my solution -- I had two, but I combined the class library into the UI project, thinking that it might help somehow after struggling with this all day.

In the .csproj, I have tried setting
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
, but everytime I try to create the package, this setting gets reverted to False.

Any help would be appreciated. This is my first time trying to generate a MSIX, so I might be making a simple mistake -- not sure.
image.png
image.png
message.txt5.33KB
appmanifesttext.txt1.86KB
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

❔ Can't deploy app MAUI
C#CC# / help
4y ago
❔ Can't run MAUI app on Android Emulator
C#CC# / help
3y ago
✅ Can't figure out json logic
C#CC# / help
2y ago