Wix project template for Visual Studio Express versions?

旧时模样 提交于 2019-12-01 06:16:22

问题


Is it possible to use Wix with Express editions? I am interested in 2010/2012 versions. I know I can use candle and light from the command line, but I am interested in integration with IDE


回答1:


The Express versions of VS does not allow to extend the VS with the necessary plug-ins. So you have to stay with the command line.

Alternatively to VS you could try WiXEdit.




回答2:


Actually, if the goal is to have a free installer suite, WiX is perfectly happy installing into Visual Studio Shell Integrated, which is freely available. All features of WiX are available.

The only limitation is you have to open a different instance of Visual Studio in order to build your installer, but I haven't found this to be limiting in the slightest, and in fact I appreciate the separation of concerns.

Of course, another solution these days is to simply use VS Community Edition.



来源:https://stackoverflow.com/questions/13218710/wix-project-template-for-visual-studio-express-versions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!