Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Register a DLL?
Message
From
20/01/2003 08:19:10
 
 
To
18/01/2003 08:44:22
General information
Forum:
Windows
Category:
OLE & DLL
Title:
Miscellaneous
Thread ID:
00743125
Message ID:
00743418
Views:
14
Randy,

If you do need to register a dll, following is the command structure from run.

Regsvr32 [/u] [/n] [/i[:cmdline]] dllname

/i - Call DllInstall passing it an optional [cmdline];
when used with /u calls dll uninstall
/n - do not call DllRegisterServer; this option must
be used with /i
/u - Unregister server


In other words copy the dll to to the windowroot/system32 folder.

then run regsvr32 c:\location of file\filename.dll

Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform