Wix project template for Visual Studio Express versions?

后端 未结 2 1018
既然无缘
既然无缘 2021-01-14 11:39

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 integ

2条回答
  •  暖寄归人
    2021-01-14 12:29

    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.

提交回复
热议问题