Can you recommend free/opensource installer packages for VS projects?
The setup project in VS2010 does not allow multiple components. Our deployments consist of multiple projects (web app, windows services, desktop apps, etc.).
I had experience with WIX but it requires configuring XML files.
Thanks in advance!
There are plenty of free installation systems - Do you need any open-source (free) one or something which works with Visual Studio?
I can recommend you to use NSIS NSIS (Nullsoft Scriptable Install System) or Inno Setup Inno Setup. These two systems are easy to learn but really powerful, both are script based and very popular. There are many examples, tutorials and huge community around (also here on SO) them.
They can be integrated directly into Visual Studio with Visual & Installer addin (Visual & Installer website) (sorry for little self promo).
Here are few features:
I think currently it is the best Visual Studio solution for creating installers :)