I am looking for a way to protect a DLL file from being deleted or unregistered.
My users have an application that uses the same DLL files as another application. This is in a test environment, so when they are uninstalled they step on each other by deleting or un-registering the DLLs.
Any ideas?