dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22k stars 1.72k forks source link

combine two or more maui apps into one msix #15027

Open rahul-dutt-sharma opened 1 year ago

rahul-dutt-sharma commented 1 year ago

Description

combine two or more maui apps into one msix

Public API Changes

ability to exist as runnable without needing to be in msix

Intended Use-Case

create complex application e.g. custom uninstaller, updater

pwisk commented 1 year ago

It should be at least possibility to apply required runtimes like: WinAppRuntime.Main.1.3 etc.

Even publishing to Microsoft Store you have to write this in the description but you can't force app to install required runtimes.

It isn't very user friendly.

rahul-dutt-sharma commented 1 year ago

I have the need to create somthing like "MyMainApp", "MyAuxilaryTool", ... can't rely on installing via two or more msix ..

ghost commented 10 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

mattleibow commented 10 months ago

This is most likely related to what things were like before. You will have to stop building as a single project and add a packaging project.