> 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/technical-references/list-product-statistics.md).

# List of Product Statistics in the Patch My PC Publisher Product Tree

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

The Product Tree in Patch My PC (PMPC) Publisher includes the following optional *Statistics* that not only help you understand the different types of products and options you have selected, but also to allow you to filter the Product Tree to only show the products that meet a statistic when you click it.

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

Statistics are available in the following tabs of Publisher:

* WSUS Updates
* ConfigMgr Apps
* Intune Apps/Updates
  {% endhint %}

<table><thead><tr><th valign="top">Statistic Name</th><th valign="top">Filter to products...</th></tr></thead><tbody><tr><td valign="top">MSI</td><td valign="top">With an MSI installer</td></tr><tr><td valign="top">EXE</td><td valign="top">With an EXE installer</td></tr><tr><td valign="top">MSP</td><td valign="top">With an MSP patch installer</td></tr><tr><td valign="top">Pre-install</td><td valign="top">With a pre-install script</td></tr><tr><td valign="top">Post-install</td><td valign="top">With a post-install script</td></tr><tr><td valign="top">Transform</td><td valign="top">With a transform file (MST)</td></tr><tr><td valign="top">Custom args</td><td valign="top">With custom install arguments</td></tr><tr><td valign="top">Custom name</td><td valign="top">With a custom name</td></tr><tr><td valign="top">Return codes</td><td valign="top">With custom return codes</td></tr><tr><td valign="top">Logging</td><td valign="top">With logging enabled</td></tr><tr><td valign="top">Manage Conflicting Processes</td><td valign="top">With Manage Conflicting Processes configured</td></tr><tr><td valign="top">Delete shortcut</td><td valign="top">That delete the desktop shortcut</td></tr><tr><td valign="top">Self-updater off</td><td valign="top">With self-updater disabled</td></tr><tr><td valign="top">Metadata only</td><td valign="top">That are metadata-only (no binaries)</td></tr><tr><td valign="top">Paused</td><td valign="top">That are paused</td></tr><tr><td valign="top">Republish</td><td valign="top">Flagged for republish</td></tr><tr><td valign="top">Publish now</td><td valign="top">Flagged for immediate publish</td></tr><tr><td valign="top">Recreate detection</td><td valign="top">Flagged to recreate detection</td></tr></tbody></table>


---

# 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/technical-references/list-product-statistics.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.
