I monitored now how UE v13.00 registers the context menu extension for UltraEdit. Here is the registry file:
REGEDIT4
[HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraEdit]
"ContextMenuText"="&UltraEdit"
"IntegrateWithExplorer"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\CLASSES\*\shellex\ContextMenuHandlers\UltraEdit]
@="{b5eedee0-c06e-11cf-8c56-444553540000}"
[HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{b5eedee0-c06e-11cf-8c56-444553540000}]
[HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{b5eedee0-c06e-11cf-8c56-444553540000}\InProcServer32]
@="C:\\Program Files\\UltraEdit\\ue32ctmn.dll"
"ThreadingModel"="Apartment"
I monitored it on Win98 SE. But I'm pretty sure, it is the same for all Windows OS to WinXP SP2 32 bit. I don't know how the shell extension is registered for WinXP 64 bit and Windows Vista. The red part depends on your installation.
Patrick, you better delete
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\UltraEdit]
@="&UltraEdit"
which is maybe a rest from an older version.
REGEDIT4
[HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraEdit]
"ContextMenuText"="&UltraEdit"
"IntegrateWithExplorer"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\CLASSES\*\shellex\ContextMenuHandlers\UltraEdit]
@="{b5eedee0-c06e-11cf-8c56-444553540000}"
[HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{b5eedee0-c06e-11cf-8c56-444553540000}]
[HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{b5eedee0-c06e-11cf-8c56-444553540000}\InProcServer32]
@="C:\\Program Files\\UltraEdit\\ue32ctmn.dll"
"ThreadingModel"="Apartment"
I monitored it on Win98 SE. But I'm pretty sure, it is the same for all Windows OS to WinXP SP2 32 bit. I don't know how the shell extension is registered for WinXP 64 bit and Windows Vista. The red part depends on your installation.
Patrick, you better delete
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\UltraEdit]
@="&UltraEdit"
which is maybe a rest from an older version.