Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naked files and default feature #458

Closed
wants to merge 2 commits into from
Closed

Naked files and default feature #458

wants to merge 2 commits into from

Conversation

barnson
Copy link
Member

@barnson barnson commented Sep 17, 2023

Implements wixtoolset/issues#7696.
Implements wixtoolset/issues#7581.

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
. Naked files
appearing under ComponentGroup, Feature, FeatureRef, and
FeatureGroup generate the component and the reference to the parent
element.

Implements wixtoolset/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](wixtoolset/issues#7581). Naked files
appearing under `ComponentGroup`, `Feature`, `FeatureRef`, and
`FeatureGroup` generate the component and the reference to the parent
element.
@barnson barnson requested a review from robmen September 17, 2023 20:10
@barnson
Copy link
Member Author

barnson commented Dec 29, 2023

#479

@barnson barnson closed this Dec 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 29, 2023
@robmen robmen deleted the bob/NakedFile branch March 23, 2024 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant