Skip to content

Add ARM getfilesiginforedist.dll and update installer to install ARM64 extras#4564

Closed
Hernan Martinez (hmartinez82) wants to merge 3 commits intoDevolutions:mainfrom
hmartinez82:ARM64
Closed

Add ARM getfilesiginforedist.dll and update installer to install ARM64 extras#4564
Hernan Martinez (hmartinez82) wants to merge 3 commits intoDevolutions:mainfrom
hmartinez82:ARM64

Conversation

@hmartinez82
Copy link
Copy Markdown

@hmartinez82 Hernan Martinez (hmartinez82) commented Apr 8, 2026

  • I have read the contributing guidelines, and I agree with the Code of Conduct.
  • Have you checked that there aren't other open pull requests for the same changes?
  • Have you tested that the committed code can be executed without errors? No, because it needs signing for testing.
  • This PR is not composed of garbage changes used to farm GitHub activity to enter potential Crypto AirDrops.
    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.dll native binary, copied from https://www.nuget.org/packages/Microsoft.Security.Extensions, version 1.4.0, runtime win-arm64

Feel free to override the file with your own copy, although the file I added in this PR is signed by Microsoft.

Relates to #2407

@hmartinez82 Hernan Martinez (hmartinez82) changed the title Add missing getfilesiginforedist.dll native binary to output folder in arm64 builds Add ARM getfilesiginforedist.dll and update installer to install ARM64 extras Apr 8, 2026
'/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'),
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mamoreau-devolutions
Copy link
Copy Markdown
Contributor

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?

@hmartinez82
Copy link
Copy Markdown
Author

Hernan Martinez (hmartinez82) commented Apr 9, 2026

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.

@mamoreau-devolutions
Copy link
Copy Markdown
Contributor

this is now addressed by #4567 - thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants