diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-10-15 21:31:29 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-11-02 11:48:43 -0800 |
| commit | edcad27d89bf80e3334bdbb5982f2138c2ff2b1f (patch) | |
| tree | ce8b7c95df8a5819512ea9568e83857331059189 | |
| parent | a2ac796b54413741905f2c1729995628419c9605 (diff) | |
| download | wix-edcad27d89bf80e3334bdbb5982f2138c2ff2b1f.tar.gz wix-edcad27d89bf80e3334bdbb5982f2138c2ff2b1f.tar.bz2 wix-edcad27d89bf80e3334bdbb5982f2138c2ff2b1f.zip | |
Minor fixes in docs
| -rw-r--r-- | src/xsd/firewall.xsd | 4 | ||||
| -rw-r--r-- | src/xsd/wix.xsd | 38 |
2 files changed, 30 insertions, 12 deletions
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 @@ | |||
| 190 | <xs:annotation> | 190 | <xs:annotation> |
| 191 | <xs:documentation> | 191 | <xs:documentation> |
| 192 | Identifier of a File to be granted access through the firewall. By default, | 192 | Identifier of a File to be granted access through the firewall. By default, |
| 193 | all incoming ports and protocols are allowed unless the Port and.or Protocol | 193 | all incoming ports and protocols are allowed unless the Port and/or Protocol |
| 194 | attributes are specified. | 194 | attributes are specified. |
| 195 | 195 | ||
| 196 | If you use File, you cannot also use Program. | 196 | If you use File, you cannot also use Program. |
| @@ -202,7 +202,7 @@ | |||
| 202 | <xs:annotation> | 202 | <xs:annotation> |
| 203 | <xs:documentation> | 203 | <xs:documentation> |
| 204 | Path to a target program to be granted access through the firewall. By default, | 204 | Path to a target program to be granted access through the firewall. By default, |
| 205 | all incoming ports and protocols are allowed unless the Port and.or Protocol | 205 | all incoming ports and protocols are allowed unless the Port and/or Protocol |
| 206 | attributes are specified. | 206 | attributes are specified. |
| 207 | 207 | ||
| 208 | Note that this is a formatted field, so you can use [#fileId] | 208 | 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 @@ | |||
| 5419 | <xs:element name="PermissionEx"> | 5419 | <xs:element name="PermissionEx"> |
| 5420 | <xs:annotation> | 5420 | <xs:annotation> |
| 5421 | <xs:documentation> | 5421 | <xs:documentation> |
| 5422 | Sets ACLs on File, Registry, or CreateFolder. When under a Registry element, this cannot be used | 5422 | Sets ACLs on File, Registry, CreateFolder, or ServiceInstall. When under a Registry element, this cannot be used |
| 5423 | if the Action attribute's value is remove or removeKeyOnInstall. This element is only available | 5423 | if the Action attribute's value is remove or removeKeyOnInstall. This element is only available |
| 5424 | when installing with MSI 5.0. For downlevel support, see the PermissionEx element from the | 5424 | when installing with MSI 5.0. For downlevel support, see the PermissionEx element from the |
| 5425 | WixUtilExtension. | 5425 | WixUtilExtension. |
| 5426 | </xs:documentation> | 5426 | </xs:documentation> |
| 5427 | <xs:appinfo> | 5427 | <xs:appinfo> |
| 5428 | <xse:msiRef table="MsiLockPermissionsEx" href="http://msdn.microsoft.com/library/aa369774.aspx" /> | 5428 | <xse:msiRef table="MsiLockPermissionsEx" href="http://msdn.microsoft.com/library/aa369774.aspx" /> |
| 5429 | </xs:appinfo> | 5429 | </xs:appinfo> |
| @@ -7539,6 +7539,15 @@ | |||
| 7539 | <xse:msiRef table="ServiceControl" href="http://msdn.microsoft.com/library/aa371634.aspx" /> | 7539 | <xse:msiRef table="ServiceControl" href="http://msdn.microsoft.com/library/aa371634.aspx" /> |
| 7540 | </xs:appinfo> | 7540 | </xs:appinfo> |
| 7541 | </xs:annotation> | 7541 | </xs:annotation> |
| 7542 | <xs:complexType> | ||
| 7543 | <xs:attribute name="Value" type="xs:string"> | ||
| 7544 | <xs:annotation> | ||
| 7545 | <xs:documentation> | ||
| 7546 | A Formatted value for the Service argument. | ||
| 7547 | </xs:documentation> | ||
| 7548 | </xs:annotation> | ||
| 7549 | </xs:attribute> | ||
| 7550 | </xs:complexType> | ||
| 7542 | </xs:element> | 7551 | </xs:element> |
| 7543 | <xs:element name="ServiceControl"> | 7552 | <xs:element name="ServiceControl"> |
| 7544 | <xs:annotation> | 7553 | <xs:annotation> |
| @@ -7613,13 +7622,22 @@ | |||
| 7613 | <xs:element name="RequiredPrivilege" type="xs:string"> | 7622 | <xs:element name="RequiredPrivilege" type="xs:string"> |
| 7614 | <xs:annotation> | 7623 | <xs:annotation> |
| 7615 | <xs:documentation> | 7624 | <xs:documentation> |
| 7616 | Privilege required by service configured by ServiceConfig parent. Valid values are a <html:a href="http://msdn.microsoft.com/en-us/library/bb530716.aspx">privilege constant</html:a> or a | 7625 | Privilege required by service configured by ServiceConfig parent. |
| 7617 | Formatted property that resolves to a privilege constant. | ||
| 7618 | </xs:documentation> | 7626 | </xs:documentation> |
| 7619 | <xs:appinfo> | 7627 | <xs:appinfo> |
| 7620 | <xse:msiRef table="MsiServiceConfig" href="https://learn.microsoft.com/en-us/windows/win32/msi/msiserviceconfig-table" /> | 7628 | <xse:msiRef table="MsiServiceConfig" href="https://learn.microsoft.com/en-us/windows/win32/msi/msiserviceconfig-table" /> |
| 7621 | </xs:appinfo> | 7629 | </xs:appinfo> |
| 7622 | </xs:annotation> | 7630 | </xs:annotation> |
| 7631 | <xs:complexType> | ||
| 7632 | <xs:attribute name="Name" type="xs:string"> | ||
| 7633 | <xs:annotation> | ||
| 7634 | <xs:documentation> | ||
| 7635 | Valid values are a <html:a href="http://msdn.microsoft.com/en-us/library/bb530716.aspx">privilege constant</html:a> or a | ||
| 7636 | Formatted property that resolves to a privilege constant. | ||
| 7637 | </xs:documentation> | ||
| 7638 | </xs:annotation> | ||
| 7639 | </xs:attribute> | ||
| 7640 | </xs:complexType> | ||
| 7623 | </xs:element> | 7641 | </xs:element> |
| 7624 | <xs:element name="ServiceConfig"> | 7642 | <xs:element name="ServiceConfig"> |
| 7625 | <xs:annotation> | 7643 | <xs:annotation> |
| @@ -8972,9 +8990,9 @@ | |||
| 8972 | <xs:annotation> | 8990 | <xs:annotation> |
| 8973 | <xs:documentation> | 8991 | <xs:documentation> |
| 8974 | A file-selection pattern that can include directory names, file names, and wildcards. | 8992 | A file-selection pattern that can include directory names, file names, and wildcards. |
| 8975 | 8993 | ||
| 8976 | We recommend that patterns be fully-qualified, absolute paths, | 8994 | We recommend that patterns be fully-qualified, absolute paths, |
| 8977 | preferably via named bind path. You can also use preprocessor | 8995 | preferably via named bind path. You can also use preprocessor |
| 8978 | variables or unnamed bind paths to create absolute paths. | 8996 | variables or unnamed bind paths to create absolute paths. |
| 8979 | 8997 | ||
| 8980 | If the pattern is a relative path, it is interpreted as relative to either: | 8998 | If the pattern is a relative path, it is interpreted as relative to either: |
