I think you can create two installer projects in one build solution . or else you can go with two solutions (ie web-installer and WIN-Installer)which include all the class liberaries and only one installer project . you can keep both solutions in same directory and in same team project . also you can build both in single team build . These all are out of box features .
as always any .net project (.csproj, .vbproj or .DBP etc ) can be member on any number of .net Solutions , this feature is same since VC++ days .
Let me know if you have specific questions .
Samant B Jain
|