regsvr32 – Windows 7: unable to register DLL – Error Code:0X80004005
regsvr32 – Windows 7: unable to register DLL – Error Code:0X80004005
According to this: http://www.vistax64.com/vista-installation-setup/33219-regsvr32-error-0x80004005.html
Run it in a elevated command prompt.
Open the start menu and type cmd
into the search box
Hold Ctrl + Shift
and press Enter
This runs the Command Prompt in Administrator mode.
Now type regsvr32 MyComobject.dll
regsvr32 – Windows 7: unable to register DLL – Error Code:0X80004005
Use following command should work on windows 7. dont forget to enclose the dll name with full path in double quotations.
C:WindowsSysWOW64>regsvr32 c:dll.name
Related Posts
- ssl – Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- windows – Python executables: py2exe or PyInstaller?
- windows – Open File in Another Directory (Python)
- How to use Pythons easy_install on Windows … its not so easy
- Python version 2.7 required, which was not found in the registry error when attempting to install netCDF4 on Windows 8
- How can I find where Python is installed on Windows?
- batch file – How Should I Set Default Python Version In Windows?