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

Windows App Runtime 1.2 store installation and side-loaded packages conflict #3168

Closed
BenJKuhn opened this issue Nov 22, 2022 · 5 comments
Closed
Labels
area-Installer bug Something isn't working

Comments

@BenJKuhn
Copy link
Member

BenJKuhn commented Nov 22, 2022

Describe the bug

The store and side-load packages of the Windows App Runtime 1.2 have different phone identities, causing installation of either to fail if the other is already installed. This was reported on Twitter here: https://twitter.com/dotMorten/status/1594737193666215937

I was also able to confirm the issue & repro.

Steps to reproduce the bug

Install an app from the store that uses Windows App Runtime 1.2 package (e.g. WinUI 3 Gallery), then try to install Windows App SDK using the standalone installer.

Expected behavior

Installs cleanly in either case, or does nothing if already installed.

Screenshots

No response

NuGet package version

Windows App SDK 1.2.1: 1.2.221116.1

Packaging type

Packaged (MSIX), Unpackaged

Windows version

Windows 11 version 22H2 (22621, 2022 Update)

IDE

No response

Additional context

No response

@roxk
Copy link
Contributor

roxk commented Nov 22, 2022

This had happened before: #1953 (comment)

Anyway to setup a test to catch this before rolling out a release? The test would install the stored-signed package and then install using installer.exe. Rollout should be blocked unless test succeeds.

@MikeHillberg
Copy link
Contributor

MikeHillberg commented Nov 22, 2022

@MikeHillberg
Copy link
Contributor

@dotMorten, how are you installing when you see this? Using the Store? Using the WindowsAppRuntimeInstall.exe from the download center?

@dotMorten
Copy link
Contributor

@MikeHillberg Installing? I'm just pressing F5 in Visual Studio.
I do think the WinUI 3 Gallery was installed via the store which is likely what it was conflicting with.

@gabbybilka gabbybilka added bug Something isn't working area-Installer labels Dec 1, 2022
@bpulliam
Copy link
Collaborator

🎉Microsoft.WindowsAppSDK.1.2.221209.1 has been released which fixes this issue.

Handy links:

Release Notes
Official Nuget Release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Installer bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants