diff options
| author | Bob Arnson <bob@firegiant.com> | 2025-11-19 15:17:31 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2025-11-19 15:17:31 -0500 |
| commit | 3d7f6fbe60f44a946e012e2b7177b8acaad811e0 (patch) | |
| tree | 95d4aefe05406aea07f15d36fad91f1ab312a6de | |
| parent | d2ef95ff2b492d8794613ed913a74c1b5f5b7762 (diff) | |
| download | wix-bob/FilesPerUserNoICE.tar.gz wix-bob/FilesPerUserNoICE.tar.bz2 wix-bob/FilesPerUserNoICE.zip | |
Files in per-user package cause ICE errors.bob/FilesPerUserNoICE
Fixes https://github.com/wixtoolset/issues/issues/8633
| -rw-r--r-- | src/xsd/wix.xsd | 4 |
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> |
