Replies: 1 comment
-
Using your manifest, I get the following output from my test script-
A few things stand out to me -
It seems that local manifest uninstall doesn't use the same correlation as the normal uninstall flow, and I'm not sure why it isn't finding the package, but adding the product code should fix it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm hoping someone can point out what I'm missing here. I've created a simple (?) manifest that will install correctly, but refuses to uninstall. I get the message:
For reference, the application appears in ARP like this...
...and the contents of the manifest files are:
PelikanSoftware.priPrinter.installer.yaml
PelikanSoftware.priPrinter.locale.en-US.yaml
PelikanSoftware.priPrinter.yaml
The
PackageName
andPackageVersion
should match up, but WinGet disagrees. What could be the problem?Beta Was this translation helpful? Give feedback.
All reactions