rem >>> run this batch file to update BinFolder.wxs only when the content of the setup changes cls @echo on set harvest="%WIX%bin\heat.exe" echo/ echo harvesting project to create BinFolder.wxs, please commit this file if there are significant changes in the fileset ! %harvest% dir ..\..\release\DSoilModel -cg ProductComponents -dr INSTALLFOLDER -var var.BinFolder -gg -sfrag -sreg -srd -o BinFolder.wxs >>BuildWixProject.log %harvest% dir ..\..\data\Tutorials -dr TUTORIALSFOLDER -cg Tutorials -var var.TutorialsFolder -gg -sfrag -srd -o Tutorials.wxs >>BuildWixProject.log %harvest% dir ..\..\data\WTISOS2017 -dr WTISOSFOLDER -cg WtiSos -var var.WtiSosFolder -gg -sfrag -srd -o WtiSos.wxs >>BuildWixProject.log echo/ echo Done.