0

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.

Bob Arnson
  • 21,377
  • 2
  • 40
  • 47
Wayne
  • 3,359
  • 3
  • 30
  • 50
  • I was having the same issue, and I fixed in this way. Given the main wxs named Package.wxs, I ran `wix build -src ExampleComponents.wxs -src Folders.wxs .\Package.wxs -o Test.msi -loc .\Package.en-us.wxl` and it did the same that would have been done by VS. Hope it helps! – ff8mania Aug 23 '23 at 22:04
  • Is this what you are looking for? https://wixtoolset.org/docs/tools/wixexe/ – Tarazed Aug 29 '23 at 13:12

0 Answers0