File harvesting with FireGiant.HeatWave.BuildTools in .wixlib without defining <Directory> #9164
Unanswered
annapurnasomarouthu
asked this question in
Questions
Replies: 2 comments
-
@robmen |
Beta Was this translation helpful? Give feedback.
0 replies
-
That should just work, but for advanced harvesting, you'll want to follow up with FireGiant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I’m experimenting with the new file harvesting approach supported in WiX v5.0.2.
In my .wixlib project I’ve installed
FireGiant.HeatWave.BuildTools.wixext
and added code like this:The project builds successfully, but no files are harvested.
When I add a real element in the project, harvesting works as expected.
However, in my design the directory structure is defined in the MSI project, not in the .wixlib.
So in the .wixlib I only want to reference the directory like this:
<DirectoryRef Id="ContentFolder" />
Question:
Is there a way to use the new fg:HarvestFolder approach in a .wixlib where the is not defined, and only a is available (with the actual directory structure provided by the consuming MSI project)?
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions