From edcad27d89bf80e3334bdbb5982f2138c2ff2b1f Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 15 Oct 2025 21:31:29 -0700 Subject: Minor fixes in docs --- src/xsd/firewall.xsd | 4 ++-- src/xsd/wix.xsd | 38 ++++++++++++++++++++++++++++---------- 2 files changed, 30 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/xsd/firewall.xsd b/src/xsd/firewall.xsd index fcac0c96..8080f0fe 100644 --- a/src/xsd/firewall.xsd +++ b/src/xsd/firewall.xsd @@ -190,7 +190,7 @@ Identifier of a File to be granted access through the firewall. By default, - all incoming ports and protocols are allowed unless the Port and.or Protocol + all incoming ports and protocols are allowed unless the Port and/or Protocol attributes are specified. If you use File, you cannot also use Program. @@ -202,7 +202,7 @@ Path to a target program to be granted access through the firewall. By default, - all incoming ports and protocols are allowed unless the Port and.or Protocol + all incoming ports and protocols are allowed unless the Port and/or Protocol attributes are specified. Note that this is a formatted field, so you can use [#fileId] diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd index 992c9be1..17111a00 100644 --- a/src/xsd/wix.xsd +++ b/src/xsd/wix.xsd @@ -5419,11 +5419,11 @@ - Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, this cannot be used - if the Action attribute's value is remove or removeKeyOnInstall. This element is only available - when installing with MSI 5.0. For downlevel support, see the PermissionEx element from the - WixUtilExtension. - + Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Registry element, this cannot be used + if the Action attribute's value is remove or removeKeyOnInstall. This element is only available + when installing with MSI 5.0. For downlevel support, see the PermissionEx element from the + WixUtilExtension. + @@ -7539,6 +7539,15 @@ + + + + + A Formatted value for the Service argument. + + + + @@ -7613,13 +7622,22 @@ - Privilege required by service configured by ServiceConfig parent. Valid values are a privilege constant or a - Formatted property that resolves to a privilege constant. + Privilege required by service configured by ServiceConfig parent. + + + + + Valid values are a privilege constant or a + Formatted property that resolves to a privilege constant. + + + + @@ -8972,9 +8990,9 @@ A file-selection pattern that can include directory names, file names, and wildcards. - - We recommend that patterns be fully-qualified, absolute paths, - preferably via named bind path. You can also use preprocessor + + We recommend that patterns be fully-qualified, absolute paths, + preferably via named bind path. You can also use preprocessor variables or unnamed bind paths to create absolute paths. If the pattern is a relative path, it is interpreted as relative to either: -- cgit v1.2.3-55-g6feb