Say there's a DLL in System32 that I'm linking against, but that might not be present in a different Windows installation.
Is there a way to specify in a manifest that the DLL must only be loaded from System32, to avoid hijacking from other directories when the DLL isn't present in System32?