How to get exact version on Windows App SDK installed

Harshithraj1871 1,686 Reputation points
2023-06-22T09:53:36.62+00:00

Hi,

I am working on the WinUI3 desktop app in CPP. I am using unpackaged mode. To run the WinUI3 app we need to install Windows App Runtime. Suppose I install Windows App Runtime 1.3.230602002, how will I know that Windows App Runtime 1.3.230602002 is installed on a machine?

I tried using

(get-appxpackage micro*win*appruntime*).packagefullname

but this gave

Microsoft.WindowsAppRuntime.1.2_2000.747.1945.0_x64__8wekyb3d8bbwe

here I can't see any ref to version 1.3.230602002, but it is saying 1.3_3000.882.2207, how are these 2 versions related? It would be really helpful if u could clarify how these version numbers are related

Thank you

Windows development | Windows App SDK
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 90,686 Reputation points
    2023-06-22T11:09:27.5266667+00:00

    You can see this thread : Recommended way to check that the Windows App SDK is installed #2437

    (answers from DrusTheAxe, MS)

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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