> 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-de/updates-und-sicherheit/updating.md).

# Geo Prospector aktualisieren

## Aktuelle stabile Version

`6.7.25.1`

## Offizielle Update-Kanäle

* **Versionierter Installer:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **Neuester stabiler Installer:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **GitHub-Release:** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **Update-Manifest:** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## Installer-Identität

| Eigenschaft   | Wert                                                               |
| ------------- | ------------------------------------------------------------------ |
| Version       | `6.7.25.1`                                                         |
| Größe         | `273765875 Bytes` (261.08 MiB)                                     |
| SHA-256       | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| Pflichtupdate | `falsch`                                                           |

## Manuelles Update

1. Lassen Sie aktive B2B Finder- oder Email-Finder-Arbeiten abschließen.
2. Schließen Sie Geo Prospector.
3. Laden Sie das offizielle `GeoProspectorSetup.exe`.
4. Überprüfen Sie den SHA-256-Hash.
5. Führen Sie den Installer über die vorhandene Installation aus.
6. Öffnen Sie Geo Prospector erneut.
7. Version bestätigen `6.7.25.1` und den aktuellen Lizenzstatus.
8. Führen Sie einen kleinen B2B-Finder-Smoke-Test durch.

## Überprüfen Sie den Installer

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

Erwarteter SHA-256-Hash:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

Installieren Sie die Datei nicht, wenn der Hash abweicht.

## Datenbeibehaltung

Der Installer aktualisiert die Anwendungsdateien und bewahrt dabei die vom Benutzer erstellten Daten unter `C:\GeoProspector`.

## Wichtig

Kopieren Sie nicht nur `geo_prospector.exe` oder ersetzen Sie einzelne Laufzeitdateien. Verwenden Sie den vollständigen offiziellen Installer, damit das signierte Sicherheitsanker-Manifest, die Node.js-Laufzeitumgebung, die Chromium-Laufzeitumgebung und das geschützte Email-Finder-Backend konsistent bleiben.


---

# 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-de/updates-und-sicherheit/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.
