DLL Registration

Discussion in 'other software & services' started by aggrey1, Apr 30, 2011.

Thread Status:
Not open for further replies.
  1. aggrey1

    aggrey1 Registered Member

    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
     

    Attached Files:

  2. JRViejo

    JRViejo Super Moderator

    Moved Thread to this Forum for More Exposure!
     
  3. Cudni

    Cudni Global Moderator

    why are you registering it (did you download .dll from some site)? are you running cmd command as admin?
     
  4. Sully

    Sully Registered Member

    Get register and unregister via context menus, makes things easier for me.

    Add register
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\dllfile\shell\Register]
    
    [HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
    @="regsvr32 \"%1\""
    Add unregister
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\dllfile\shell\UnRegister]
    
    [HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command]
    @="regsvr32 /u \"%1\""
    Sul.
     
  5. Greg S

    Greg S Registered Member

    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.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice