I have a project in Visual Studio
, and I can right click and Clean
Build
and Rebuild
.
How can I do these operations from the command line
i.e. $ wix ....
, or inspect what Visual Studio
is doing in the background, and see what commands it's executing (unless this is integrated in the code/plugin).
Ultimately I prefer MakeFiles
over any Click
operations.