Create Start Shortcut for portable apps #4930
Labels
Issue-Feature
This is a feature request for the Windows Package Manager client.
Resolution-Duplicate
Issue is a duplicate
Milestone
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:string
, ifempty
(by default) no shortcuts are created, else a shortcut named like thestring
value is createdboolean
, ifFalse
(by default) no shortcuts are created, else a shortcut named like thePackageName
value is createdI should point out that th shortcut will be linked to the main
.exe
of the package.And add also :
Some more options that can be implemented:
Publisher
valuePackageName
valueThe text was updated successfully, but these errors were encountered: