How to Create MSI installer using Command Line with WIX

279 views Asked by At

I have tried to use Wix and the following command :

candle 
light

here we need to create a .wxs file which I have already done but am unable to create MSI.

I have a doubt, I have my project which I have built it using MSBuild and now I need to create the MSI but I am unable to do it, how to provide my project binaries PATH to Wix?

0

There are 0 answers