Official Comodo Uninstaller v3.1.0.55 Released

As you can see on other thread I made things went south after uninstall but got it fixed later.

1 Like

The uninstaller is not working
tried to remove comodo in order to reinstall because i had an issue where the comodo agent couldn’t run

the uninstaller is signed with the old revoked certificate

1 Like

That has never been brought up in this thread before. Thank you for reporting this issue that was unknown to everyone. You certainly couldn’t have learned it by reading any of the posts above, that’s for sure, nor could you have learned a work-around.

Hi MasterMan,

Thank you for reporting.
Could you please check with the below ciscleanuptool ? and let us know your feedback
http://download.comodo.com/cis/download/installs/ciscleanuptool/CisCleanupTool_x64_3.1.0.45.exe

Thanks
C.O.M.O.D.O RT

1 Like

i already re installed windows

i will use this uninstaller if i had a problem which i hope i don’t

thanks

8 years since release and still this ain’t working.

Maybe we need few years more.

2 Likes

Ucheck reported it found an updated version with version number 3.4.0.101. I played with the download link of the CIS cleanup tool and found the 32 and 64 bits versions of this new version. Both files are signed with a valid signature.

These versions are not officially released so treat them as beta software. Use at your own risk and only recommended for the curious, adventurous and experienced:
https://cdn.download.comodo.com/cis/download/installs/ciscleanuptool/CisCleanupTool_x64_3.4.0.101.exe
https://cdn.download.comodo.com/cis/download/installs/ciscleanuptool/CisCleanupTool_x86_3.4.0.101.exe

2 Likes

There is a way to remove the signature of CisCleanupTool_x64_3.1.0.55.exe and CisCleanupTool_x86_3.1.0.55.exe. It requires some work.

First step is to install the Windows SDK. Get it from Windows SDK - Windows app development | Microsoft Developer and install it. I will assume Windows SDK is installed in the default location C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0.

This tutorial will be for the 64 bits version of Comodo Uninstaller and can be adjusted to work for the 32 bits version.

Once the SDK is installed open the command prompt as administrator in the folder where CisCleanupTool_x64_3.1.0.55.exe sits.

First we need to temporarily set a path pointing to signtool so the command prompt can call it. The path will disappear when the command prompt gets closed.

At the command prompt execute:

set PATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64";%PATH%

Then to remove the signature execute:

signtool.exe remove /s CisCleanupTool_x64_3.1.0.55.exe

Once the signature is removed the executable can be started without any ado.