wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

heat not able to pick up new files #5211

Closed wixuser123 closed 8 years ago

wixuser123 commented 8 years ago

Using vs2015, .net 4.6.1, wix 3.10. Directory(Xmldir) which has 103 xml files. Run an executable file (yyy.exe) which produces 200 xml files in Xmldir. Total of 303 xml files

heat cmd in prebuild event on directory(Xmldir). I only see 103 files not 303 files. Prebuild Commands as below:

$(SolutionDir)/yyy.exe (wait 6 seconds so that new 200 xml files are generated and run heat cmd) C:\Program Files (x86)\WiX Toolset v3.10\bin\heat.exe" dir "C:\SourceCode\Xmldir" -template fragment -dr -cg XmlFiles -gg -scom -sreg gl -sfrag -srd -var var.Xlmlfolder -o "../Installer/Xmlfiles.wxs"

barnson commented 8 years ago

Please send support requests to the wix-users mailing list.