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!
More importantly, MSI setup projects are gone from newer versions of Visual Studio. You'll need to move on anyway.
Check here:
http://www.installsite.org/pages/en/msi/authoring.htm
but I don't believe you'll find anything like that. WiX meets your requirements, and 1) There are UI additions you can use if you don't like Xml (such as Wixedit, WixAware) and 2) there is a huge number of WiX samples on the web, and most dev work is copy paste of Xml sections, not typing it all in yourself.