diff options
| author | Bob Arnson <bob@firegiant.com> | 2025-07-13 22:42:50 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2025-07-13 22:59:37 -0400 |
| commit | 75adc92b03327a01077690b0af64af9f53b062f0 (patch) | |
| tree | 55360709be28d728e5c7c73805c7cfae45cc010f /src/xsd | |
| parent | baf02e973f152ddb7d74d90f505cafc0be17c4fd (diff) | |
| download | wix-bob/Tweaks250713.tar.gz wix-bob/Tweaks250713.tar.bz2 wix-bob/Tweaks250713.zip | |
Cleanup, typos, documentation, oh my!bob/Tweaks250713
Diffstat (limited to 'src/xsd')
| -rw-r--r-- | src/xsd/wix.xsd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd index 165f76e3..612a6a45 100644 --- a/src/xsd/wix.xsd +++ b/src/xsd/wix.xsd | |||
| @@ -1378,7 +1378,10 @@ | |||
| 1378 | </xs:attribute> | 1378 | </xs:attribute> |
| 1379 | <xs:attribute name="CacheId" type="xs:string"> | 1379 | <xs:attribute name="CacheId" type="xs:string"> |
| 1380 | <xs:annotation> | 1380 | <xs:annotation> |
| 1381 | <xs:documentation>The identifier to use when caching the package.</xs:documentation> | 1381 | <xs:documentation> |
| 1382 | The identifier to use when caching the package. WiX provides default cache ids---do not override the default unless you | ||
| 1383 | have a specific need and understand the implications. | ||
| 1384 | </xs:documentation> | ||
| 1382 | </xs:annotation> | 1385 | </xs:annotation> |
| 1383 | </xs:attribute> | 1386 | </xs:attribute> |
| 1384 | <xs:attribute name="DisplayName" type="xs:string"> | 1387 | <xs:attribute name="DisplayName" type="xs:string"> |
