PC Review


Reply
Thread Tools Rate Thread

Problem reg/unreg ocx on right mouse button

 
 
Simon Woods
Guest
Posts: n/a
 
      20th Sep 2004
Hi

I'm using this .reg script to modify my right mouse button behaviour. I'm
finding for DLLs, EXEs and OLBs everything is ok but for OCXs I'm not
getting the context menu options. I've checked the registry entries and they
seem okay. Could anyone point to a bug in this script for OCXs ... thanks

Simon


REGEDIT4

[HKEY_CLASSES_ROOT\.exe]
@="exefile"

[HKEY_CLASSES_ROOT\.dll]
@="dllfile"

[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"

[HKEY_CLASSES_ROOT\.olb]
@="olbfile"

[HKEY_CLASSES_ROOT\exefile\shell\Register\command]
@="%1 /register"

[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="regsvr32.exe %1"

[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command]
@="regsvr32.exe %1"

[HKEY_CLASSES_ROOT\olbfile\shell\Register\command]
@="regsvr32.exe %1"

[HKEY_CLASSES_ROOT\dllfile\shell\Silent Register\command]
@="regsvr32.exe /s %1"

[HKEY_CLASSES_ROOT\ocxfile\shell\Silent Register\command]
@="regsvr32.exe /s %1"

[HKEY_CLASSES_ROOT\olbfile\shell\Silent Register\command]
@="regsvr32.exe /s %1"

[HKEY_CLASSES_ROOT\exefile\shell\UnRegister\command]
@="%1 /unregister"

[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command]
@="regsvr32.exe /u %1"

[HKEY_CLASSES_ROOT\ocxfile\shell\UnRegister\command]
@="regsvr32.exe /u %1"

[HKEY_CLASSES_ROOT\olbfile\shell\UnRegister\command]
@="regsvr32.exe /u %1"

[HKEY_CLASSES_ROOT\dllfile\shell\Silent UnRegister\command]
@="regsvr32.exe /u /s %1"

[HKEY_CLASSES_ROOT\ocxfile\shell\Silent UnRegister\command]
@="regsvr32.exe /u /s %1"

[HKEY_CLASSES_ROOT\olbfile\shell\Silent UnRegister\command]
@="regsvr32.exe /u /s %1"


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Files cscmd32.ocx and cstext32.ocx Luc Windows XP Customization 5 5th Oct 2004 10:08 AM
Problem reg/unreg ocx on right mouse button Simon Woods Microsoft Windows 2000 0 20th Sep 2004 09:28 AM
Left Mouse Button Acting Like Mouse Right Button =?Utf-8?B?Ym93ZW5rZWw=?= Windows XP Help 2 10th Apr 2004 12:38 AM
mscomctl.ocx and comdlg32.ocx missing? Ronny Salomonsen Windows XP Setup 0 31st Mar 2004 10:07 AM
Imgedit.ocx and ImgAdmin.ocx joan Windows XP General 0 29th Nov 2003 07:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:08 AM.