Browse Source

Cleanup example [ISSigKeys] sections.

Martijn Laan 4 months ago
parent
commit
292179d6fa
2 changed files with 11 additions and 3 deletions
  1. 4 1
      Examples/CodeDownloadFiles.iss
  2. 7 2
      ISHelp/isetup.xml

+ 4 - 1
Examples/CodeDownloadFiles.iss

@@ -21,7 +21,10 @@ UninstallDisplayIcon={app}\MyProg.exe
 OutputDir=userdocs:Inno Setup Examples Output
 OutputDir=userdocs:Inno Setup Examples Output
 
 
 [ISSigKeys]
 [ISSigKeys]
-Name: mykey; KeyID: def020edee3c4835fd54d85eff8b66d4d899b22a777353ca4a114b652e5e7a28; PublicX: 515dc7d6c16d4a46272ceb3d158c5630a96466ab4d948e72c2029d737c823097; PublicY: f3c21f6b5156c52a35f6f28016ee3e31a3ded60c325b81fb7b1f88c221081a61
+Name: "mykey"; \
+  KeyID:   "def020edee3c4835fd54d85eff8b66d4d899b22a777353ca4a114b652e5e7a28"; \
+  PublicX: "515dc7d6c16d4a46272ceb3d158c5630a96466ab4d948e72c2029d737c823097"; \
+  PublicY: "f3c21f6b5156c52a35f6f28016ee3e31a3ded60c325b81fb7b1f88c221081a61"
 
 
 [Files]
 [Files]
 ; Place any regular files here
 ; Place any regular files here

+ 7 - 2
ISHelp/isetup.xml

@@ -2783,8 +2783,13 @@ Type: files; Name: "{win}\MYPROG.INI"
 
 
 <precode>
 <precode>
 [ISSigKeys]
 [ISSigKeys]
-Name: "MyKey1; KeyID: "def0147c3bbc17ab99bf7b7a9c2de1390283f38972152418d7c2a4a7d7131a38"; KeyFile: "MyKey1.ispublickey"
-Name: "MyKey2; KeyID: "def020edee3c4835fd54d85eff8b66d4d899b22a777353ca4a114b652e5e7a28"; PublicX: "515dc7d6c16d4a46272ceb3d158c5630a96466ab4d948e72c2029d737c823097"; PublicY: "f3c21f6b5156c52a35f6f28016ee3e31a3ded60c325b81fb7b1f88c221081a61"
+Name: "MyKey1; \
+  KeyID:   "def0147c3bbc17ab99bf7b7a9c2de1390283f38972152418d7c2a4a7d7131a38"; \
+  KeyFile: "MyKey1.ispublickey"
+Name: "MyKey2; \
+  KeyID:   "def020edee3c4835fd54d85eff8b66d4d899b22a777353ca4a114b652e5e7a28"; \
+  PublicX: "515dc7d6c16d4a46272ceb3d158c5630a96466ab4d948e72c2029d737c823097"; \
+  PublicY: "f3c21f6b5156c52a35f6f28016ee3e31a3ded60c325b81fb7b1f88c221081a61"
 </precode>
 </precode>
 
 
 <p>See the <i>Remarks</i> section at the bottom of this topic for some important notes.</p>
 <p>See the <i>Remarks</i> section at the bottom of this topic for some important notes.</p>