How to create MSI from maui exe

Dani_S 4,501 Reputation points
2024-08-05T12:59:47.35+00:00

Hi,

I publish maui as :

dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true /p:PackageCertificateThumbprint="c01ba45666762f3615cf6813aeb4dc4b1919541d" -p:RuntimeIdentifierOverride=win10-x64

How do i create msi from it?

Please indicate all details .

Thanks,

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2024-08-06T08:42:16.49+00:00

    Hello,

    Firstly, the standard way to publish a Maui for Windows app is as a packaged MSIX.

    Then, you have published an unpackaged Maui app and want to generate MSI package,

    please refer to this document about creating an installer package (Windows desktop) and select the method you want to generate the MSI package.

    Best Regards,

    Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.