home *** CD-ROM | disk | FTP | other *** search
/ Desktop Icons 2000 / Icons2000.iso / archive / Text / dlllist.txt
Text File  |  2000-04-19  |  542b  |  9 lines

  1. To add .ocx and certain .dll files, it will be necessary to restart your computer in DOS mode and run WINDOWS/SYSTEM/REGSVR32.EXE from the command line.The following are the commands and switches you will need: 
  2. regsvr32 [/u] [/s] [n] [i [:cmdline]] dll name or ocx name 
  3.  
  4. /u (unregistered server) 
  5. /s (silent; display no message boxes) 
  6. /c (console output) 
  7. /i Call dll or ocx install passing it an optional [cmdline]; when used with /u calls dll or ocx uninstall 
  8. /n Do not call dll RegisterServer; this option must be used with /i
  9.