Wednesday, June 26, 2013

How to Manually Register DLL Files


1. Navigate to the DLL file location using Windows Explorer and then copy the file path in the address field.
2. Go to the 'Start' menu and click 'Run.' (Type 'Run' and hit 'Enter' after clicking on 'Start' in Windows Vista and 7.)
3. Type 'regsvr32 '<path>\FileName.dll'' and hit 'Enter' to register the file. <path> stands for the DLL file location's path on your hard drive that you copied in the first step. For example, 'regsvr32 'C:\Windows\System32\FileName.dll'.'
4. Click on 'OK' in the pop-up window that confirms registration of the DLL file.