mtrojnar / osslsigncode

OpenSSL based Authenticode signing for PE/MSI/Java CAB files
Other
801 stars 131 forks source link

Signing with Inno Setup #392

Closed thommcgrath closed 6 months ago

thommcgrath commented 6 months ago

Unless I am mistaken, Inno Setup and osslsigncode are not compatible. Inno Setup requires that the file be signed in-place / overwritten, and osslsigncode refuses to do so. Could an option be added to osslsigncode to allow overwriting the input file so it can be used with Inno Setup?

mtrojnar commented 6 months ago

Can Inno Setup execute a script for signing?

thommcgrath commented 6 months ago

Yes, and that's my current workaround. It just seems like an unnecessary one.