我使用维克斯3.5的最新版本和我想要生成使用heat.exe片段文件.命令行是:
"%WIX%\bin\heat.exe" project "MyProj.csproj" -pog Binaries -pog Content -suid -directoryid
INSTALLLOCATION -ag -template fragment -out "Files.wxs"
Run Code Online (Sandbox Code Playgroud)
我遇到的问题是生成的文件中缺少我的项目所依赖的程序集.这是预期的行为吗?我该如何添加它们?
我应该使用dir收获类型吗?如何删除*.pdb或*.vshost.exe呢?
我想将它与CI服务器(TeamCity)一起使用
编辑:我尝试过-pog Satellites,也没用