Custom Fixup Properties

Create custom fixups by using DLLs as shims.

Shimming DLLCopy link to this sectionLink to this section copied!

Path 32-bitCopy link to this sectionLink to this section copied!

Set the path for the 32-bit DLL by pressing the [ ... ] button.

Path 64-bitCopy link to this sectionLink to this section copied!

Set the path for the 64-bit DLL by pressing the [ ... ] button.

ConfigurationCopy link to this sectionLink to this section copied!

Create and configure properties that can be used by the DLL shim. The supported types are string, array, bool, and object.

Configuration

  • New Property - create a new property.
  • New Child - create a new child property, can only be used if the parent property is of Object or Array type.
  • Edit - edit the selected property; can also be done by double-clicking in a specific field of the property.
  • Remove - delete the selected property.

NoteTo learn more about the Package Support Framework see Microsoft's documentation or GitHub repository.