Building Setup & Deployment project (.vdproj)

 I am having problems building a setup & deployment project. I've tried to search in the help files but it does not give any details on what settings to use to build the project. With MSBuild selected all projects in the solution except the installer's .msi gets distributed. Without MSBuild checked, nothing gets built but no error gets thrown either. I've tried Deploy under Action as well with no luck. What am i missing?

Hi PJ,

Does the MSI project get built correctly if you explicitly select it in the ‘MSBuild Project’ action? From what I can remember, deployment projects aren’t configured to be built by default, this can be changed in Visual Studio -> Build Menu -> Configuration Manager.

Regards,
Paul.

 When I try to do a MSBuild Project it throws an error without any details. When I select the project file it does come up with a warning: "Failed to load MSBuild project file: Data at the root level is invalid. Line 1, position 1."