regsvr32 question...

N

Nick

I want to unregister some DLLs then delete them, except
regsvr32 isn't working for me...

After I type in... "regsvr32 /u
programfilesdir+\bho\perfectnav.dll"

It keeps popping up that the specified module can't be
found...Yet I can go in and find it myself ??

I even tried "regsvr32 /u c:\program
files\bho\perfectnav.dll" and it still didn't work.

Am I doing this wrong?
 
T

Torgeir Bakken (MVP)

Nick said:
I want to unregister some DLLs then delete them, except
regsvr32 isn't working for me...

After I type in... "regsvr32 /u
programfilesdir+\bho\perfectnav.dll"

It keeps popping up that the specified module can't be
found...Yet I can go in and find it myself ??

I even tried "regsvr32 /u c:\program
files\bho\perfectnav.dll" and it still didn't work.

Am I doing this wrong?

Hi

Try this:

regsvr32 /u "c:\program files\bho\perfectnav.dll"


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide:
http://www.microsoft.com/technet/community/scriptcenter/default.mspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top