- Reboot necessary after "Regsvr32" command ? Asking from command line if DLL already registered?
- Posted by Kevin Yu on November 16th, 2007
Ok, with the Regsvr32 command I can register and un-register DLLs.
But do I have to reboot to get this registration active ?
I registered a specific context menu DLL but it is not visible after registration.
Is there a way to ask from command line (or from batch script file) if a DLL is already registered?
I would have expect such a function in Regsvr32 itself similar to
RegSvr32 /check mycontextmenu.dll
if errorlevel=1
Echo DLL already registered
else
Echo DLL not registered
But unfortunately this is not the case. Are there any other command line commands which check the registration ?
Kevin
Similar Posts
- How to list all INSTALLED but NOT RUNNING services from command line (similar to "net ....") ? (Microsoft Windows) by Eugen Austermann
- Reboot necessary after "Regsvr32" command ? Asking from command line if DLL already registered? (Microsoft Windows) by Kevin Yu
- Disconnect network drive with a "net" command line command / Opposite of "net use" ? (Networking) by Anja Mechtel
- Disconnect network drive with a "net" command line command / Opposite of "net use" ? (Help and Support) by Anja Mechtel
- Office web server config wiz. - "missing or incorrect command line parameters" (Home and office) by Jeremy

