setlog / trivrost

A repurposable application-downloader and -launcher
https://setlog.github.io/trivrost/
MIT License
39 stars 4 forks source link

Productname not set correctly for 'example company' in AppLocker #30

Open dragetd opened 5 years ago

dragetd commented 5 years ago

Windows is reading infos from the signature metadata. But somehow, now everything from SignTool is propagated correctly:

image

This is from the AppLocker dialog which allows creating rules based on signatures. Moving the slider upwards replaced the fields with wildcards (*) and thus allows how broadly the rule applies. With a correct product name this would be a bit more pretty.

We tried passing it via /n of the signtool, assuming what AppLocker shows is related to the certificate. It is unclear if it is the certificate or the versioninfo metadata. We set the versioninfo metadata and it is visible under file properties, but not in Applocker.

dragetd commented 3 years ago

Maybe this will resolve itself if we update our signing process, which we are also thinking about.