home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 June / PCpro_2004_06.ISO / files / mm / cdburner / setup.exe / ActiveX.reg next >
Encoding:
Windows Registry Data  |  2003-06-25  |  1.1 KB  |  53 lines

  1. REGEDIT4
  2.  
  3. ; ActiveX DLLs
  4.  
  5. [HKEY_CLASSES_ROOT\.dll]
  6. @="dllfile"
  7.  
  8. [HKEY_CLASSES_ROOT\dllfile\shell\regdll]
  9. @="Register ActiveX DLL"
  10.  
  11. [HKEY_CLASSES_ROOT\dllfile\shell\regdll\command]
  12. @="regsvr32.exe \"%L\""
  13.  
  14. [HKEY_CLASSES_ROOT\dllfile\shell\unregdll]
  15. @="Unregister ActiveX DLL"
  16.  
  17. [HKEY_CLASSES_ROOT\dllfile\shell\unregdll\command]
  18. @="regsvr32.exe /u \"%L\""
  19.  
  20. ; ActiveX Controls
  21.  
  22. [HKEY_CLASSES_ROOT\.ocx]
  23. @="ocxfile"
  24.  
  25. [HKEY_CLASSES_ROOT\ocxfile\shell\regocx]
  26. @="Register OCX Control"
  27.  
  28. [HKEY_CLASSES_ROOT\ocxfile\shell\regocx\command]
  29. @="regsvr32.exe \"%L\""
  30.  
  31. [HKEY_CLASSES_ROOT\ocxfile\shell\unregocx]
  32. @="Unregister OCX Control"
  33.  
  34. [HKEY_CLASSES_ROOT\ocxfile\shell\unregocx\command]
  35. @="regsvr32.exe /u \"%L\""
  36.  
  37. ; ActiveX EXEs
  38.  
  39. [HKEY_CLASSES_ROOT\.exe]
  40. @="exefile"
  41.  
  42. [HKEY_CLASSES_ROOT\exefile\shell\regexe]
  43. @="Register ActiveX EXE"
  44.  
  45. [HKEY_CLASSES_ROOT\exefile\shell\regexe\command]
  46. @="\"%L\" /regserver"
  47.  
  48. [HKEY_CLASSES_ROOT\exefile\shell\unregexe]
  49. @="Unregister Active EXE"
  50.  
  51. [HKEY_CLASSES_ROOT\exefile\shell\unregexe\command]
  52. @="\"%L\" /unregserver"
  53.