> 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-th/updates-and-security/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` |
| การอัปเดตบังคับ | `เท็จ`                                                             |

## อัปเดตด้วยตนเอง

1. ปล่อยให้งาน B2B Finder หรือ Email Finder ที่กำลังทำงานอยู่เสร็จสิ้น
2. ปิด Geo Prospector.
3. ดาวน์โหลดไฟล์อย่างเป็นทางการ `GeoProspectorSetup.exe`.
4. ยืนยันแฮช SHA-256.
5. เรียกใช้ตัวติดตั้งทับการติดตั้งที่มีอยู่.
6. เปิด Geo Prospector อีกครั้ง.
7. ยืนยันเวอร์ชัน `6.7.25.1` และสถานะไลเซนส์ที่ใช้งานอยู่.
8. รันการทดสอบ smoke test ขนาดเล็กของ B2B Finder.

## ตรวจสอบตัวติดตั้ง

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

SHA-256 ที่คาดไว้:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

ห้ามติดตั้งไฟล์เมื่อแฮชแตกต่างกัน.

## การรักษาข้อมูล

ตัวติดตั้งจะอัปเดตไฟล์ของแอปพลิเคชันโดยคงข้อมูลที่ผู้ใช้สร้างไว้ภายใต้ `C:\GeoProspector`.

## สำคัญ

อย่าคัดลอกเฉพาะ `geo_prospector.exe` หรือแทนที่ไฟล์ runtime ทีละไฟล์ ให้ใช้ตัวติดตั้งทางการแบบสมบูรณ์ เพื่อให้แมนิฟสต์จุดยึดความปลอดภัยที่ลงลายเซ็น, runtime ของ Node.js, runtime ของ 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-th/updates-and-security/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.
