How can I exclude files from being harvested with heat (WiX 3.5)?

后端 未结 3 2003
遥遥无期
遥遥无期 2021-01-03 20:39

I would like to harvest a folder with a lot of files by using heat.exe. But instead of harvesting all files, I would like to exclude specific file extensions like \"*.txt\"

3条回答
  •  粉色の甜心
    2021-01-03 21:17

    I think the only option for now is to harvest the entire folder and apply a transform to the resulting .wxs file (see -t: switch) to exclude what is not required (txt files in your case). However, I didn't try the 3.5 version of heat (judging based on the 3.0), but I don't think there are changes in this area.

提交回复
热议问题