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

Add HarvestDirectory helper to the WixHelper Library #1179

Merged
merged 1 commit into from
Mar 24, 2016

Conversation

BoeseB
Copy link

@BoeseB BoeseB commented Mar 15, 2016

The HarvestDirectory helper uses the Heat tool to harvest the contents
of a specified directory to create a *.wxs file, which contais a
component to include in your WiX-Installer project

I like to keep all my files in a seperate wxs file. To generate this file i use the heat tool. I couldn't find any support for this in the current WixHelper of fake, so here it is. A basic implementation of a helper to call Heat.

Its tailored for my need, so if you got any suggestions how to improve it i will happy to hear about it =)

The HarvestDirectory helper uses the Heat tool to harvest the contents
of a specified directory to create a *.wxs file, which contais a
component to include in your WiX-Installer project
@forki forki merged commit 08d1eaa into fsprojects:master Mar 24, 2016
@forki
Copy link
Member

forki commented Mar 24, 2016

thank a lot!

@BoeseB BoeseB deleted the WixHeatHelper branch March 24, 2016 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants