Registry Fixup
There are two types of Registry Fixups: Modify Access and Fake Delete. Some applications may request for more permissions than they need while reading or creating registries. Such requests may sometimes be denied for an application running in an MSIX container thus failing the subsequent registry actions. The Modify Access Registry Fixup allows you to modify the requested access to return success for the registry calls that otherwise would have failed. The Fake Delete Registry Fixup returns a fake success to a registry delete request made by an application to make it believe that the registry was deleted.
To create a Registry Fixup, perform the following steps:
To create a Registry Fixup:
1. | Select an application in the Applications node, click the Apply button in the MSIX Editor ribbon, and then select Registry Fixup from the menu. |
Note:You could also select an application, right click, and select Registry Fixup from the context menu.
The Registry Fixup Configuration view opens.
2. | Enter the following information: |
Property |
Description |
|||||||||||||||
Executable |
This property displays the executable that will be invoked when the application is launched. This is a non-editable property. |
|||||||||||||||
Working Directory |
This property displays the working directory of the application. This is a non-editable property. |
|||||||||||||||
Action |
Select one of the following:
This is a mandatory property. |
|||||||||||||||
Patterns |
This property is defaulted to .* This is a mandatory property. |
|||||||||||||||
Registry Hive |
Select one of the following:
This is a mandatory property. |
|||||||||||||||
Modify Access Type |
Allows to select required access type:
This is a mandatory property. Note:If Delete Registry under Action property is selected, this field is disabled. |
3. | After adding the above fields, click Update button. |
4. | Click Save or Save As in the ribbon for the change to take effect. |