Hello!
Recently I've got a new task and still cannot find appropriate answer :(
I need to build web setup project (I know, it's easy with VS web setup tools), but it should be distributed as a part of bigger setup project. I've never did it before, but I think there are two ways to install my web applications during big installation process:
1) create merge module project (I think it is right solution)
2) create installation BAT file (not looks so pretty good)
Looking for some examples on the first way, I found VS Web Setup project type doesn't allow create MSM output...
Are there any ideas how to solve this task?