Advertisement
2002VB Registry #18138

OCX / DLL Registry File

This code will give REGISTER and UNREGISTER menu selections on the right mouse click on OCX and DLL files.

AI

AI Samenvatting: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Broncode
original-source
REGEDIT4
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="Regsvr32 /s \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\Unregister\command]
@="Regsvr32 /s /u \"%1\""
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="Regsvr32 /s \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\Unregister\command]
@="Regsvr32 /s /u \"%1\""
Originele reacties (3)
Hersteld van de Wayback Machine