
theone_sumit asked a question.
Hello,
I am facing signing error:SigningHelper: error 0x80072efe while attempting to sign file
My build was working fine till 31 dec 2020. After year change all my installshield builds giving me this error. I tried to sign my exe manually with pfx file which worked fine. But the same signing is not working with installshield. Please suggest me on this. If not the resolution just let me know what this error code means.
Thanks in advance.
Hi @theone_sumit ,
Check your time stamp URL configured in the settings.xml, if you are using old symantec or verisign then you need to update Settings.xml file in <InstallShield_InstallPath>/Support/0409 with new URLs
Before:
<DigitalSignature Timestamp="http://timestamp.verisign.com/scripts/timstamp.dll "/><DigitalSignature TimestampRFC3161="http://sha256timestamp.ws.symantec.com/sha256/timestamp "/>
After:
<DigitalSignature Timestamp="http://timestamp.digicert.com "/><DigitalSignature TimestampRFC3161="http://timestamp.digicert.com "/>
Also install the digital signing patch if you are configured to sign using Digicert server and using older version of InstallShield:
More information on this patch can be found at the below link:
https://community.revenera.com/s/InstallShield-Knowledge-Base/Digital-Signing-Patch-for-InstallShiel...