> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-fr/mises-a-jour-et-securite/updating.md).

# Mettre à jour Geo Prospector

## Version stable actuelle

`6.7.25.1`

## Canaux de mise à jour officiels

* **Installateur versionné :** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **Dernier installateur stable :** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **Publication GitHub :** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **Manifeste de mise à jour :** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## Identité de l’installateur

| Propriété               | Valeur                                                             |
| ----------------------- | ------------------------------------------------------------------ |
| Version                 | `6.7.25.1`                                                         |
| Taille                  | `273765875 octets` (261.08 Mio)                                    |
| SHA-256                 | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| Mise à jour obligatoire | `faux`                                                             |

## Mise à jour manuelle

1. Laissez le travail actif de B2B Finder ou Email Finder se terminer.
2. Fermez Geo Prospector.
3. Téléchargez l’officiel `GeoProspectorSetup.exe`.
4. Vérifiez le hachage SHA-256.
5. Exécutez l’installateur par-dessus l’installation existante.
6. Rouvrez Geo Prospector.
7. Confirmer la version `6.7.25.1` et l’état de licence active.
8. Exécutez un petit test de vérification de B2B Finder.

## Vérifier l’installateur

```powershell
Get-FileHash -LiteralPath ".\GeoProspectorSetup.exe" -Algorithm SHA256
```

SHA-256 attendu :

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

N’installez pas le fichier si le hachage est différent.

## Préservation des données

L’installateur met à jour les fichiers de l’application tout en préservant les données générées par l’utilisateur sous `C:\GeoProspector`.

## Important

Ne copiez pas seulement `geo_prospector.exe` ou ne remplacez pas des fichiers d’exécution individuels. Utilisez l’installateur officiel complet afin que le manifeste d’ancrage de sécurité signé, l’environnement d’exécution Node.js, l’environnement d’exécution Chromium et le backend protégé d’Email Finder restent cohérents.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-fr/mises-a-jour-et-securite/updating.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
