Visual-studio – WiX – Create MSI using msbuild

msbuildvisual-studio-2008votivewix

Hi I have a Wix (Votive) Visual Studio project which creates an MSI from my WiX file.

I want to integrate this into our continuous integration by putting into an msbuild script.

Reading the project source file did not help and could not find any clear info from google.

How do I create an MSI using a WiX (wsx) script from an MSBuild script?

Related Topic