Monday, September 5, 2011

How to Run Dll As an App on XP


1. Click 'Start' and click 'Run.'
2. Type 'regsvr32 x:\path\dll.' Replace 'x' with the drive containing the new DLL file, 'path' with the directory in which the file is contained, and 'dll' with the name of the file. For example, type 'regsvr32 d:\sample\mydll.dll' to register a file named 'mydll.dll' located in the 'Sample' directory of the 'd' drive.
3. Press 'Enter' to complete the registration.