| General Databases (71) Linux (42) Outside the Cube (2086) Programming (730) Web publishing (118) Windows (355) Apache (10) File Types (33) Internet Explorer (6) Network (11) Passwords (6) Printing Processes (13) Programming (243)
New related comments Number of comments in the last 48 hours How to send an email (SMS) to any cell phone without knowing the provider |
Un-registering an OLE server
(5 votes). Leave comments and/ or rate it.
Question: How do you get rid of a "registered" ServerName if you don't
Answer: Run the executable with the /UNREGSERVER flag:
MYSERVER.EXE /UNREGSERVER
This is the standard way of unregistering a self-registering OLE automation server.
Comments:
|