Wednesday, July 25, 2007

How to install dll

  • Copy DLL or AX files in system32 folder
  • Click on Start > Run
  • To install the files, type: regsvr32 filename.dll
  • To uninstall the files, use: regsvr32 -u filename.dll

No comments: