I am trying to sign my installer with signtool. It is signing perfectly with signtool and it is taking timestamp from the specified timestamp server URL. How can I use the timestamp with offline timestamp Dll.How can I download the timestamp.dll. I didn't find any download links. Please give a download link for timestamp.dll .
The command that I am using (for online timestamp) is:
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\Signtool.exe sign /f mycert.pfx /p mypwd /v /t
http://timestamp.verisign.com/scripts/timstamp.dll
$(TargetDir)Setup.exe"