Skip to content

Windows App SDK - Unpackaged deploy docs \ example #1351

Answered by andrewleader
capegreg asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @capegreg, thanks for asking this!

UWP apps cannot be unpackaged, UWP apps are always packaged.

Unpackaged only applies to desktop-based app types (like WPF and WinForms) - those that choose not to use MSIX.

The Windows App SDK operates similar to .NET, in that the computer has to have the Windows App Runtime installed for your app to use it. Your app does not carry the runtime assets itself. The runtime is shared across 1-to-many apps on the computer.

Therefore, for unpackaged apps, when you're distributing your app to other computers, you need to include the WindowsAppSDKInstall.exe, and run the installer along with the installation of your app. Packaged apps automatically install t…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@capegreg
Comment options

@andrewleader
Comment options

@capegreg
Comment options

@andrewleader
Comment options

@capegreg
Comment options

Answer selected by andrewleader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants