Unregister dll via batch file
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Unregister dll via batch file

 
Post new topic   Reply to topic    Windows Server Forum Index -> Programming
Author Message
stev379
Guest





Posted: Wed Dec 29, 2004 2:11 am    Post subject: Unregister dll via batch file Reply with quote

Is this correct, or is there a better way...maybe in vbs, to do this? I
don't know of any safe dll's to test with.


IF EXIST %Windir%\System\mydll.dll regsvr32 /u %Windir%\System\mydll.dll


Thanks for any help or suggestions.
-Steve
Back to top
Ray Costanzo [MVP]
Guest





Posted: Wed Dec 29, 2004 2:21 am    Post subject: Re: Unregister dll via batch file Reply with quote

Yes, that should be fine. One DLL that I'm constantly registering
and unregistering is zipfldr.dll (Windows XP and Windows Server 2003
[I assume]) that you could test it on.

Unregistering that DLL removes the integrated shell support for zip
"folders" and turns them back into what they are - FILES!

That file is in system32 though, not system.

Ray at work

"stev379" <stev379@discussions.microsoft.com> wrote in message
news:3DA8BC59-E7F4-45D8-A625-6A669B237EE2@microsoft.com...
Quote:
Is this correct, or is there a better way...maybe in vbs, to do
this? I
don't know of any safe dll's to test with.


IF EXIST %Windir%\System\mydll.dll regsvr32 /u
%Windir%\System\mydll.dll


Thanks for any help or suggestions.
-Steve
Back to top
Denver_80203
Guest





Posted: Wed Dec 29, 2004 5:43 am    Post subject: RE: Unregister dll via batch file Reply with quote

Add a /s to avoid the messgebox prompt

regsvr32 /s /u mydll.dll
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Programming All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB