> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/environment-configuration/installation/win-silent-install.md).

# Windows版 i-Reporter サイレントインストール

## **はじめに**

本資料は、Windows版 i-Reporterのサイレントインストール、サイレントアンインストールの方法について説明した資料です。

## **サイレントインストール方法**

Windows版i-Reporterのサイレントインストール方法として、主に以下の2パターンがあります。

* **管理者権限で起動したコマンドプロンプトからインストールする。**\
  インストーラーの引数に「/s /w /v"/qn" 」を指定して実行する\
  例)インストーラー名を「setup.exe」とした場合、以下の様に実行する\
  　　> setup.exe /s /w /v"/qn"<br>
* **バッチファイルを作成し、管理者権限で実行する。**\
  バッチファイルの内容は以下

{% hint style="success" %}
\[インストーラーのフルパス] /s /w /v"/qn" exit
{% endhint %}

## **サイレントアンインストール方法**

{% hint style="warning" %}
サイレントアンインストールを実施するには、アンインストールするバージョンのWindows版i-Reporterインストーラーが必要となります。事前にご用意ください。
{% endhint %}

Windows版i-Reporterのサイレントアンインストール方法として、主に以下の2パターンがあります。

* **管理者権限で起動したコマンドプロンプトからアンインストールする。**\
  アンインストールするバージョンのインストーラーの引数に「/s /w /x /v"/qn" 」を指定して実行する\
  例)インストーラー名を「setup.exe」とした場合、以下の様に実行する\
  　　> setup.exe /s /w /x /v"/qn"<br>
* **バッチファイルを作成し、管理者権限で実行する。**\
  バッチファイルの内容は以下

{% hint style="success" %}
\[アンインストールするバージョンのインストーラーのフルパス] /s /w /x /v"/qn" exit
{% endhint %}

## **応用例**

応用例として、バッチファイルにてWindows版i-Reporterのサイレントアンインストールを実行後、サイレントインストールを実施する場合の例を以下に記載します。

* 事前に用意するもの&#x20;
  * アンインストールするバージョンのWindows版i-Reporterインストーラー&#x20;
  * インストールするバージョンのWindows版i-Reporterインストーラー<br>
* 実施内容
  * バッチファイルを作成し、管理者権限で実行します。\
    バッチファイルの内容は以下

{% hint style="success" %}
\[アンインストールするバージョンのインストーラーのフルパス] /s /w /x /v"/qn" \
\[インストールするバージョンのインストーラーのフルパス] /s /w /v"/qn" exi
{% endhint %}


---

# 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:

```
GET https://manuals.i-reporter.jp/environment-configuration/installation/win-silent-install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
