aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-11-19 15:17:31 -0500
committerBob Arnson <github@bobs.org>2025-12-13 15:53:50 -0500
commitcc7761ee19ad4bf6bfed5094b8af309a6638c79f (patch)
tree405e79ab046ad9b86df68252272e0c43849a14ec
parentd4adc03c4fc9bf4eeef5ad44ec586f2151612617 (diff)
downloadwix-cc7761ee19ad4bf6bfed5094b8af309a6638c79f.tar.gz
wix-cc7761ee19ad4bf6bfed5094b8af309a6638c79f.tar.bz2
wix-cc7761ee19ad4bf6bfed5094b8af309a6638c79f.zip
Files in per-user package cause ICE errors.
Fixes https://github.com/wixtoolset/issues/issues/8633
-rw-r--r--src/xsd/wix.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd
index cc0bc1dc..05de58c6 100644
--- a/src/xsd/wix.xsd
+++ b/src/xsd/wix.xsd
@@ -8972,6 +8972,10 @@
8972 <xs:annotation> 8972 <xs:annotation>
8973 <xs:documentation> 8973 <xs:documentation>
8974 Authoring to define the set of files to be harvested for inclusion in a package. 8974 Authoring to define the set of files to be harvested for inclusion in a package.
8975
8976 Note that using `Files` in per-user packages generates components and files that
8977 do not pass ICE validation. The preferred solution is to use per-user-or-machine
8978 or per-machine-or-user packages.
8975 </xs:documentation> 8979 </xs:documentation>
8976 </xs:annotation> 8980 </xs:annotation>
8977 <xs:complexType> 8981 <xs:complexType>