> 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/output-the-data/motionboard-cloud/irservice-update.md).

# IRService アップデート手順

{% hint style="success" %}
「Windowsサービスプログラム IRService」 は、「FUJIFILM IWpro連携」 および 「MotionBoard Cloud連携」 で使用するサービスプログラムです。
{% endhint %}

## **IRService アップデート手順**

「Windowsサービスプログラム IRService」 をアップデートする手順をご案内します。

【手順】&#x20;

1. **最新版のソフトウェアをダウンロード**\
   サポートWEBより、最新版の「IRService」をダウンロードします。

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>i-Reporter サポートWEB ＞ <a href="https://cimtops-support.com/i-Reporter/ja/software-jp">ソフトウェア</a><br> ＞ 最新版 ＞ Windowsサービスプログラム IRService X.X.X　※Xにはバージョンが入ります。</p></div>

2. **ファイルの展開**\
   ダウンロードした「IRService X.X.X.zip」を、サーバー上の任意の場所に解凍します。<br>

3. **サービスの停止**\
   Windowsのサービス管理画面で、サービス名 「IRIWService」 を停止します。

   <div align="left"><figure><img src="/files/lzF52hwuv6tV16XW4tHt" alt="" width="563"><figcaption></figcaption></figure></div>

4. **ファイルの上書き**\
   解凍先フォルダの\
   IRServiceX.X.X\IRService 内にある 「IReporterService.exe.config」以外のすべてのファイル を、\
   既存の `[ConMasフォルダ]\IRService` に上書きコピーします。

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>【例】<br>ConMasフォルダをCドライブ直下に配置している場合は、<code>C:\ConMas\IRService</code> に上書きします。</p></div>

5. **サービスの開始**\
   Windowsのサービス管理画面で、「IRIWService」 を開始します。


---

# 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://manuals.i-reporter.jp/output-the-data/motionboard-cloud/irservice-update.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.
