-
At some point between 2020-04-20 and 2020-04-27, the file size, version number, and obviously SHA-1 of the file downloaded from The new SHA-1 value is The smaller
I realize this is an interaction with Microsoft controlled web endpoint. I would expect that the downloaded file be stable from these redistribution download URLs. How can WiX better handle this? Since the download is signed, can the digital signature be checked instead? I'm also not sure how to update the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 17 replies
-
This is a duplicate of #6438. You can run |
Beta Was this translation helpful? Give feedback.
-
I just got .NET Framework 4.8 installation to work in latest production release of WiX, 3.11.2. First, I downloaded https://go.microsoft.com/fwlink/?LinkId=2085155 (web installer, ndp48-web.exe) Then I ran heat.exe on those two as suggested by @rseanhall to find all the certificate info. I ended up with the following NetFx.wxs: `
` Maybe this could help someone who is struggling with the same problem... |
Beta Was this translation helpful? Give feedback.
-
In 2024, the problem is still relevant...
what did @rseanhall mean when said
In 2024 this exe files not installed with WiX Visual Studio extension. |
Beta Was this translation helpful? Give feedback.
This is a duplicate of #6438. You can run
heat.exe payload ndp.exe -o net48.wxs
to get updated values.