浏览代码

Cleanup [ISSigKeys] examples.

Martijn Laan 3 月之前
父节点
当前提交
a375816c33
共有 2 个文件被更改,包括 10 次插入10 次删除
  1. 5 5
      ISHelp/isetup.xml
  2. 5 5
      whatsnew.htm

+ 5 - 5
ISHelp/isetup.xml

@@ -2851,13 +2851,13 @@ Name: "MyKey2; \
 
 <precode>
 [ISSigKeys]
-Name: anna: KeyFile: "anna.ispublickey"; Group: exesigner
-Name: ryan; KeyFile: "ryan.ispublickey"; Group: exesigner
-Name: ivan; KeyFile: "ivan.ispublickey"; Group: docsigner
+Name: "anna": KeyFile: "anna.ispublickey"; Group: "exesigner"
+Name: "vryan"; KeyFile: "ryan.ispublickey"; Group: "exesigner"
+Name: "ivan"; KeyFile: "ivan.ispublickey"; Group: "docsigner"
 ; max is trusted for both exe and doc signing
-Name: max; KeyFile: "max.ispublickey"; Group: exesigner docsigner
+Name: "max"; KeyFile: "max.ispublickey"; Group: "exesigner docsigner"
 ; the boss also has a key
-Name: bosskey; KeyFile: "boss.ispublickey"
+Name: "bosskey"; KeyFile: "boss.ispublickey"
 </precode>
 
 <p>See the <i>Remarks</i> section at the bottom of this topic for some important notes.</p>

+ 5 - 5
whatsnew.htm

@@ -115,13 +115,13 @@ Source: "https://jrsoftware.org/download.php/is.exe?dontcount=1"; DestName: "inn
     <li>Key files are human-readable and can be created using Inno Setup Signature Tool (see below).</li>
     <li>Example section:
       <pre>[ISSigKeys]
-Name: anna: KeyFile: "anna.ispublickey"; Group: exesigner
-Name: ryan; KeyFile: "ryan.ispublickey"; Group: exesigner
-Name: ivan; KeyFile: "ivan.ispublickey"; Group: docsigner
+Name: "anna": KeyFile: "anna.ispublickey"; Group: "exesigner"
+Name: "vryan"; KeyFile: "ryan.ispublickey"; Group: "exesigner"
+Name: "ivan"; KeyFile: "ivan.ispublickey"; Group: "docsigner"
 ; max is trusted for both exe and doc signing
-Name: max; KeyFile: "max.ispublickey"; Group: exesigner docsigner
+Name: "max"; KeyFile: "max.ispublickey"; Group: "exesigner docsigner"
 ; the boss also has a key
-Name: bosskey; KeyFile: "boss.ispublickey"</pre>
+Name: "bosskey"; KeyFile: "boss.ispublickey"</pre>
     </li>
   </ul>
   </li>