Share via

Package Win UI 3 application

Beethoven 41 Reputation points
2022-08-09T12:18:00.367+00:00

Hello!

I believe it's very hard to understand how to package/publish my newly created Win UI 3 application. There is little to no documentation for this, I only find UWP and other frameworks mainly. However, what I want to achieve is to move the application to another computer without needing Visual Studio to run the application, instead use it as an .exe file or similar. What would be the simplest way of doing this? Help is greatly appreciated!

I read about MSIX, but did not quite catch it, and I tried ClickOnce and folder publishing. None worked.

Thank you

Windows development | Windows App SDK
0 comments No comments

Answer accepted by question author

Castorix31 91,876 Reputation points
2022-08-09T12:36:09.897+00:00

You can use one of the methods from Windows App SDK deployment overview

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. xiaopo yang 1 Reputation point
    2022-08-10T02:29:40.39+00:00

    Windows App SDK deployment guide for framework-dependent MSIX-packaged apps is applicable for your condition. Deployment computer must have these Prerequisites and The Windows App SDK runtime and Framework package are installed automatically by apps using MSIX-packaging But For MSIX-packaged apps not distributed through the Store, the developer is responsible for distributing the Framework package.
    And for auto update, MSIX deployment is supporting.

    Was this answer helpful?

    0 comments No comments

Your answer

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