0

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?

NLV
  • 21,141
  • 40
  • 118
  • 183
  • 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 Aug 17 '11 at 10:26
  • Yes. I wrote a custom one to meet the needs. – NLV Aug 17 '11 at 13:28

1 Answers1

0

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.

NLV
  • 21,141
  • 40
  • 118
  • 183