2
0
Martijn Laan 4 сар өмнө
parent
commit
f9cc38be51
2 өөрчлөгдсөн 10 нэмэгдсэн , 10 устгасан
  1. 5 5
      ISHelp/isetup.xml
  2. 5 5
      whatsnew.htm

+ 5 - 5
ISHelp/isetup.xml

@@ -2802,13 +2802,13 @@ Name: "MyKey2; \
 
 <precode>
 [ISSigKeys]
-Name: anna: KeyFile: "anna.ispubkey"; Group: exesigner
-Name: ryan; KeyFile: "ryan.ispubkey"; Group: exesigner
-Name: ivan; KeyFile: "ivan.ispubkey"; Group: docsigner
+Name: anna: KeyFile: "anna.ispublickey"; Group: exesigner
+Name: ryan; 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.ispubkey"; Group: exesigner docsigner
+Name: max; KeyFile: "max.ispublickey"; Group: exesigner docsigner
 ; the boss also has a key
-Name: bosskey; KeyFile: "boss.ispubkey"
+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

@@ -52,13 +52,13 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
     <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.ispubkey"; Group: exesigner
-Name: ryan; KeyFile: "ryan.ispubkey"; Group: exesigner
-Name: ivan; KeyFile: "ivan.ispubkey"; Group: docsigner
+Name: anna: KeyFile: "anna.ispublickey"; Group: exesigner
+Name: ryan; 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.ispubkey"; Group: exesigner docsigner
+Name: max; KeyFile: "max.ispublickey"; Group: exesigner docsigner
 ; the boss also has a key
-Name: bosskey; KeyFile: "boss.ispubkey"</pre>
+Name: bosskey; KeyFile: "boss.ispublickey"</pre>
     </li>
   </ul>
   </li>