> 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-right-click-options/show-package-info.md).

# Show Package Info

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

## Overview

The **Show package info** option displays detailed update information for the currently synchronized catalog in the Publisher. This information is read only and reflects the latest metadata available from the Patch My PC catalog.

<figure><img src="/files/nsO73Co1wZDjY1ZOICuS" alt="Show Package Info" width="521"><figcaption></figcaption></figure>

When selected for a single product, the option displays the specific package information for that product as defined in the Patch My PC catalog.&#x20;

When selected at the All Products or Vendor level, the option shows package information for all applicable products within the scope. This allows you to review update details across multiple products at once.

## Package Details window

The Package Details window displays the package metadata for the selected scope in the Publisher. This view is opened when the Show package info option is selected.

<figure><img src="/files/9vLPN4Qk2Upob6Inxu5p" alt="Package Details" width="563"><figcaption></figcaption></figure>

The grid shows one row per available package based on the current product tree selection. The information shown reflects what is in the latest Patch My PC catalog.

* **Vendor** shows the software publisher associated with the update.
* **Title** shows the product name, version, and architecture of the update package.
* **File** shows the installer file name that will be downloaded and used during deployment.
* **File Size** shows the size of the installer file.
* **Command Line** shows the silent installation arguments that the Publisher will use when installing or updating the application.
* **Digest** shows the Base64 encoded SHA1 file hash used to validate the integrity of the installer.

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

This information is useful when validating that you have the correct installer file while publishing a binary free application and manually placing the installer in the [Local Content Repository](/patch-my-pc-publisher/administration/advanced/local-content-repository.md).
{% endhint %}

At the bottom of the window, the status text confirms the currently selected product scope. The **Export** button allows the package details to be saved for reference. The **Close** button exits the window.


---

# 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-right-click-options/show-package-info.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.
