View Full Version : DLL Registration
aggrey1
April 30th, 2011, 12:37 PM
Hi
Unable to find anything similar t/4 posting this thread blindly and hope someone will be able to help in trying to resolve the contents of the quote/unquote
I use Win 7 Home Edition 32bit, and trying to register a file, details of file as follows:
Quote
regsvr32 shdocvw.dll
unquote
Whenever I run the command I receive response as per attached file.
Any further information can be forwarded upon request
Thanks
JRViejo
April 30th, 2011, 12:41 PM
Moved Thread to this Forum for More Exposure!
Cudni
April 30th, 2011, 12:52 PM
why are you registering it (did you download .dll from some site)? are you running cmd command as admin?
Sully
April 30th, 2011, 06:00 PM
Get register and unregister via context menus, makes things easier for me.
Add register
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell\Register]
[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="regsvr32 \"%1\""
Add unregister
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister]
[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command]
@="regsvr32 /u \"%1\""
Sul.
Greg S
April 30th, 2011, 06:40 PM
-{ Quote: "Hi
Unable to find anything similar t/4 posting this thread blindly and hope someone will be able to help in trying to resolve the contents of the quote/unquote
I use Win 7 Home Edition 32bit, and trying to register a file, details of file as follows:
Quote
regsvr32 shdocvw.dll
unquote
Whenever I run the command I receive response as per attached file.
Any further information can be forwarded upon request
Thanks" }-
Start orb > All Programs > Accessories > right click Command Prompt and select Run as administrator
That command run manually has to be run within an Admin cmd and more than likely the prompt has to be at system32 directory. I have also run into a few cases where when in system32 with Admin, the full path had to be supplied.
vBulletin® Copyright ©2000-2012, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2012, Wilders Security Forums