Signtool does not work
Status: Inactive
Brought to you by:
bhenden
Compiling in InnoCompiler works fine with signtool but in this case I miss the preprocesser directives functionality of ISTool.
However, if I compile in ISTool, I get the error "Value of [Setup] section directive "SignTool" is invalid.
[Setup]
(..)
SignedUninstaller=true
SignedUninstallerDir=/temp
SignTool=mysigntool sign /f $qd:\data\MyCertFile.pfx$q /p $qMyCertPaassword$q /d $qMyProgramName$q /t $qhttp://timestamp.globalsign.com/scripts/timstamp.dll$q /du $qhttp://www.MyHomepage.com$q $f
--
Screenshot of how I configured signtool in the IDE: http://screencast.com/t/rFU6bZY0TLg
Any help would be very much appreciated.