How to register and unregister a DLL? It is possible that your application requires this DLL to be on the search path. In this case you could move it to \WINDOWS\system32 Or the application requires it to be in the application directory. Now to register it, you need to move to the directory where the [...]