Comodo refuse de s'installer

Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   -  
Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour à toutes et tous!

Alors j'ai un petit problème avec COMODO, je l'avais installé puis l'ai désinstallé hier, pour le réinstaller.
Mais quand je veux l'installer, j'obtiens ce message:

http://nsa10.casimages.com/img/2009/10/25/091025073433180739.jpg

Pourtant je l'ai bien désinstallé, et supprimé tous les dossiers de comodo que je trouvais.

Est-ce que quelqu'un peut m'aider?

Merci d'avance!
Zegai.
Configuration: Windows Vista
Firefox 3.5.3

20 réponses

  1. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    Bonjour,

    Et a cette question,tu a répondu OUI?
    0
  2. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Bonjour et merci de ta réponse,
    Oui, désolé j'ai oublié de préciser. J'ai essayé en répondant oui, et même non. La petite fenêtre se ferme et rien ne se passe :s
    0
  3. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    Regarde a peu près dans le milieu de cette page http://forums.comodo.com/...

    (For novice users or people that want to save time

    This batch file should work on Windows XP and Windows Vista)

    Last update: 2 July 2008

    je ne sait pas si c'est encore bon avec la version actuelle.
    0
  4. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Ok merci, mais je fais quoi, je télécharge registry cleaner comme ils le disent?
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    C'est Comodo 32 ou 64 bit?
    0
  7. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    32 bits
    0
  8. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    Ok.oui ca semble ètre ça.
    0
  9. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Ok merci, et je fais quoi avec registry cleaner exactement?
    0
  10. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    Ils disent de faire clic droit sur le fichier .bat et exécuter en tant qu'administrateur.
    0
  11. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Mais il n'y a aucun fichier .bat :s
    0
  12. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    c'est quoi?
    0
  13. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Rien justement :s juste le fichier exécutable de COMODO qui se nomme CIS_Setup_3.12.111745.560_XP_Vista_x32.exe :s
    0
  14. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    Moi,je voit le téléchargement qui fait 1 KB et le fichier zip se nomme CFP_3_File_Registry_Cleaner.zip

    on parle du mème?

    Je ne peut pas le télécharger pour vérifier,depuis 5 minutes il me dit

    Currently a lot of users are downloading files. Please try again in 2 minutes or become a Premium member
    0
  15. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Je le vois aussi, mais ça me met ça:

    This file can only be downloaded by becoming a Premium member.

    Donc je dois être membre premium pour le télécharger.. Ca m'arrange pas.
    0
  16. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    Voici le fichier,Copie ceci et renome le Nouveau Document.bat

    @echo off
    title Comodo Firewall Pro 3 File and Registry Cleaner
    echo Welcome!
    echo This is a batch file, created by Ragwing on the Comodo Forums, for removing
    echo left-over files and registry entries. Thanks to USSS!
    echo Before you continue, please make sure that:
    echo * Comodo Firewall Pro 3 has been uninstalled (if possible)
    echo * You have created a system restore point
    echo * cmdagent.exe and cfp.exe aren't running
    echo * You're logged in as an administrator

    echo This batch file will now attempt to delete all left-over files and registry
    echo entries created by Comodo Firewall Pro 3...
    pause

    @echo off
    cd "%systemdrive%\Documents and Settings\All Users\Application Data\comodo\"
    IF EXIST "Firewall Pro" RD /S /Q "Firewall Pro"
    IF EXIST "common" RD /S /Q "common"

    cd %systemdrive%\Documents and Settings\All Users\Skrivbord\"
    IF EXIST "COMODO Firewall Pro" DEL "COMODO Firewall Pro"

    cd "%systemdrive%\Documents and Settings\%username%\Application Data\Comodo\"
    IF EXIST "Firewall Pro" RD /S /Q "Firewall Pro"
    IF EXIST "UserThemes" RD /S /Q "UserThemes"

    cd "%systemdrive%\Documents and Settings\%username%\L*\Application Data\Comodo\"
    IF EXIST "ComodoFireWall" RD /S /Q "ComodoFireWall"

    cd "%programfiles%\Comodo\"
    IF EXIST "Firewall" RD /S /Q "Firewall"
    IF EXIST "SafeSurf" RD /S /Q "SafeSurf"

    cd "%windir%\system32\"

    IF EXIST "guard32.dll" DEL "guard32.dll"

    cd "%windir%\system32\drivers\"
    IF EXIST "cmdGuard.sys" DEL "cmdGuard.sys"
    IF EXIST "cmdhlp.sys" DEL "cmdhlp.sys"
    IF EXIST "inspect.sys" DEL "inspect.sys"

    cd "%programfiles%\"
    IF EXIST "AskSBar" RD /S /Q "AskSBar"

    REG DELETE "HKEY_CURRENT_USER\Software\CFP" /F
    REG DELETE "HKEY_CURRENT_USER\Software\ComodoGroup\CFP" /F
    REG DELETE "HKEY_CURRENT_USER\Software\ComodoGroup\CFPSkin" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\Software\Comodo\Firewall Pro" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\Software\SafeSurf" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\ComodoGroup\CDI\1" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\ComodoGroup\CDI\13" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\cmdAgent" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\cmdGuard" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\cmdHlp" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Inspect" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\cmdAgent" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\cmdGuard" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\cmdHlp" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Inspect" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\cmdAgent" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\cmdGuard" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\cmdHlp" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\Inspect" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cmdAgent" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cmdGuard" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cmdHlp" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Inspect" /F
    REG DELETE "HKEY_USERS\S-1-5-21-1417001333-329068152-839522115-1003\Software\CFP" /F
    REG DELETE "HKEY_CURRENT_USER\Software\Local AppWizard-Generated Applications\HKEY_CURRENT_USER\Software\Local AppWizard-Generated Applications\CFPLog" /F
    REG DELETE "HKEY_CURRENT_USER\Software\Local AppWizard-Generated Applications\CPFFileSubmission" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\Software\Comodo\Firewall Pro" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\COMODO Firewall Pro" /F
    REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\COMODO" /F
    REG DELETE "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\COMODO" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\COMODO Firewall Pro" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\COMODO SafeSurf" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AskSBar Uninstall" /F
    REG DELETE "HKEY_CLASSES_ROOT\CLSID\{0579B4B1-0293-4d73-B02D-5EBB0BA0F0A2}" /F
    REG DELETE "HKEY_CLASSES_ROOT\CLSID\{B15FD82E-85BC-430d-90CB-65DB1B030510}" /F
    REG DELETE "HKEY_CLASSES_ROOT\CLSID\{F0D4B231-DA4B-4daf-81E4-DFEE4931A4AA}" /F
    REG DELETE "HKEY_CLASSES_ROOT\CLSID\{F0D4B238-DA4B-4daf-81E4-DFEE4931A4AA}" /F
    REG DELETE "HKEY_CLASSES_ROOT\CLSID\{F0D4B239-DA4B-4daf-81E4-DFEE4931A4AA}" /F
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Help Objects\{F0D4B231-DA4B-4daf-81E4-DFEE4931A4AA}" /F
    REG DELETE "HKEY_CLASSES_ROOT\AskSBar.SettingsPlugin" /F
    REG DELETE "HKEY_CLASSES_ROOT\AskSBar.SettingsPlugin.1" /F
    REG DELETE "HKEY_CLASSES_ROOT\AskSBar.ToolbarPlugin" /F
    REG DELETE "HKEY_CLASSES_ROOT\AskSBar.ToolbarPlugin.1" /F

    > %TEMP%.\REGISTRY.REG ECHO REGEDIT4
    >>%TEMP%.\REGISTRY.REG ECHO.
    >>%TEMP%.\REGISTRY.REG ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    >>%TEMP%.\REGISTRY.REG ECHO "COMODO SafeSurf"=-
    >>%TEMP%.\REGISTRY.REG ECHO.
    >>%TEMP%.\REGISTRY.REG ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    >>%TEMP%.\REGISTRY.REG ECHO "COMODO Firewall Pro"=-
    >>%TEMP%.\REGISTRY.REG ECHO.
    >>%TEMP%.\REGISTRY.REG ECHO [HKEY_LOCAL MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
    >>%TEMP%.\REGISTRY.REG ECHO "Comodo Firewall Pro"=-
    >>%TEMP%.\REGISTRY.REG ECHO.
    START /WAIT REGEDIT /S "%TEMP%.\REGISTRY.REG"
    cd "%TEMP%"
    del "REGISTRY.REG"

    sc delete cmdAgent

    NET STOP WINMGMT /Y

    cd "%windir%\system32\wbem\"
    RD /S /Q "Repository"

    NET START WINMGMT /Y

    echo All remains of CFP 3 should now be gone!

    pause

    EXIT
    0
  17. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    Il y avait aussi les instructions

    Instructions:

    1. Create a System Restore Point

    2. Shut down ALL unnecessary processes from Task Manager

    3. Go to the Control Panel->Add/Remove Programs, and launch the un-install program for Comodo Firewall Pro 3.x

    4. Reboot

    5. Run CFP3 File+Registry cleaner.bat

    6. Reboot

    All remaining files and registry entries for Comodo Firewall Pro 3 should now be gone!
    0
  18. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Ok merci beaucoup! Et je le place où?
    0
  19. fabul Messages postés 42189 Date d'inscription   Statut Modérateur Dernière intervention   6 070
     
    N'importe ou et clic droit,exécuter en tant qu'administrateur.
    0
  20. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Oooh super ça a l'air de remarcher!!! J'ai accès au panneau d'installation de COMODO!
    Je tente d'installer et te tiens au courant! Merci beaucoup!
    0
  21. Zegai Messages postés 1364 Date d'inscription   Statut Membre Dernière intervention   86
     
    Super, ça a marché!
    Merci beaucoup de ton aide! C'est sympa!

    Bonne soirée à toi et à bientôt ;)
    0