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
- :
- Re: warning information when sign package
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 03, 2010
01:25 AM
warning information when sign package
Hello,
When I signed my setup.exe with my digital certificate file *.pfx, it will give me some warning message like "A warning occurred while signing 12E.tmp", and then I was looking for build message, I find sign error: "SignTool Error: An error occurred while attempting to timestamp: certificate.msi".
My version is IS2011, does anyone know the reason? because the same digital certificate .pfx file works for the other person.
Thanks,
grace
When I signed my setup.exe with my digital certificate file *.pfx, it will give me some warning message like "A warning occurred while signing 12E.tmp", and then I was looking for build message, I find sign error: "SignTool Error: An error occurred while attempting to timestamp: certificate.msi".
My version is IS2011, does anyone know the reason? because the same digital certificate .pfx file works for the other person.
Thanks,
grace
(8) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 03, 2010
07:14 AM
For the timestamp you need access to the website of the your digital certificate.
have you signed other files without use InstallShield?
have you signed other files without use InstallShield?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 04, 2010
01:53 AM
Hello,
Thanks for your quick response.
Could you plealse let me know which website I need permisstion? Is like below:
http://timestamp.verisign.com/scripts/timstamp.dll
I can not access the link above. please let me know if it is not.How can I get the access.
I did not sign any files without IS2011
Thanks a lot,:)
grace
Thanks for your quick response.
Could you plealse let me know which website I need permisstion? Is like below:
http://timestamp.verisign.com/scripts/timstamp.dll
I can not access the link above. please let me know if it is not.How can I get the access.
I did not sign any files without IS2011
Thanks a lot,:)
grace
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 04, 2010
03:25 AM
You need access to Internet from you local or built machine.
Do you use proxy server?
You can sign files with tool signtool.
Command:
Do you use proxy server?
You can sign files with tool signtool.
Command:
signtool.exe sign /v /f/p /t http://timestamp.verisign.com/scripts/timstamp.dll FileNameToSign
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 08, 2010
08:10 PM
Hello Kike,
I am sure I have access to internet. in my PC, I did not use any proxy, but I am not sure the company whether to have.
I want to use IS2011 sign automatically, because we have lots of tools, it is not a good idear to sign manually.
Do you have any more sugestion?
Thanks a lot
grace
I am sure I have access to internet. in my PC, I did not use any proxy, but I am not sure the company whether to have.
I want to use IS2011 sign automatically, because we have lots of tools, it is not a good idear to sign manually.
Do you have any more sugestion?
Thanks a lot
grace
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 10, 2010
10:42 AM
If the signtool command Kike posted works manually, it should also work when called from InstallShield automatically. If it does not, you can cross-reference with the DigitalSignature element in settings.xml (\Support\0409) and get access to the server, or use an alternate one.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 11, 2010
12:23 AM
Hello MichaelU,
When I tried to use signtool.exe sign /v /f /p /t http://timestamp.verisign.com/scripts/timstamp.dll FileNameToSign to sign manually, it will give error message "The system cannot find the file specified." I replace the .pfx, password and my setup.exe file for the command, it still does not work.
what's your mean about cross-reference, use another server to replace http://timestamp.verisign.com/scripts/timstamp.dll in setting.xml file. could you please supply a new one if it is.
Thanks a lot,
grace
When I tried to use signtool.exe sign /v /f
what's your mean about cross-reference, use another server to replace http://timestamp.verisign.com/scripts/timstamp.dll in setting.xml file. could you please supply a new one if it is.
Thanks a lot,
grace
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 12, 2010
02:06 AM
You try with
<path>\signtool.exe sign /v /f <path\FileName.pfx> /p/t http://timestamp.verisign.com/scripts/timstamp.dll <path>\FileNameToSign
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 17, 2010
03:26 AM
Kike,
Thanks much for your help. I am on vacation these days.
Here is what I get when sign manually The specified timestamp server could not be reached.. The same .pfx can work for my colleague who works in USA, there no any error genereated.
you may see the screenshot below. Hopefully this can help to solve the problem.
Much Thanks,
grace
Thanks much for your help. I am on vacation these days.
Here is what I get when sign manually The specified timestamp server could not be reached.. The same .pfx can work for my colleague who works in USA, there no any error genereated.
you may see the screenshot below. Hopefully this can help to solve the problem.
Much Thanks,
grace