Applying Fixups
AdminStudio 2021 | 21.0 | MSIX Editor
Package Support Framework provides various fixups to fix run time issues of an MSIX package. Using MSIX Editor you can fix run time issues of your MSIX package by applying fixups.
To apply a fixup:
1. | In the left pane View List under Advanced Editor, click Fixups. |
2. | Place all the binary files required by the fixup in a folder. |
3. | Create a JSON file with all the required configurations and place it the same folder where the binary files are placed. |
4. | Specify the path to the JSON file in the field Json Path and click Save button in the ribbon. |
The MSIX Editor will inject all the binary files and the JSON file into the MSIX package, make all the required edits to the Appxmanifest.xml file automatically to apply this fixup to your MSIX package.
See Also