aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-07-13 22:42:50 -0400
committerBob Arnson <bob@firegiant.com>2025-07-13 22:59:37 -0400
commit75adc92b03327a01077690b0af64af9f53b062f0 (patch)
tree55360709be28d728e5c7c73805c7cfae45cc010f
parentbaf02e973f152ddb7d74d90f505cafc0be17c4fd (diff)
downloadwix-bob/Tweaks250713.tar.gz
wix-bob/Tweaks250713.tar.bz2
wix-bob/Tweaks250713.zip
Cleanup, typos, documentation, oh my!bob/Tweaks250713
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs2
-rw-r--r--src/xsd/wix.xsd5
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">