> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/installing-collector-on-a-single-device.md).

# 単一デバイスへのCollectorのインストール

すべてのデバイスに展開する前に、設定が正しいこととNexthinkインスタンスへの接続が機能していることを確認するため、単一のデバイスにCollectorをインストールします。

[Collectorを取得する](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/obtaining-collector.md)で選択したインストーラーファイルタイプに対応する方法を選択します。

## Nexthink Collector インストーラー方式

[エンドポイントデバイス向けのCollectorの構成](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/configuring-collector-for-endpoint-devices.md)で生成されたインストーラー実行ファイル `NEXThink_Collector<Nexthink_Experience_FQDN>.exe` を実行します。 画面の指示に従います。

## Windows Installer 方式

Windows Installer は、対話型インストール方式とサイレントCLI方式を提供します。

{% tabs %}
{% tab title="Interactive installation" %}
{% stepper %}
{% step %}

### インストーラーを開始する

`NEXThink_Collector.msi` をダブルクリックしてインストールプログラムを開始します。 ようこそメッセージを読み、**Next** を選択します。
{% endstep %}

{% step %}

### インストール設定を入力する

| フィールド                 | 値                                                                                                                                                                     |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **アプライアンス名またはIPアドレス** | NexthinkインスタンスのFQDN。                                                                                                                                                  |
| **アプライアンス TCP ポート**   | `443`                                                                                                                                                                 |
| **Customer Key**      | Customer Key ファイルの内容。 キーをコピーするには、Notepadでファイルを開き、<kbd>Ctrl</kbd>+<kbd>A</kbd> ですべて選択し、<kbd>Ctrl</kbd>+<kbd>C</kbd> でコピーして、<kbd>Ctrl</kbd>+<kbd>V</kbd> でフィールドに貼り付けます。 |

**Next** を選択します。
{% endstep %}

{% step %}

### インストールを完了する

**Install** を選択してインストールを開始します。 完了したら **Finish** を選択してインストールウィザードを閉じます。
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Silent CLI installation" %}
`msiexec.exe` を使用してサイレントモードで Collector をインストールします。これはすべてのWindowsデバイスにプリインストールされています。

{% hint style="info" %}
CLI でカスタムパラメータを直接指定する必要があります。 システムはインストール間でそれらを保存しません。
{% endhint %}

次のパラメータは必須です:

| パラメータ      | 説明                           |
| ---------- | ---------------------------- |
| `DRV_IP`   | NexthinkインスタンスのFQDN。         |
| `CRD_PORT` | `443`                        |
| `CRD_KEY`  | NexthinkインスタンスのCustomer Key。 |

**例 — 無人インストール:**

CLIで次のコマンドを実行し、`<Your_Key>` を実際の値に置き換えてください:

```powershell
msiexec.exe /qn /i Nexthink_Collector.msi DRV_IP=nxdocs.eu.nexthink.cloud CRD_PORT=443 CRD_KEY=<Your_Key> REBOOT=ReallySuppress
```

インストールが完了するまで待ちます。

MSI はノートPC、デスクトップ、サーバーなど、任意のWindowsデバイスタイプにインストールされます。 利用可能なすべてのオプションについては、[Collector MSI パラメーターの参照表](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/windows-collector-references/collector-msi-parameters-reference-table.md) および Microsoft の [Windows Installer コマンドラインオプション](http://msdn.microsoft.com/en-us/library/aa367988.aspx) のドキュメントを参照してください。
{% endtab %}
{% endtabs %}


---

# 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://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/installing-collector-on-a-single-device.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.
