Package name doesn't match the software #423275
|
Long discourse short - Does package name affect anything except winget search? Example : #423270 komac used The "Video Editor" is misleading. Can I change the "Package Name" in the manifest yaml? Is it tied to anything (for updates) or completely separate? It has Inno setup file (.exe). I want the package name in winget search to come up as Gihosoft Video Trimmer. |
Replies: 1 comment 1 reply
|
For this PR, I'd set |
PackageNameisn't the package's upgrade identity—that'sPackageIdentifier—but it isn't search-only. WinGet displays it and also uses name/publisher as fallback correlation with Add/Remove Programs forlist,export, andupgrade.For this PR, I'd set
PackageNameto the product's actual public name (Gihosoft Free Video Cutter), keep the installed ARP name (Gihosoft Video Editor version 2.0.48.0) inAppsAndFeaturesEntries.DisplayName, and retain the existingProductCode. That ProductCode gives WinGet a stronger installed-package match, so the display-name change doesn't create a new package or change its upgrade identity. I wouldn't useVideo Trimmeronly as a search alias; the existingvideo…