how would one remove a com class?

  • Thread starter Thread starter gs
  • Start date Start date
G

gs

given the com class name eg. someunwantedClass, how would one proceed to
remove completely from the registry? is there a tool for this task?
removing from filesystem is easy enough with searches.
 
thx


so that will remove corresponding entries from registry hkcr, hklm,....etc,
including interfaces, proxystubs?

Alvin Bruney said:
use the reg32svr /u directive at the command prompt

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

gs said:
given the com class name eg. someunwantedClass, how would one proceed to
remove completely from the registry? is there a tool for this task?
removing from filesystem is easy enough with searches.
 
yup, it should. It got placed there by a regsvr32 /i, so /u is the opposite.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

gs said:
thx


so that will remove corresponding entries from registry hkcr,
hklm,....etc, including interfaces, proxystubs?

Alvin Bruney said:
use the reg32svr /u directive at the command prompt

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

gs said:
given the com class name eg. someunwantedClass, how would one proceed to
remove completely from the registry? is there a tool for this task?
removing from filesystem is easy enough with searches.
 
Back
Top