.NET 4.7.2 with Wix installer fails with : Failed to verify signature of payload: NetFx472Redist #6551
-
After bundling the my application with .NET framework 4.7.2 and installing it I am seeing an error Error 0x80070490: Failed to find expected public key in certificate chain. Appreciate if anyone help me out to find if I am missing something to add in the project. Where I need to manage element referring the PackageGroupRef. The snippet of code I have tried out is string productMsi = project.BuildMsi();
And the NetFx472.wxs file is managed as WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx472MinRelease)"
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you see the existing discussions about this at #6441 and #6528? |
Beta Was this translation helpful? Give feedback.
Did you see the existing discussions about this at #6441 and #6528?