> 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/customizations/list-customizations/override-win32-options.md).

# Override Win32 Options in Patch My PC Publisher

*Applies to: Patch My PC Publisher V3.x*\
*Available at level: Vendor, Product*\
*Available on tab: Intune Apps, Intune Updates*

The **Override Win32 Options** right-click option in Patch My PC (PMPC) Publisher allows you to override the global Win32 application options for a specific vendor or product when certain Microsoft Intune applications or updates require different behavior than what is defined globally.

These settings control behaviors such as assignment copying, retention of previous versions, dependency handling, runtime limits, and cleanup of older apps or updates.

In some scenarios, applying the same behavior across all applications is not ideal. The **Override Win32 Options** lets you customize these behaviors at the Vendor or Product level without changing your global defaults.

## When Overrides Are Useful

Overrides are especially useful for applications that update frequently, such as web browsers.

Products like Google Chrome, Microsoft Edge, and Mozilla Firefox release updates often. Issues introduced by these updates may not be identified immediately.

If your global retention setting keeps only a small number of previous versions, the version you want to roll back to may no longer be available when a problem is discovered.

By configuring a product-level override, you can retain more versions for specific applications. For example, you might retain five previous versions of Chrome whilst keeping a global default of two for all other apps. This provides additional time for validation and a safer rollback path for frequently updated software.

## Supported Override Options

There are some common override options that [apply to both Intune Apps and Updates](#applies-to-both-intune-apps-and-updates).

There are also different override options depending on whether you are working with [Intune Apps](#intune-apps-only) or [Intune Updates](#intune-updates-only).

### **Applies to both Intune Apps and Updates**

The following **Publishing Options** apply to both Intune Apps and Updates:

* Copy assignments from the previous release when a new application or update is published
* Delete assignments from the previous release when a new application or update is published
* Copy dependencies from the previous release when a new application or update is published
* Copy requirements from the previous release when a new application or update is published
* Configure maximum runtime of Win32 applications to x minutes (120 by default)

### **Intune Apps Only**

The following **Publishing Options** apply to only Intune Apps:

* Delete any previously created applications when an updated application is published
  * Retain up to *x* previously created applications (0 by default)
* Delay in-place updates of previously created applications by *x* day(s) (1 by default).

### **Intune Updates Only**

The following **Publishing Options** apply to only Intune Updates:

* Delete any previously created updates when a new update is published
  * Retain up to *x* previously created updates (0 by default)
* Delay in-place updates of previously created updates by *x* day(s) (1 by default).

Configure Overrides

Overrides can be configured both globally under the [Publishing Options](/patch-my-pc-publisher/manage/intune-tabs/intune-options/publishing-options.md) section of the [Intune tabs](/patch-my-pc-publisher/manage/intune-tabs.md), or by using the **Override Win32 Options** right-click option.

{% hint style="danger" %}
**Important**

Any overrides configured at the Vendor/Product level take precedence over the global options and are applied only to the selected vendor or product during publishing.
{% endhint %}

To configure **Override Win32 Options:**

1. Right-click the Vendor/Product you want to customize and select **Override Win32 Options**.
2. Review the available options based on whether you are configuring an app or an update.

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

See [Publishing Options](/patch-my-pc-publisher/manage/intune-tabs/intune-options/publishing-options.md) for more information about each option.
{% endhint %}

<figure><img src="/files/yuvkMDTDo5AziIMX8N9Z" alt="Override Win32 Options" width="563"><figcaption></figcaption></figure>

3. Configure the required settings to override the global behavior.
4. Click **OK** to save the configuration.

The override is evaluated and applied during the next Publisher [synchronization](/patch-my-pc-publisher/manage/sync-schedule-tab.md) and affects only the selected vendor or product.


---

# 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/customizations/list-customizations/override-win32-options.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.
