Reputation: 245
I want to add an .exe to my bundle. This executable depends on 100+ files. IS there a way to add the folder as payload instead of adding each file individually ?
If not, what are the other options to bundle this executable in wix bootstrapper.
Thank you.
Upvotes: 1
Views: 485
Reputation: 1701
There is the HarvestDirectory Target
For a good example how to use it have a look at this
Upvotes: 2