Can Wix Heat tool harvest files in two different folders?

220 Views Asked by At

I am using Harvest script which will take the files from a folder and deploy it to one of the folder. Now we have a requirement that 9 files from this folder needs to be deployed to one folder and one file needs to be deployed to otheer folder. I am using XSLT transformation but could not succeed. Can some one suggest how to do it?

Lines of code used to harvest my files

&"$Env:WIX\bin\heat.exe" dir "$dirForPrintedGuides" -cg CG_SPI_PRINTED_GUIDES -gg -sfrag -srd -sreg -var var.DocPrintedGuidesFolder -dr Inst_Help -t "$PSScriptRoot\FilterHarvestDocumentation.xslt"-out "$DocumentationPrintedGuidesHarvest"
0

There are 0 best solutions below