Coders' Corner Search:
General :: Windows
General Windows topics. User shortcuts, installation/ destallation, compatibility, registry entries, power user and undocumented features.

Articles:


Featured Article

Un-registering an OLE server

Question: 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.