DLL Path Fixup

This fixup type allows configuring folders where DLL files should be looked for. If an application packaged to MSIX needs to load DLL files from locations restricted in MSIX container, you can use this fixup to resolve DLL loading errors.

To create a DLL path fixup you need to specify the fixup Name and set Description if required. If the fixup should be applied to all applications, set the corresponding option, otherwise specify a mask to select applications for which the fixup should be applied Pic 1.

DLL path fixup configuration

Pic 1. DLL path fixup configuration

To configure this fixup you need to select one or multiple paths where DLLs should be located. You can choose the folders available in the project Pic 2.

Select DLL search folders

Pic 2. Select DLL search folders

When the fixup is applied, the MSIX application will load DLLs from the specified folders.