New package: MSI.MSICenter version 2.0.72 (Uses rotating hash) - #407476
Conversation
|
Validation Pipeline Run WinGetSvc-Validation-148-407476-20260724-1 |
|
Url Validation Error
|
|
Validation Pipeline Run WinGetSvc-Validation-148-407476-20260724-2 |
|
Validation Pipeline Run WinGetSvc-Validation-148-407476-20260724-3 |
Kaleb Luedtke (Trenly)
left a comment
There was a problem hiding this comment.
Because of the existence of PackageFamilyName, it implies the exe actually installs an MSIX package - And this does seem to be the case for the Installer URL.
However, the image you provided indicates that the install was done using an MSI.
AFAIK - AppsAndFeaturesEntries won't solve the issue of the two different install technologies. It's kind of like the old issue that PowerShell had where the version that came pre-installed with Windows was MSIX based but the packages from GitHub were msi based and users were very frustrated that they kept getting the message about An update is available but could not be installed because the install technologies are different.
I wonder if this would have the same issue?
|
I remember from my tests that it was a complicated situation. The .exe indeed installs an MSIX package, which is apparently simply called "MSI Center". However, it also installs an MSI called "MSI Center SDK", but only on the first post-installation run of the MSIX. In an attempt to make Winget detect the app, the plan was to rely on the ProductCode of that "MSI Center SDK". It's mere weeks ago that I began getting a grasp of how ProductCode worked like (after around 14 months), so I probably still don't have a perfect grasp of it. |
|
Trying to think closer in a hurry this morning to see if the "MSI Center SDK" factors could be cut entirely from this PR, which'd address the above worries, it would somehow just make it even less likely to detect existing installs. since the app's main Inno installer is seemingly just a bootstrap for the main UWP app. |
Head branch was pushed to by a user without write access
|
Validation Pipeline Run WinGetSvc-Validation-149-407476-20260802-1 |
45a60f8
into
microsoft:master
|
Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present. |

📖 Description
Added MSI Center.
✅ Checklist
📦 Manifest Checklist
winget validate --manifest <path>(validation guide)winget install --manifest <path>Microsoft Reviewers: Open in CodeFlow