|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how would one remove a com class?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. use the reg32svr /u directive at the command prompt
-- Show quote________________________ 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" <gs@dontMail.telus> wrote in message news:%23g4%23keKeGHA.3952@TK2MSFTNGP04.phx.gbl... > 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? Show quote "Alvin Bruney" <www.lulu.com/owc> wrote in message news:%23j%237liReGHA.4892@TK2MSFTNGP02.phx.gbl... > 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" <gs@dontMail.telus> wrote in message > news:%23g4%23keKeGHA.3952@TK2MSFTNGP04.phx.gbl... >> 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.
-- Show quote________________________ 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" <gs@dontMail.telus> wrote in message news:OFsKU2VeGHA.5040@TK2MSFTNGP03.phx.gbl... > thx > > > so that will remove corresponding entries from registry hkcr, > hklm,....etc, including interfaces, proxystubs? > > "Alvin Bruney" <www.lulu.com/owc> wrote in message > news:%23j%237liReGHA.4892@TK2MSFTNGP02.phx.gbl... >> 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" <gs@dontMail.telus> wrote in message >> news:%23g4%23keKeGHA.3952@TK2MSFTNGP04.phx.gbl... >>> 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. >>> >> >> > > |
|||||||||||||||||||||||