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

[BUG] Application shortcut created is not honoring the parameters defined in the AppxManifest.xml #631

Open
bryanjasonsee opened this issue May 20, 2024 · 0 comments
Labels
Needs-Triage Issue needs to be triaged by a member of the core team

Comments

@bryanjasonsee
Copy link

Project
MSIX SDK

Describe the bug
Application shortcut created is not honoring the parameters defined in the AppxManifest.xml
In the schema, it is mentioned that uap10:Parameters is available but this value is not being used in the MSIX SDK
https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-application

To Reproduce
Steps to reproduce the behavior:

  • When creating a MSIX package, make sure to define Application@Executable and Application@uap10:Parameters in their Appxmanifest.xml.
  • Install MSIX package
  • The shortcut (.lnk) file will not contain the arguments defined in Appxmanifest.xml's Application@uap10:Parameters

Expected behavior
The shortcut (.lnk) file should contain the arguments defined in Appxmanifest.xml's Application@uap10:Parameters

Platform
Windows

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue needs to be triaged by a member of the core team label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Triage Issue needs to be triaged by a member of the core team
Projects
None yet
Development

No branches or pull requests

1 participant