Advertisement
2002ASP Registry #930

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: 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.

ซอร์สโค้ด
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\""
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine