Skip to content

Unpackaged, self-contained apps share WinAppSDK dlls? #2936

Answered by DarranRowe
stefansjfw asked this question in Q&A
Discussion options

You must be logged in to vote

To be honest, symbolic links or hard links are probably the better option here.
Because the Windows App SDK components are WinRT components, they need to be properly registered for the application to be able to use them. This normally occurs when you load the Windows App SDK package (either through the bootstrap API or through your application being packaged).
However, when your application is self contained, application needs to use another means of registering the Windows App SDK components. This is where registration free WinRT comes in. The components use the application manifest file to register the component.
So if you look at your application manifest, you will find a bunch of entr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stefansjfw
Comment options

Answer selected by stefansjfw
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