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

Create Start Shortcut for portable apps #4930

Closed
nicola02nb opened this issue Oct 31, 2024 · 3 comments
Closed

Create Start Shortcut for portable apps #4930

nicola02nb opened this issue Oct 31, 2024 · 3 comments
Labels
Issue-Feature This is a feature request for the Windows Package Manager client. Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@nicola02nb
Copy link

Description of the new feature / enhancement

Some poratble apps may have a GUI, and it would ver usefull for users that aren't too much familiar with CLI, having a Start Menu shortcut created (Or even a desktop one..)

Proposed technical implementation details

My Idea is to add a tag into the installer schema for only portable apps, something like PortableCommandShortcut, where it's value may be:

  • a string, if empty (by default) no shortcuts are created, else a shortcut named like the string value is created
  • a boolean, if False (by default) no shortcuts are created, else a shortcut named like the PackageName value is created

I should point out that th shortcut will be linked to the main .exe of the package.

And add also :

  • an interactive prompt to wingetcreate to help with the input of this value when a portable program is detected
  • Shortcut deletion when program is uninstalled

Some more options that can be implemented:

  • Creating the shortcut into a Start folder name like Publisher value
  • If the Package contains more executable(neve found one atm), add the possibility to create multiple shortcuts with different names under a folder named like the PackageName value
@nicola02nb nicola02nb added the Issue-Feature This is a feature request for the Windows Package Manager client. label Oct 31, 2024
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Oct 31, 2024
@Trenly
Copy link
Contributor

Trenly commented Oct 31, 2024

Duplicate of #2299

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage Issue need to be triaged label Oct 31, 2024
Copy link
Contributor

Hello @nicola02nb,

We've identified this as a duplicate of another issue or PR that already exists. This specific instance is being closed in favor of the linked issue. Please add your 👍 to the other issue to raise its priority. Thanks for your contribution!

Template: msftbot/duplicate/closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client. Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

3 participants