Replies: 1 comment
-
I think that much of the problem is that Burn looks like an exe unless you poke inside the executable, which many people (me included) do not do unless we are curious. What if the InstallerType was updated but the install switches were not unless they include some of the install switches winget uses by default (for example, Burn/Wix/MSI uses |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
Several members of the community have had issues with "matching" failures when using Winget-Create to update their single installer manifests.
For example, when entering the following command:
The output returns:
When comparing with the existing manifest, it shows the Windows SDK installer to be an x86 EXE installer.
How should we handle this scenario? Some users have pointed out that updating a single installer should just "work" since there is nothing else to match to, but we also don't want to overwrite existing metadata if the installerTypes don't match (i.e. switches for exe installers). We want the update command to support autonomously updating as many single-installer packages as possible, but we also don't want to overstep and cause issues by overwriting the manifest. What do people feel is the best solution?
Beta Was this translation helpful? Give feedback.
All reactions