Installation Guide
First installation of SharePoint List Filter WebPart
1. Download .wsp file from
https://splistviewfilter.codeplex.com/releases2. Save it to the deployment folder
C:\wsp (as an example) on server hosting SharePoint
3. Open
SharePoint Management Shell as administrator
4. Run script
Add-SPSolution -LiteralPath C:\wsp\splistviewfilter.wsp 5. Open Central Administration
6. Click “System Settings”
7. Click “Manage farm solutions”, under “Farm Management”
8. Click on the {file name}.wsp package
9. Click “Deploy Solution”
10. Click “OK”
Update SharePoint List Filter WebPart
1. Download .wsp file from
https://splistviewfilter.codeplex.com/releases2. Save it to the deployment folder
C:\wsp (as an example) on server hosting SharePoint
3. Open
SharePoint Management Shell as administrator
4. Run script
Update-SPSolution -Identity splistviewfilter.wsp -LiteralPath C:\wsp\splistviewfilter.wsp