Skip to content
Discussion options

You must be logged in to vote

Assuming you have Heat set up in your project file, you could set the HarvestDirectoryGenerateGuidsNow property to true and HarvestDirectoryAutogenerateGuids to false in your property group:

<PropertyGroup>
		<HarvestDirectoryGenerateGuidsNow>True</HarvestDirectoryGenerateGuidsNow>
		<HarvestDirectoryAutogenerateGuids>False</HarvestDirectoryAutogenerateGuids>
</PropertyGroup>

May be worth checking out https://wixtoolset.org/docs/tools/heat/, which has a complete listing of properties you can set for Heat.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by EvgenPervenenko
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants