Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent behaviour of windows App SDK runtime Installer version 1.3 #4323

Open
harshith187 opened this issue Apr 10, 2024 · 0 comments
Open
Labels
area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged)

Comments

@harshith187
Copy link

Describe the bug

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.

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

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.

This is an inconsistent behaviour! previously it was installing all the 4 components but now only 3 and I have seen it only for version 1.3

Steps to reproduce the bug

Install Windows App SDK Runtime version 1.3 and run " (get-appxpackage microwinappruntime*).packagefullname"
in power shell to check installed components

Expected behavior

No response

Screenshots

No response

NuGet package version

None

Packaging type

No response

Windows version

No response

IDE

No response

Additional context

No response

@harshith187 harshith187 changed the title Inconsistent behaviour of windows App SDK runtime InstallerBug title Inconsistent behaviour of windows App SDK runtime Installer version 1.3 Apr 10, 2024
@bpulliam bpulliam added the area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged)
Projects
None yet
Development

No branches or pull requests

2 participants