SharePoint download multiple files as zip

After long googling i found the below solution to download multiple files as a zip. Its a custom solution

  1.   Download wsp from here
  2.   Open SharePoint 2010 Management Shell (Run as Administrator)
  3.   Add the solution
    1. Add-SPSolution “\FilePath\”
  4.  Deploy the solution
    1. Install-SPSolution “Solution Name” –gacdeployment
  5.  Go to your Application site
  6.  Site Actions à Site Settings à Site collection features à DeviantPoint Download Zip Feature and activate this feature
                    7. Now you can see new option called “Download as Zip” in Document Library ribbon.



Source

http://www.deviantpoint.com/post/2010/05/08/SharePoint-2010-Download-as-Zip-File-Custom-Ribbon-Action.aspx

Wsp Available

https://sites.google.com/site/memysharepoint/home/DeviantPoint.DownloadZip.wsp?attredirects=0&d=1

A complete solution available

https://sites.google.com/site/memysharepoint/home/DeviantPoint.DownloadZip.zip?attredirects=0&d=1

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell