aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-12 22:58:12 -0600
committerGitHub <noreply@github.com>2018-12-12 22:58:12 -0600
commit32b0776eb09c37ab743eb74f3112360f97b1e770 (patch)
treec1287107b93ec432ece22cc8e8713e098d28f48b
parent532adb4a6538a646daa95e1bf90327da8a2fc4a1 (diff)
downloadwix-32b0776eb09c37ab743eb74f3112360f97b1e770.tar.gz
wix-32b0776eb09c37ab743eb74f3112360f97b1e770.tar.bz2
wix-32b0776eb09c37ab743eb74f3112360f97b1e770.zip
Class/@Icon is supported. (#4)
Fixes wixtoolset/issues#2461.
-rw-r--r--src/WixToolset.Data/Xsd/wix.xsd5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/WixToolset.Data/Xsd/wix.xsd b/src/WixToolset.Data/Xsd/wix.xsd
index 4e075cf4..94ff6742 100644
--- a/src/WixToolset.Data/Xsd/wix.xsd
+++ b/src/WixToolset.Data/Xsd/wix.xsd
@@ -6267,7 +6267,7 @@
6267 </html:dd><html:dt>Specific Example (for other value)</html:dt><html:dd> 6267 </html:dd><html:dt>Specific Example (for other value)</html:dt><html:dd>
6268 [HKCR\CLSID\{<html:b>01234567-89AB-CDEF-0123-456789ABCDEF</html:b>}\InprocHandler32]<html:br /> 6268 [HKCR\CLSID\{<html:b>01234567-89AB-CDEF-0123-456789ABCDEF</html:b>}\InprocHandler32]<html:br />
6269 @="<html:b>handler.dll</html:b>" 6269 @="<html:b>handler.dll</html:b>"
6270 </html:dd></html:dl></html:dd><html:dt>Icon/IconIndex</html:dt><html:dd>This is not currently handled properly.</html:dd><html:dt>Insertable</html:dt><html:dd><html:dl><html:dt>In General</html:dt><html:dd> 6270 </html:dd></html:dl></html:dd><html:dt>Icon/IconIndex</html:dt><html:dt>Insertable</html:dt><html:dd><html:dl><html:dt>In General</html:dt><html:dd>
6271 Value "no" specified:<html:br /> 6271 Value "no" specified:<html:br />
6272 [HKCR\CLSID\{<html:b>Id</html:b>}\NotInsertable]<html:br /> 6272 [HKCR\CLSID\{<html:b>Id</html:b>}\NotInsertable]<html:br />
6273 Value "yes" specified:<html:br /> 6273 Value "yes" specified:<html:br />
@@ -6393,8 +6393,7 @@
6393 <xs:annotation> 6393 <xs:annotation>
6394 <xs:documentation> 6394 <xs:documentation>
6395 The file providing the icon associated with this CLSID. Reference to an Icon element 6395 The file providing the icon associated with this CLSID. Reference to an Icon element
6396 (should match the Id attribute of an Icon element). This is currently not supported if the 6396 (should match the Id attribute of an Icon element).
6397 value of the Advertise attribute is "no".
6398 </xs:documentation> 6397 </xs:documentation>
6399 </xs:annotation> 6398 </xs:annotation>
6400 </xs:attribute> 6399 </xs:attribute>