When will ue32ctmn.dll (explorer integration) be made compatible with Win XP x64?
I've seen that winrar does support this now, so I thought I'd ask here
bye,
H
Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="open with UltraEdit"
[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="H:\\Program Files (x86)\\ULTRAEDIT-32\\uedit32.exe \"%1\""

[HKEY_CURRENT_USER\Software\Classes\*\shellex\ContextMenuHandlers\UltraEdit32]
@="{b5eedee0-c36e-11cf-8c56-444553540000}"
[HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{b5eedee0-c36e-11cf-8c56-444553540000}]
[HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{b5eedee0-c36e-11cf-8c56-444553540000}\InProcServer32]
@="C:\\Program Files\\UltraEdit\\ue32ctmn.dll"
"ThreadingModel"="Apartment"[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\UltraEdit32]
@="{b5eedee0-c36e-11cf-8c56-444553540000}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{b5eedee0-c36e-11cf-8c56-444553540000}]
@="UltraEdit"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{b5eedee0-c36e-11cf-8c56-444553540000}\InProcServer32]
@="C:\\Program Files\\UltraEdit\\ue32ctmn.dll"
"ThreadingModel"="Apartment"


Mofi wrote:In other words the shell integration option was changed from a system option to a user option. User options are never removed during an uninstall of an application. That is what Microsoft strongly recommends for all Windows applications as the user may reinstall same, a newer or an older version of the application again. Users usually don't like it in these scenarios that all their configurations are not existing anymore after temporary uninstall. Of course this behavior leads to the problem that when an application is really permanently uninstalled, the user has to manually remove all registry settings and files containing user customization and user configuration data for this application.
