Add ARM getfilesiginforedist.dll and update installer to install ARM64 extras#4564
Add ARM getfilesiginforedist.dll and update installer to install ARM64 extras#4564Hernan Martinez (hmartinez82) wants to merge 3 commits intoDevolutions:mainfrom
getfilesiginforedist.dll and update installer to install ARM64 extras#4564Conversation
getfilesiginforedist.dll native binary to output folder in arm64 buildsgetfilesiginforedist.dll and update installer to install ARM64 extras
| '/passive /norestart', | ||
| 'Visual C++ 2015-2022 Redistributable (x64)' + Dependency_ArchTitle, | ||
| Dependency_String('https://aka.ms/vs/17/release/vc_redist.x64.exe', 'https://aka.ms/vs/17/release/vc_redist.x64.exe'), | ||
| Dependency_String('https://aka.ms/vc14/vc_redist.x64.exe', 'https://aka.ms/vc14/vc_redist.x64.exe'), |
There was a problem hiding this comment.
See note for x64 Installer at https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version and why it can be used on ARM64 too.
|
Thanks, getfilesiginforedist.dll is that last thing that eluded me for arm64. I'll see about getting the gsudo patches done in the right place tomorrow, then I'll release the gsudo nuget, and then we can update it in UniGetUI. Do you understand what this DLL is truly used for? |
|
I take it's native code that goes with the Microsoft.Security.Extensions managed code? probably for checking if a file passes authenticode validation. I've never used that NuGet package myself. |
|
this is now addressed by #4567 - thanks for the help! |
Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile breaks other features, or does not introduce any useful changes. I appreciate your understanding.
Adds the missing ARM64
getfilesiginforedist.dllnative binary, copied from https://www.nuget.org/packages/Microsoft.Security.Extensions, version 1.4.0, runtimewin-arm64Feel free to override the file with your own copy, although the file I added in this PR is signed by Microsoft.
Relates to #2407