File not found: http://timestamp.verisign.com/scripts/timstamp.dll
This is what I'm running from the command-line:
"C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\bin\SignTool.exe" sign /f "c:\test\testCert.pfx" /p myPass2 /v "c:\test\Debug\myApp.exe" /t "http://timestamp.verisign.com/scripts/timstamp.dll"
This is the output:
--
The following certificate was selected:
Issued to: My Company
Issued by: Root Agency
Expires: 12/31/2039 3:59:59 PM
SHA1 hash: 442C1EBC4A31DF34EE88833F3D6FA96E8C39A178
Done Adding Additional Store
Attempting to sign: c:\test\Debug\myApp.exe
Successfully signed: c:\test\Debug\myApp.exe
SignTool Error: File not found: /t
SignTool Error: File not found: http://timestamp.verisign.com/scripts/timstamp.dll
Number of files successfully Signed: 1
Number of warnings: 0
Number of errors: 2
--
Thanks.

