You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Sign VBA macros in Microsoft Office Open XML files and templates: Excel, Word, PowerPoint and Visio (available for Advanced Code Signing)"
description: "Sign VBA macros in binary Microsoft Office files and templates: Project, Publisher, and legacy Excel, Word, PowerPoint and Visio (available for Advanced Code Signing)"
88
88
- element: "`<xml-file>`"
89
-
isContainer: "No"
89
+
isComposite: "No"
90
90
directive: "[`<xml-sign>`](#xml-sign)"
91
91
extensions: ".xml"
92
92
description: "Use this directive to sign XML files using [XMLDSIG](https://www.w3.org/TR/xmldsig-core1/) (available for Advanced Code Signing). File size limit: 2 MB."
description: "Directories within container files. This directive is primarily used to structure further elements within containers, e.g. ZIP, MSI, or other directories. It can also be used to sign ClickOnce files and VSTO add-ins."
Copy file name to clipboardExpand all lines: docs/artifact-configuration/examples.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This configuration works for all PE files.
37
37
38
38
## Signing multiple files
39
39
40
-
### Signing multiple artifacts in a ZIP container
40
+
### Signing multiple artifacts in a ZIP archive
41
41
42
42
You can sign multiple unrelated artifacts by packing them into a single ZIP file.
43
43
@@ -56,7 +56,7 @@ You can sign multiple unrelated artifacts by packing them into a single ZIP file
56
56
57
57
### Deep-signing an MSI installer {#msi-sample}
58
58
59
-
This will sign the PE files `libs/common.dll` and `main.exe`, then re-package their MSI container and sign it too. It also restricts the name of the MSI container file.
59
+
This will sign the PE files `libs/common.dll` and `main.exe`, then re-package their MSI file and sign it too. It also restricts the name of the MSI file.
Copy file name to clipboardExpand all lines: docs/artifact-configuration/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ You can easily sign multiple files by creating a ZIP archive. Use wildcards, ind
51
51
52
52
## Deep signing of nested files
53
53
54
-
Sometimes you need to sign both the container and its contents. For instance, an MSI installer package needs to be signed, but you also want the files it installs to be signed. SignPath can sign both the container and its contents in a single pass if you specify an appropriate artifact configuration. See [here](examples#msi-sample) for an example.
54
+
Sometimes you need to sign both a composite file and its contents. For instance, an MSI installer package needs to be signed, but you also want the files it installs to be signed. SignPath can sign both the composite file and its contents in a single pass if you specify an appropriate artifact configuration. See [here](examples#msi-sample) for an example.
0 commit comments