cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chad_unbehaun
Level 2

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,
Labels (1)
0 Kudos
(0) Replies