Inconsistent behaviour of windows App SDK runtime Installer

Harshithraj1871 1,496 Reputation points
2024-04-05T12:30:42.7066667+00:00

Hi,

I'm working on WinUI3 desktop application in C++. We are building a Framework dependent unpackaged desktop application with this we were able to generate a single EXE application. But here to run this WinUI3 application we need to install Windows App SDK Runtime in target machine.

User's image

We are using Windows App SDK Runtime version 1.3.3, but when I install the installer from the website (Installer (x64) ) and run my WinUI3 application its giving an error saying

User's image

Later I figured out that it was not installing all the components. When I ran

" (get-appxpackage microwinappruntime*).packagefullname"

it was showing WinAppRuntime, Main and Singleton. But not DDLM. Later I had to install DDLM separately from website (Redistributable ). After that I was able to run my winui3 application.

Why is this inconsistent behaviour? previously it was installing all the 4 components but now only 3 and I have seen it only for version 1.3

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
727 questions
{count} votes

Accepted answer
  1. Jeanine Zhang-MSFT 9,181 Reputation points Microsoft Vendor
    2024-04-08T02:04:56.4133333+00:00

    Hi,

    Welcome to Microsoft Q&A!

    When I try to install Windows App SDK 1.5, it installs all 4 components. I suggest you could try to install Windows App SDK 1.5 instead of Windows App SDK 1.3.

    User's image

    When I install Windows App SDK 1.3.3, it seems like it only installs 3 components. It seems an issue, I suggest you could try to post the issue to WindowsAppSDK Issue for better help.

    Thank you.

    Jeanine


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful