# Microsoft Visual C++ 2015-2022 再頒布可能パッケージ(X64) インストール(バージョンアップ)手順

ConMas Manager バージョン8.2.25100以降の動作には、

* **「Microsoft Visual C++ 2015-2022 再頒布可能パッケージ(X64)」 バージョン 14.20 以上**

が必要です。&#x20;

インストールされていない場合は、以下Microsoft公式サイトから最新版をダウンロードの上、インストールしてください。

{% hint style="info" %}
**【Microsoft Visual C++ 再頒布可能パッケージ ダウンロードサイト】** ※Microsoftのサイト(外部サイト)です

* 日本語版：\
  <https://learn.microsoft.com/ja-jp/cpp/windows/latest-supported-vc-redist?view=msvc-170>
* 英語版：\
  <https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170>

**（補足）**「X64」版をインストールしてください。
{% endhint %}

**【Microsoft Visual C++ インストール(バージョンアップ)手順】**

1. コントロールパネル ＞ プログラムと機能 を開き、「**Microsoft Visual C++ 2015…（x64）**」のバージョンが**14.20**以上かどうかを確認します。

   <figure><img src="/files/39FPWtzuasOoYbsMwSMr" alt=""><figcaption><p>こちらの画像の例ではバージョンは「14.0.24212.0」で、“14.20以下”です。</p></figcaption></figure>

2. 手順1で確認した「Microsoft Visual C++ 2015…（x64）」のバージョンが **14.20より低いバージョン** である または「Microsoft Visual C++ 2015…（x64）」が **存在しない** 場合、以下サイトからインストーラーを取得し、インストールします。

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>【Microsoft Visual C++ 再頒布可能パッケージ ダウンロードサイト】</strong> ※Microsoftのサイト(外部サイト)です</p><ul><li>日本語版：<br><a href="https://learn.microsoft.com/ja-jp/cpp/windows/latest-supported-vc-redist?view=msvc-170">https://learn.microsoft.com/ja-jp/cpp/windows/latest-supported-vc-redist?view=msvc-170</a></li><li>英語版：<br><a href="https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170">https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170</a></li></ul><p><strong>（補足）</strong>「X64」版をインストールしてください。</p></div>

3. IISを再起動します。


---

# Agent Instructions: 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/server-construction-maintenance/server-installation/vc-redistributable.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.
