I have tried to use the following code:
cd c:\windows\system32
regsvr32.exe dllname.ax
But this is not working for me. How can I register a DLL file on Windows 7 with a 64-bit processor?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Type
regsvr32 name.dllinto the Command Prompt (executed in elevated mode!) and press “Enter.” Note thatname.dllshould be replaced with the name of the DLL that you want to register. For example, if you want to register the iexplore.dll, typeregsvr32 iexplore.dll.