Wix的源代码有两种方式可以获得,以3.8为例:

通过第二种方式获得的代码是可以正常加载到VisualStudio的。

但是通过第一种方式获得的源代码,当用VisualStudio打开会发现项目无法加载,错误消息提示“WixBuild.targets not found”.因为这是给debug用的,而不是用来build的,两者的目录结构不同。

相关文章:

  • 2021-09-18
  • 2021-07-14
  • 2022-01-25
  • 2021-12-03
  • 2021-09-08
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2021-11-29
  • 2022-12-23
  • 2021-11-20
  • 2021-10-20
相关资源
相似解决方案