Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wix project template for Visual Studio Express versions?

Tags:

wix

wix3.6

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

like image 930
Goran Avatar asked Feb 20 '26 14:02

Goran


1 Answers

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.

like image 163
harper Avatar answered Feb 22 '26 02:02

harper