diff options
author | Bob Arnson <bob@firegiant.com> | 2023-09-10 22:34:56 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-01-08 14:04:21 -0500 |
commit | f676ceeaedbba4125d3e0c691959afcba182d008 (patch) | |
tree | cdf12f0b9c2be3b0eb0b1346d5e07ff6142432d3 /src/setup | |
parent | 44a13ff738267fc7e1147e46cd86df6cdbba7bb3 (diff) | |
download | wix-f676ceeaedbba4125d3e0c691959afcba182d008.tar.gz wix-f676ceeaedbba4125d3e0c691959afcba182d008.tar.bz2 wix-f676ceeaedbba4125d3e0c691959afcba182d008.zip |
Support naked files.
Implements https://github.com/wixtoolset/issues/issues/7696.
`File` elements can appear where `Component` elements do in WiX v4. The
compiler generates an appropriate per-file component. Naked files under
`Directory`, `DirectoryRef`, `Fragment`, `StandardDirectory`, or
`Package` elements are included in a package via the [default-feature
feature](https://github.com/wixtoolset/issues/issues/7581). Naked files
appearing under `ComponentGroup`, `Feature`, `FeatureRef`, and
`FeatureGroup` generate the component and the reference to the parent
element.
Components and naked Files default to being installed to INSTALLFOLDER
(including a default INSTALLFOLDER if one isn't otherwise authored).
Diffstat (limited to 'src/setup')
0 files changed, 0 insertions, 0 deletions