You can use one of the methods from Windows App SDK deployment overview
Package Win UI 3 application
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
Answer accepted by question author
1 additional answer
Sort by: Most helpful
-
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.