Mega Code Archive

 
Categories / Delphi / Examples
 

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.