Demitrius Nelon
Demitrius Nelon
https://github.com/microsoft/winget-cli/blob/5a97e26ba3efb6b1f0d5997ec9de7d16b8fa52b9/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json#L354-L357
How about from #1073: ```YAML ProgramsAndFeaturesEntries: - Name: Foo Publisher: Contoso Version: 1.2.3 ProductCode: "{AAAAA-AAAAA-AAAAA-AAAAA-AAAAA}" UpgradeCode: "{ABAAA-ABAAA-ABAAA-ABAAA-ABAAA}" - Name: FooService Publisher: Contoso Version: 2.3.4 ProductCode: "{BBBBB-BBBBB-BBBBB-BBBBB-BBBBB}" UpgradeCode: "{BCBBB-BCBBB-BCBBB-BCBBB-BCBBB}" ```
https://github.com/microsoft/winget-cli/blob/5a97e26ba3efb6b1f0d5997ec9de7d16b8fa52b9/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json#L409-L411
The remaining work on this feature is to have the Windows Package Manager client leverage the MSI UpgradeCode.
You likely need to include the version since it is part of the "Name". For example: `winget uninstall "PyCharm Community Edition 2021.3.3"` I'm guessing since there are three packages with...
This does seem a bit strange. I think it may be another edge case we need to look at, or potentially an ask for JetBrains to improve install and /...
I could see that potentially being a problem when we support installing to different locations.
This is a case where the "Display Name" doesn't match the "Version". We've got some enhancements coming so we can display the "Display Name" and still manage upgrades from the...
The binary name in this case is based on the "marketing version" or "display version" in Windows Apps & Features or Add/Remove Programs. The value highlighted in yellow is the...
For now, I wouldn't worry about it. The .NET team is ramping up to start generating all their manifests, and the changes coming for "AppsAndFeatures" should alleviate most of the...