Request
Allow the deployment name to be separate from the displayName, so we can keep displayNames clean and consistent while still assigning unique deployment names behind the scenes.
Today, Patch My PC pulls the deployment name to match the app displayName, which makes it difficult to maintain clean and consistent naming when creating multiple deployments of the same app.
Examples
7‑Zip:
We currently hard‑code values like installer type and architecture directly into the displayName (e.g., 7‑Zip (MSI‑64‑bit)) just to keep deployments unique.
If we instead rely on %InstallType% in the naming convention, Patch My PC produces:
7‑Zip (MSI‑64‑bit) 25.01 (MSI) – PMPC
This results in duplicate “MSI” entries and inconsistent naming.
Grammarly:
We maintain separate deployments for Install & Update and Update‑Only, and both should share the same displayName.
However, since deployment names must be unique and tied to the displayName, we’re forced to change one of the displayNames unnecessarily.