DLLs

  • Thread starter Thread starter Robbie Niblock
  • Start date Start date
R

Robbie Niblock

Can someone please tell me (idiot :-) ) how to register and un-register DLLs
in Windows XP Pro.

Thanks in advance.

Robbie Niblock
 
Only com/ole/activeX dlls can be registered.

regsvr32 filename
regsvr32 /u filename
regsvr32 /i filename (for self installing dlls - this includes a register)
regsvr32 /i /u filename (Uninstall)
regsvr32 /? for help

For dll in system32 no path is required. For dll no extension is required.
But cpl (some are registerable)and ocx (all are registerable - this is what
regsvr was designed for) are also dll and if registered the extension must
be specified.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top