> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-publisher/install/installing.md).

# Installing Patch My PC Publisher

*Applies to: Patch My PC Publisher V3.x*

This article details how to install Patch My PC (PMPC) Publisher.

{% hint style="success" %}
**Tip**

Please review the [Core Requirements for Publisher](/patch-my-pc-publisher/requirements/core-requirements.md) before continuing, as these apply regardless of the platform being used, before beginning installation.
{% endhint %}

To install Patch My PC (PMPC) Publisher:

1. Once you have [downloaded Publisher](/patch-my-pc-publisher/install/download.md), double-click the MSI to launch the installer.
2. On the **Welcome** screen, click **Next**

<figure><img src="/files/uR9t6Il9TrW2RWigMzy4" alt="&#x27;Welcome&#x27; screen" width="371"><figcaption></figcaption></figure>

3. On the **End-User License Agreement** screen, review the **Terms of Service**, and if you agree with them, select the **I accept...** option, then click **Next**.

<figure><img src="/files/gFzXsntAoNXCz6MXPmX4" alt="&#x27;End-User License Agreement&#x27; screen" width="371"><figcaption></figcaption></figure>

4. On the **Enable Intune Standalone Mode** screen, check the **Enable Microsoft Intune standalone mode** checkbox only if you are going to use Publisher to publish applications and updates in Intune only, then click **Next**.

{% hint style="info" %}
**Note**

Intune standalone mode removes some Publisher tabs used specifically for publishing applications and updates to ConfigMgr and WSUS. These tabs can be re-enabled retrospectively after installation from the **Advanced** tab in Publisher.
{% endhint %}

<figure><img src="/files/pxIS3GgQws9IY2mx0rYl" alt="&#x27;Enable Intune Standalone Mode&#x27; screen" width="371"><figcaption></figcaption></figure>

5. On the **Select Installation Folder** screen, choose where to install Publisher, then click **Next**.

{% hint style="info" %}
**Note**

To ease troubleshooting, we recommend accepting the default installation location:

`C:\Program Files\Patch My PC\Patch My PC Publishing Service\`
{% endhint %}

<figure><img src="/files/NAS00Sn9gULzrVMKEy1X" alt="&#x27;Select Installation Folder&#x27; screen" width="371"><figcaption></figcaption></figure>

6. On the **Ready to Install** screen, click **Install.**

<figure><img src="/files/TyPCqceW2IrMXejiEODV" alt="&#x27;Ready to Install&#x27; screen" width="371"><figcaption></figcaption></figure>

7. Click **Yes** if you receive a UAC prompt.\
   \
   Publisher is then installed.

<figure><img src="/files/URVgAdPvGlNDegGZaGoU" alt="Publisher installation begins" width="371"><figcaption></figcaption></figure>

8. On the **Completion** screen, uncheck the **Launch Patch My PC Publishing Service** if you don't want to launch Publisher immediately, then click **Finish**.

<figure><img src="/files/YiDhUZ2KZP1X7M6mupUE" alt="&#x27;Completion&#x27; screen" width="371"><figcaption></figcaption></figure>

## Next Steps

Once Publisher is installed, configure it based on your environment and how you plan to use it using the scenario below that best matches your environment:

* [Manage ConfigMgr Applications only](/patch-my-pc-publisher/configure/quick-start-guides/manage-configmgr-applications-only.md)
* [Manage ConfigMgr Applications and Updates (WSUS)](/patch-my-pc-publisher/configure/quick-start-guides/manage-configmgr-applications-wsus-updates.md)
* [Manage WSUS (Standalone)](/patch-my-pc-publisher/configure/quick-start-guides/manage-wsus-standalone.md)
* [Manage Intune Apps and Updates](/patch-my-pc-publisher/configure/quick-start-guides/manage-intune-apps-updates.md)
* [Manage a Mixed Environment (ConfigMgr, WSUS, and Intune)](/patch-my-pc-publisher/configure/quick-start-guides/manage-mixed-environment.md)


---

# 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.patchmypc.com/patch-my-pc-publisher/install/installing.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.
