Forum Discussion
Frank260
Nov 28, 2023Copper Contributor
User can not create Desktop shortcut
Hello, i have migrated an application from MSI to MSIX. The application is used by 9000 users and some users created a desktop shortcut for themself. Now, i delete the MSI on every PC and deplo...
- Nov 30, 2023Hello Frank
Try this command in a cmd box / terminal "explorer.exe shell:AppsFolder". There is a list of Appx applications. With the right mouse button you can then create a shortcut on the desktop.
peterfa2018
Nov 30, 2023Brass Contributor
Hello Frank
Try this command in a cmd box / terminal "explorer.exe shell:AppsFolder". There is a list of Appx applications. With the right mouse button you can then create a shortcut on the desktop.
Try this command in a cmd box / terminal "explorer.exe shell:AppsFolder". There is a list of Appx applications. With the right mouse button you can then create a shortcut on the desktop.
AppsPackG
Dec 01, 2023Brass Contributor
So are you saying that there isn't an option for a user to right click a start menu shortcut provided by MSIX and pinning it to the desktop? I see the next insider release is catering for Desktop shortcuts using a dependency that must extend the functionality. It wasn't clear on the used case as it just said providing shortcuts to desktop which we would discourage being installed by the MSIX deployment in Enterprise environments as it will soon the clutter the desktop if enforced.
- AppsPackGDec 04, 2023Brass ContributorIt seems like the latest release of MSIX Packaging Tool 1.2023.1005.0 caters for creating a desktop shortcut if you include a pre-requisite in your package although i've not tested it yet. That said if that is the intended solution it will need configuration on every application to allow a user to create this for themselves again with the new MSIX package.
- Frank260Dec 06, 2023Copper ContributorI can try it next week. I understand the release notes that the new verion of the MSIX Packaging Tool allows the developer/packager to create a desktop shortcut and not the user himself