I want to use Sign Tool from Windows SDK on my Excel Add-in project.
The signing works fine on the installer, but when I try on the dll-files it has no effect. I tried signing the vsto-file instead but then I get "This file format cannot be signed because it is not recognized".
The signing certificate is on a usb-dongle and I use the following command for the signing:
C:\Program Files (x86)\Windows Kits\10\bin\x86\signtool.exe" sign /debug /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a myInstaller.exe
What am I missing here?