Web Setup, where there is no IDE in the build server.
Hi,
How can I make the Team Build to produce Web Setup (MSI) where there is no Visual Studio IDE in the build server?
Thanks,
Visagan.
Hi,
How can I make the Team Build to produce Web Setup (MSI) where there is no Visual Studio IDE in the build server?
Thanks,
Visagan.
You might look into using WIX - http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=467321&SiteID=1.
Also - there are already a lot of posts on this forum regarding creating MSIs using both Devenv and WIX, so you might tright searching for "MSI" or "WIX" to find out what other people have done.
-Aaron