Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How Do I Unregister Com Exe Component

Status
Not open for further replies.

2314

Programmer
May 19, 2001
69
IN
How Do I Unregister Com Exe Component from my machine
 
At the command prompt, type


c:\winnt\system32\regsvr32 (space) program.name (space ) /u


The "/u" means unregister and the space before it is important.

If you are not on NT search for the program in the windows directory
 
what you told is for inprocess dll component i want to know what is the way for exe component.
 
Hi!

Start the exe with /unregserver.
Example:

ComExeComponent.exe /unregserver

LauDse
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top