Page 1 of 1
InstallAware re-signs signed third-party binaries
Posted: Mon Nov 09, 2015 9:07 pm
by CMarinacci
This is causing a problem for us (and others, I expect) that are including third-party binaries in the install that have already been signed by the company that created them, when using the "Automatically sign" feature on the "Authenticode Signature" page.
Can InstallAware be modified so that it doesn't re-sign binaries that have already been signed?
Thanks,
Chris
Re: InstallAware re-signs signed third-party binaries
Posted: Tue Nov 10, 2015 11:21 am
by FrancescoT
Dear Chris,
in your case you should disable the "Include all executables required for Windows 8 logo" option available in Authenticode settings (SHIFT+CTRL+F11 then "Authenticode Node"). In this way only the setup package will be signed at build time.
Then if needed, use the "InstallAware Code signing tool" (under the Tool folder within the InstallAware "application" start menu) to manually sign each single file that needs an Authenticode stamp.
Regards
Re: InstallAware re-signs signed third-party binaries
Posted: Tue Nov 10, 2015 1:38 pm
by CMarinacci
Hi Francesco,
I realize that I could uncheck the "Include all executables required for Windows 8 logo" box and use the code signing tool to sign each individual binary that I want signed, but it seems to me that a valuable feature for InstallAware (which would be pretty easy to implement as well) is to only sign binaries that aren't already signed when this box is checked. Otherwise, it requires a lot of extra work to call the code signing tool for only those binaries that need to be signed.
Thanks,
Chris
Re: InstallAware re-signs signed third-party binaries
Posted: Wed Nov 11, 2015 12:42 pm
by FrancescoT
Dear Chris,
the tool has to be called just a single time for each single file ...anyway, I'll add your request to our feature's list.
Regards