Getting rid of UltraEdit

Getting rid of UltraEdit

2
NewbieNewbie
2

    Sep 03, 2006#1

    I don't like the program.

    Why? It leaves garbage on my computer.

    I have tried to uninstall the program but still the files:

    ue32ctmn.dll.tmp remain.

    So, in the interests of fairness, does this company or someone out there know of a way to delete it. Anything that installs on a windows system with (2) "." is always remenisent of potential virus.

    I've tried:
    attrib command
    del
    rmdir
    rd
    ctl-alt-del <= the dll is not listed...

    6,675585
    Grand MasterGrand Master
    6,675585

      Sep 04, 2006#2

      The DLL is for the shell integration of UltraEdit in Windows Explorer (an option during install). Once you have started Windows Explorer the DLL is loaded by Windows and then you can't delete it because Windows does not allow the deletion of a DLL in use. Closing the Windows Explorer does not help because shell integration DLLs are still in use by Windows until next start of Windows.

      The uninstall routine (hopefully, not tested by me) knows that and registers the DLL to be deleted by Windows on next start of Windows before the Windows GUI is loaded. You know that procedure because this always also happens when you install security updates of Windows where you are forced to reboot Windows. You have to reboot Windows because Windows needs to replace or delete files currently in use.

      So first check with Regedit if following registry keys exist and delete it, if they are still present:

      HKEY_LOCAL_MACHINE\Software\Classes\*\shellex\ContextMenuHandlers\UltraEdit-32

      HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{b5eedee0-c06e-11cf-8c56-444553540000}

      Then reboot your Windows and you should be able to delete the file after restart.

      I'm wondering about the name of the file. It should be ue32ctmn.dll without .tmp.

      However, if nothing helps, you can use the MoveEx tool. The author Frank P. Westlake has improved the tool which is also available with a small readme from Alexander Frink at Uni Mainz. But the version from Frank Westlake is better.
      Best regards from an UC/UE/UES for Windows user from Austria

      2
      NewbieNewbie
      2

        Sep 04, 2006#3

        Thanks Mofi.

        The reboot + regedit worked.

        I do appreciate the help.