MSBuild

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Hi all,
so... I have an automated build process in place with MSBuild and CCNet. I want to add WiX to this to output the build to MSI's. The problem I am having is the order of execution with all these .proj files, wix files and such. I don't know to call what from where. Currently I have a .proj file that builds all of the .net projects and solutions. Where in this process do the wix files go, I don't mean the*physical path. Obviously the build would have to complete first, then call the wix files to package it all, so is this call a task in MSbuild and if so how do I write that out and where do I put it?

More...

View All Our Microsft Related Feeds
 
Back
Top