Recommended way to check that the Windows App SDK is installed #2437
Replies: 2 comments 8 replies
-
You can use PackageManager Class with CsWinRT NuGet Package |
Beta Was this translation helpful? Give feedback.
-
Yes, but it's a little complicated and depends on some details you didn't specify. How do you define "installed"? The key questions:
|
Beta Was this translation helpful? Give feedback.
-
I'm creating an installer for an application that uses WinUI3 (Unpackaged). To avoid having to redownload dependencies that the user already has, I'm trying to determine if there is a way to check if the Windows App SDK is installed on the users PC already? (and ideally what version).
E.g. I can check the current Visual C++ Redistributable by reading the
SOFTWARE\\Microsoft\\VisualStudio\\14.0\\VC\\Runtimes\\x64
subkeys.Beta Was this translation helpful? Give feedback.
All reactions