This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- IsCmdBld is not using correct digital signature URL InstallShield StandAlone 2010
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 24, 2021
02:21 PM
IsCmdBld is not using correct digital signature URL InstallShield StandAlone 2010
Our build has recently broken without change such that the when IsCmdBld is called we are getting the following error strings
Signing file AdjudicatorU.dll...
[03:33:05]Successfully signed: AdjudicatorU.dll
[03:33:05]SignTool Error: An error occurred while attempting to timestamp: AdjudicatorU.dll
[03:33:05]SignTool Error: An error occurred while attempting to timestamp: AdjudicatorU.dll
[03:33:05]SignTool Error: An error occurred while attempting to timestamp: AdjudicatorU.dll
Along with the error, the signing process went from minutes to hours as nice side effect.
As part of my investigation, I was able to see the commandline being passed into signtool from IsCmdBld and http://timestamp.verisign.com/scripts/timstamp.dll is being passed as the /t option. I have updated the settings.xml file to replace the url to <DigitalSignature Timestamp="http://timestamp.digicert.com"/> but the commandline from IsCmdBld does not reflect the new url. We are not doing anything fancy all I am doing to test is run IsCmdBld from the command line as IsCmdBld.exe -p (path)(file).ism
Any help would be greatly appreciated.
Thanks,
(0) Replies