Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to have .dll files in program files to be signed by publisher (Windows)? #1881

Closed
GHM3434 opened this issue Apr 4, 2024 · 1 comment
Assignees
Milestone

Comments

@GHM3434
Copy link

GHM3434 commented Apr 4, 2024

Hi, Is it possible to have .dll files in C:\program files\imageglass to be signed by a publisher? The installer .exe file is signed by the publisher which is great but WDAC (Windows Defender Application Control) is blocking the program from being opened. I'm not sure exactly which .dll files are needed to be signed but it's a lot of them. So far, the list of .dll that needs to be signed are:

ImageGlass.dll
ImageGlass.Setting.dll
ImageGlass.UI.dll
Microsoft.Extensions.Configuration.CommandLine.dll
Microsoft.Extensions.Configuration.Binder.dll
WicNet.dll
Magick.NET.Core.dll
FileWatcherEx.dll
Magick.NET.SystemDrawing.dll
stopped looking after here..

Would it be too much effort to sign all .dll files in C:\Program Files\ImageGlass ?

System information:

  • Windows OS version: Windows 11 23H2
  • ImageGlass version: 9.0.10.201

To Reproduce

Steps to reproduce the behavior:

  1. Enable WDAC
  2. Install ImageGlass
  3. Open ImageGlass

Actual behavior:

WDAC blocks ImageGlass from opening because various .dll files are not signed

Expected behavior:

Open ImageGlass normally when WDAC is enabled

Screenshots:

Additional context:

@d2phap d2phap modified the milestones: v9.1, v9.0.11 Apr 27, 2024
@d2phap
Copy link
Owner

d2phap commented Apr 30, 2024

DLL files are signed in v9.0.11

@d2phap d2phap closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants