File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
wix/WixToolset.Core.WindowsInstaller Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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">
You can’t perform that action at this time.
0 commit comments