Reputation: 17737
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?
Upvotes: 1
Views: 2255
Reputation: 65555
You will probably find this very useful.
Automate Releases With MSBuild And Windows Installer XML
and Using the WiX Toolset to Integrate Setup into Your Development Process
Upvotes: 2