Recently we installed our program which uses Midas.dll for a new customer. Unfortunately this customer's laptop has an invalid registry entry for the Midas.dll location (HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\CLSID\{9E8D2FA1-591C-11D0-BF52-0020AF32BD64}\InProcServer32
) - or maybe the entry is only sometimes valid, e.g. when the laptop is docked. Our customer support doesn't want to mess with the customer's registry.
So is there a way to make our app ignore this entry and just use our local copy of the DLL?
FWIW: I found MidasLib.dcu makes the application slower but the solution there seems to be to programmatically adapt the registry to our needs which I want to avoid.