Custom Fixup

The Custom Fixup musted be applied for the fixups other than File Redirection Fixup and PowerShell Script Fixups. The Custom Fixup requires the config.json file to be generated manually. The config.json along with all the runtime binary files required by the Custom Fixup must be placed in the same folder. The path to the config.json file must be specified in the Json Path property

To add a Custom Fixup, perform the following steps:

To add Custom Fixup:

1. Select an application in the Applications node, click the Apply button in the MSIX Editor ribbon, and then select Custom Fixup from the menu.

Note:You could also select an application, right click, and select Apply Custom Fixup from the context menu.

The Custom Fixup Configuration view opens.

2. Click ellipses (...) to browse and select the Json file that you want to add and click Update button.

Note:Be sure not to use the File Redirection and PowerShell Script Fixup config.json files as Custom Fixup Json.

3. Click Save or Save As in the ribbon for the change to take effect.

See Also