Forum Discussion
Technical difficulties in MSIX Packaging Tool. Please help
Thank you very much for your response.
Please let me know how can i use Package Support Framework along with MSIX packgaing tool or Adminstudio? is it possible to share any relevant links?
Current issue:
Need to capture the shortcut which has BAT files
Need to capture the shortcuts which has extra parameter.
I am trying to convert the MSI to MSIX using Adminstudio as well, getting this error - This package contains no shortcuts defined for the application. applications are usually necessary to define the entry popint into the MSIX/Appx app.
Your help is much appreciated.
Hi Mjahange_786,
I'd be happy to offer some help on your experience.
What Timothy Mangan shared is correct, the MSIX Packaging Tool only detects *.exe files as being eligible as for creating shortcuts. With the use of the MSIX Package Support Framework ("https://aka.ms/msix-psf"), other files can be the target, and you can incorporate parameters with the shortcuts. Details on how to use the Package Support Framework can be found on our MSIX Docs site (Package Support Framework - MSIX | Microsoft Docs).
Unpackaging the MSIX App:
Unpackaging the MSIX Windows Apps can be done in a couple of ways. Using the MSIX Packaging Tool, or through the use of the MakeAppx -unpack command.
Overview of MSIX Packaging Tool - Editor:
Edit a package using Package editor - MSIX | Microsoft Docs
Editing an MSIX App Package - Commandline:
Create an app package with the MakeAppx.exe tool - MSIX | Microsoft Docs
Creating Shortcuts:
We have an article in the Microsoft Docs (See below) that provides guidance on how to leverage the MSIX Package Support Framework to create new shortcuts into your MSIX App. The Shortcuts can contain parameter when using the Package Support Framework.
Download the MSIX Package Support Framework:
MSIX Package Support Framework | GitHub
Windows SDK Download | Microsoft Developer Downloads
Package Support Framework - Creating Shortcuts:
Package Support Framework - Launching Windows Apps with Parameters - MSIX | Microsoft Docs
Please let me know if this was helpful.
Roy