Skip to content

Commit 323a476

Browse files
barnsonrobmen
authored andcommitted
Cleanup, typos, documentation, oh my!
1 parent 9e6443d commit 323a476

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public IBindResult Bind(IBindContext context)
5858
subStorages = command.Execute();
5959
}
6060

61-
// Create WindowsInstallerData with patch metdata and transforms as sub-storages
61+
// Create WindowsInstallerData with patch metadata and transforms as sub-storages
6262
// and create MSP from that WindowsInstallerData.
6363
IBindResult result = null;
6464
try

src/xsd/wix.xsd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,10 @@
13781378
</xs:attribute>
13791379
<xs:attribute name="CacheId" type="xs:string">
13801380
<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>
13821385
</xs:annotation>
13831386
</xs:attribute>
13841387
<xs:attribute name="DisplayName" type="xs:string">

0 commit comments

Comments
 (0)