The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

description[IMPLEMENTED] egistry tweak to enable Register / Unregister on .DLL and .OCX files Empty[IMPLEMENTED] egistry tweak to enable Register / Unregister on .DLL and .OCX files

more_horiz
Hi,

Can you implement the following registry tweak to enable Register / Unregister on .DLL and .OCX files ?

[HKEY_CLASSES_ROOT\.dll]
"Content Type"="application/x-msdownload"
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile]
@="Application Extension"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""

[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""


Kind regards

description[IMPLEMENTED] egistry tweak to enable Register / Unregister on .DLL and .OCX files EmptyRe: [IMPLEMENTED] egistry tweak to enable Register / Unregister on .DLL and .OCX files

more_horiz
Awaiting response

description[IMPLEMENTED] egistry tweak to enable Register / Unregister on .DLL and .OCX files EmptyRe: [IMPLEMENTED] egistry tweak to enable Register / Unregister on .DLL and .OCX files

more_horiz
IMPLEMENTED in v3.00 (RC7) !
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum