> 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-zh/huan-ying/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. 验证结果和导出功能是否正常工作。

## 验证安装程序

| 字段      | 值                                                                  |
| ------- | ------------------------------------------------------------------ |
| 文件      | `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-zh/huan-ying/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.
