Authenticode-JS icon indicating copy to clipboard operation
Authenticode-JS copied to clipboard

missing CompanyName as sign attribute from cli

Open si458 opened this issue 3 years ago • 0 comments

when i read node.exe the is an attribute for the companyname which gets shows in Windows Explorer when you hover over the file

~FileVersion: '16.16.0.0'
~ProductVersion: '16.16.0.0'
CompanyName: 'Node.js'
FileDescription: 'Node.js JavaScript Runtime'
FileVersion: '16.16.0'
InternalName: 'node'
LegalCopyright: 'Copyright Node.js contributors. MIT license.'
OriginalFilename: 'node.exe'
ProductName: 'Node.js'
ProductVersion: '16.16.0'

this cannot be changed currently using authenticode-js from the cli, but it can be changed programmatically exehandler.setVersionInfo({ CompanyName: "My Company Ltd" }); or using other software please can this be added to the cli?

si458 avatar Aug 23 '22 12:08 si458