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

Add way to specify MSIX details such as Package Family Name for AppsAndFeatures Entries #2804

Open
Trenly opened this issue Dec 27, 2022 · 0 comments
Labels
Area-Manifest This may require a change to the manifest Issue-Feature This is a feature request for the Windows Package Manager client.
Milestone

Comments

@Trenly
Copy link
Contributor

Trenly commented Dec 27, 2022

Description of the new feature / enhancement

I ran into an oddity with the Microsoft Windows App SDK Runtime where the exe installer is just a wrapper for several MSIX packages. It would be nice if the details of the MSIX package, such as the PackageFamilyName, could be specified in the apps and features entries

https://github.com/Trenly/winget-pkgs/blob/9cf38f7be8b2f18cab84cefed19b00d957c5e9db/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.2/Microsoft.WindowsAppRuntime.1.2.installer.yaml#L12-L15

PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> Get-AppxPackage |?{$_.name -match 'microsoft' -and $_.name -match 'runtime'}|Select-Object -Property Name,Version,Architecture,PackageFamilyName

Name                                            Version         Architecture PackageFamilyName
----                                            -------         ------------ -----------------
Microsoft.WindowsAppRuntime.1.2                 2000.707.2303.0          X64 Microsoft.WindowsAppRuntime.1.2_8wekyb3d8bbwe
Microsoft.WindowsAppRuntime.1.2                 2000.707.2303.0          X86 Microsoft.WindowsAppRuntime.1.2_8wekyb3d8bbwe
MicrosoftCorporationII.WinAppRuntime.Main.1.2   2000.707.2303.0          X64 MicrosoftCorporationII.WinAppRuntime.Main.1.2_8wekyb3d8bbwe
MicrosoftCorporationII.WinAppRuntime.Singleton  2000.707.2303.0          X64 MicrosoftCorporationII.WinAppRuntime.Singleton_8wekyb3d8bbwe
Microsoft.WinAppRuntime.DDLM.2000.707.2303.0-x6 2000.707.2303.0          X64 Microsoft.WinAppRuntime.DDLM.2000.707.2303.0-x6_8wekyb3d8bbwe
Microsoft.WinAppRuntime.DDLM.2000.707.2303.0-x8 2000.707.2303.0          X86 Microsoft.WinAppRuntime.DDLM.2000.707.2303.0-x8_8wekyb3d8bbwe

Proposed technical implementation details

No response

@Trenly Trenly added the Issue-Feature This is a feature request for the Windows Package Manager client. label Dec 27, 2022
@ghost ghost added the Needs-Triage Issue need to be triaged label Dec 27, 2022
@denelon denelon added Area-Manifest This may require a change to the manifest and removed Needs-Triage Issue need to be triaged labels Dec 28, 2022
@denelon denelon added this to the v1.5-Client milestone Dec 28, 2022
@denelon denelon modified the milestones: v1.5-Client, v.Next-Client Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Manifest This may require a change to the manifest Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

No branches or pull requests

2 participants