Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Improve DLL-redirection by using .local files #3180

@Porges

Description

@Porges

In #3032 we attempted to address a timing issue with KnownDll overrides. There might be a better way by using .local files: https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-redirection#how-to-redirect-dlls-for-unpackaged-apps

We should be able to do this unconditionally on Windows (I can't think of any cases where you'd want a system DLL to override an explicitly user-provided one), which would remove the need for the example setup.ps1 file as well.

#AB152694

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions