> 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/youkoso/installation.md).

# インストール

## ダウンロード

公式インストーラーを使用してください：

[ダウンロード `GeoProspectorSetup.exe`](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)

予想されるファイル名：

`GeoProspectorSetup.exe`

## インストール

1. 実行中の Geo Prospector のウィンドウをすべて閉じます。
2. 公式リリースチャンネルからインストーラーをダウンロードします。
3. インストーラーを管理者として実行します。
4. Windows のインストール手順に従います。
5. すべてのランタイムおよびセキュリティファイルのコピーが完了するまで待ちます。
6. デスクトップのショートカットまたはスタートメニューから Geo Prospector を起動します。
7. インストールされたバージョンが `6.7.15.1`.
8. 開く **アクティベーション** であることを確認し、ライセンスの状態を確認します。

{% hint style="warning" %}
メインの実行ファイルだけを別のコンピューターにコピーしないでください。Geo Prospector は、同梱のランタイム、ブラウザーコンポーネント、署名済みのセキュリティアンカー マニフェスト、および署名ファイルに依存しています。
{% endhint %}

## 既存のインストールをアップグレードする

最新のインストーラーを既存のインストールの上に実行します。アップグレード後：

1. Geo Prospector を再度開きます。
2. バージョンを確認 `6.7.15.1`.
3. 既存のライセンスが検出されることを確認します。
4. 5件レコードのスモークテストを実行します。
5. Results とエクスポート機能が正常に動作することを確認します。

## インストーラーを検証する

| 項目      | 値                                                                  |
| ------- | ------------------------------------------------------------------ |
| ファイル    | `GeoProspectorSetup.exe`                                           |
| サイズ     | `253264229 バイト`                                                    |
| SHA-256 | `FE3CFADD45DA098984318BCA64B2C9A65B9174F657048EBA4A80568A14855829` |

VirusTotal の URL レポートが利用できます [こちら](https://www.virustotal.com/gui/url/17506a6fdfab37537bec95b3b24ca4052470dbcfc262532bfc0825098b430249?nocache=1).


---

# 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/youkoso/installation.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.
