0
votes

Is there a tool or method/process to create a package which installs multiple WSP files using a single setup for both SharePoint 2007 and SharePoint 2010?

1
As far is i know, the usual setup routines can only install 1 wsp package. I'd use a *.bat script for this purpose, but i don't know if this is within your requirements. - int32
Yes. I wrote a custom one to meet the needs. - NLV

1 Answers

0
votes

I don't think there is any setup tool out there which can deploy multiple wsps. So I wrote a custom setup to deploy them.