瀏覽代碼

Mention signtool.exe /as is new (present in 8.1 SDK).

Martijn Laan 9 年之前
父節點
當前提交
5fc74c0065
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ishelp/isetup.xml

+ 1 - 0
ishelp/isetup.xml

@@ -4945,6 +4945,7 @@ SignTool=byparam signtool.exe sign /a /n $qMy Common Name$q /t http://timestamp.
 <pre>
 [Setup]
 SignTool=mycustom sign /a /n $qMy Common Name$q /fd sha1 /t http://timestamp.comodoca.com/authenticode /d $qMy Program$q $f
+;the /as parameter in the following SignTool requires a recent signtool.exe version
 SignTool=mycustom sign /a /n $qMy Common Name$q /as /fd sha256 /tr http://timestamp.comodoca.com/rfc3161 /d $qMy Program$q $f
 </pre>
 <p>Note: for security reasons you should give a unique name to any Sign Tool set to <tt>$p</tt>, and not use a <tt>byparam</tt> name copied from this example. Consider what happens if you #include a third-party file that says:</p>