Authenticode-JS
Authenticode-JS copied to clipboard
missing CompanyName as sign attribute from cli
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?