构建 wixproj 时运行 Paraffin
我有一个 WiX 项目,它引入了带有大量支持文件的 WiX 片段。
我正在使用 Paraffin 为片段构建 wsx 文件。目前,每当我更改支持文件文件夹时,我都会手动运行一行批处理文件,以使用带有适当参数的石蜡运行。
相反,我希望石蜡作为构建过程的一部分运行。我猜我需要在 .wixproj 文件中添加一些内容,但我实际上不确定是什么。
我该怎么做?
I've got a WiX project which pulls in a WiX Fragment with a load of supporting files.
I'm using Paraffin to build the wsx file for the fragment. At the moment I manually run a one line batch file to run with paraffin with the appropriate arguments whenever I make a change the supporting files folder.
Instead I would like paraffin to run as part of the build process. I'm guessing I need to add something to inside the .wixproj file, but I'm not actually sure what.
How do I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了解决办法:
Found a solution: