Mirror

Un-registering an OLE server (Views: 706)


Problem/Question/Abstract:

How do you get rid of a "registered" ServerName if you don't want to use it any longer?

Answer:

Run the executable with the /UNREGSERVER flag:

MYSERVER.EXE /UNREGSERVER

This is the standard way of unregistering a self-registering OLE automation server.

<< Back to main page