.net MAUI app and WebPages

dodDev 1 Reputation point
2022-06-16T15:48:14.203+00:00

So I have built my first .net MAUI app.
All things good.

I would like to put on a webserver and run the app from a weblink on a webpage.
Somewhat like the old SmartClient apps.

How would I go about that?

Thanks.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,922 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rob Caplan - MSFT 5,422 Reputation points Microsoft Employee
    2022-06-17T19:22:57.72+00:00

    Installation isn't a MAUI feature - it's a function of the target platform.

    For Windows, you can install your packaged MSIX file via the App Installer system.

    See Publish a .NET MAUI app for Windows for information on how to publish your MAUI app as a Windows MSIX
    See App Installer file overview for information on how to create and use an App Installer file to distribute an app via your web page link.

    MAUI publishing for Windows is not yet available directly in Visual Studio. You will need to publish from the command line and then Create an App Installer file manually

    0 comments No comments