visual studio - Help with one step build all projects + installer (.NET + WiX) -


I have prebuild events on the installer to rebuild projects with appropriate configurations and so on.

If I right-click / rebuild the YX (3.0) project in Visual Studio, it all makes fine, but if I try to run MSBuild on the wixproj file, then pre-build event errors

I can call candles and lights on wixproj instead but it will not run pre-build events.

Prebilled incidents depend on the macros given by VS and I am not sure how to move apart from creating another project and basically just use the project's predefined event which is just hack Yells

Another problem is that I need to manually update the version number from the command line to the YX feed.

I was planning to use only one CSPOZ for handling version number and updating it and just shelling for MSBuild and candle and light, but the problem is that I do not know that How to use the solution directory to code other than hard coding

We edit the project ourselves And by building it with our AutoBuilder , The first to pre-build and post the Build Event easy to use utility to dump (our case).

It leaves us with a nice and juicy construction process, which does not rely on any dangerous hacks in the IDE and gives us full control of where the source comes from and where it comes from Go to components


Comments