Forum Discussion
ffederico
May 08, 2023Copper Contributor
MSIX AppInstaller Error: The expected digest value did not match the actual digest value
Hello, I create a msix package to install a wpf application. You can run the msix package from a web application deployed on IIS. I followed a youtube video on https://learn.microsoft.com/en-us/w...
May 24, 2023
80080219 is generally an issue seen when the verification of a signature fails. This could mean, for example, that the machine that you are installing on does not yet trust the certificate (If a self-signed cert it was not installed to the system certificate store trusted root category). I'd start looking there.