diff options
| author | Bob Arnson <bob@firegiant.com> | 2025-07-13 22:42:50 -0400 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-10-08 11:24:15 -0700 |
| commit | 323a476128a4bc18b54e8e817f2747c6ab00e546 (patch) | |
| tree | bd34cc7c824f795f14cdde08b8d9378ddaa724ae /src | |
| parent | 9e6443d270e58db21605f843af43e1fecb6ab3c3 (diff) | |
| download | wix-323a476128a4bc18b54e8e817f2747c6ab00e546.tar.gz wix-323a476128a4bc18b54e8e817f2747c6ab00e546.tar.bz2 wix-323a476128a4bc18b54e8e817f2747c6ab00e546.zip | |
Cleanup, typos, documentation, oh my!
Diffstat (limited to 'src')
| -rw-r--r-- | src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs | 2 | ||||
| -rw-r--r-- | src/xsd/wix.xsd | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs b/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs index 8320bb0a..66d4ec0e 100644 --- a/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs +++ b/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs | |||
| @@ -58,7 +58,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 58 | subStorages = command.Execute(); | 58 | subStorages = command.Execute(); |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | // Create WindowsInstallerData with patch metdata and transforms as sub-storages | 61 | // Create WindowsInstallerData with patch metadata and transforms as sub-storages |
| 62 | // and create MSP from that WindowsInstallerData. | 62 | // and create MSP from that WindowsInstallerData. |
| 63 | IBindResult result = null; | 63 | IBindResult result = null; |
| 64 | try | 64 | try |
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"> |
