> 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-ja/tosekyuriti/updating.md).

# Geo Prospector を更新

## 現在の安定版

`6.7.25.1`

## 公式更新チャネル

* **バージョン付きインストーラー:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **最新の安定版インストーラー:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **GitHub リリース:** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **更新マニフェスト:** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## インストーラーの識別情報

| 項目      | 値                                                                  |
| ------- | ------------------------------------------------------------------ |
| バージョン   | `6.7.25.1`                                                         |
| サイズ     | `273765875 バイト` (261.08 MiB)                                       |
| SHA-256 | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| 必須更新    | `false`                                                            |

## 手動更新

1. 実行中の B2B Finder または Email Finder の作業が完了するまで待ちます。
2. Geo Prospector を閉じます。
3. 公式版をダウンロード `GeoProspectorSetup.exe`.
4. SHA-256 ハッシュを確認します。
5. 既存のインストールの上からインストーラーを実行します。
6. Geo Prospector を再度開きます。
7. バージョンを確認 `6.7.25.1` および現在のライセンス状態を確認します。
8. B2B Finder の簡易スモークテストを実行します。

## インストーラーを確認

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

期待される SHA-256:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

ハッシュが異なる場合は、そのファイルをインストールしないでください。

## データの保持

インストーラーは、以下の場所にあるユーザー生成データを保持しながらアプリケーションファイルを更新します `C:\GeoProspector`.

## 重要

単にコピーするだけにしないでください `geo_prospector.exe` また、個々のランタイムファイルを置き換えないでください。署名付きのセキュリティアンカー マニフェスト、Node.js ランタイム、Chromium ランタイム、および保護された Email Finder バックエンドの整合性を保つため、完全な公式インストーラーを使用してください。


---

# 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-ja/tosekyuriti/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.
