Wix project template for Visual Studio Express versions?

大憨熊 提交于 2019-12-01 09:20:11

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.

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.

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