> 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-ru/dobro-pozhalovat/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 зависит от включённой в поставку среды выполнения, компонентов браузера, подписанного манифеста security-anchor и файла подписи.
{% endhint %}

## Обновить существующую установку

Запустите последний установщик поверх существующей установки. После обновления:

1. Снова откройте Geo Prospector.
2. Подтвердите версию `6.7.15.1`.
3. Убедитесь, что существующая лицензия обнаружена.
4. Выполните smoke-тест на пяти записях.
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-ru/dobro-pozhalovat/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.
