Windows Registry Editor Version 5.00
;
;Add right click reg. and unreg to Dll's and Ocx's
[HKEY_CLASSES_ROOT\.dll]
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile\shell]
[HKEY_CLASSES_ROOT\dllfile\shell\Register]
[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="c:\\windows\\system32\\regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\Un-Register]
[HKEY_CLASSES_ROOT\dllfile\shell\Un-Register\command]
@="c:\\windows\\system32\\regsvr32.exe /u \"%1\""
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile\shell]
[HKEY_CLASSES_ROOT\ocxfile\shell\Register]
[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command]
@="c:\\windows\\system32\\regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\shell\Un-Register]
[HKEY_CLASSES_ROOT\ocxfile\shell\Un-Register\command]
@="c:\\windows\\system32\\regsvr32.exe /u \"%1\""