How to deploy ListPermissionsUP for SharePoint
To deploy ListPermissionsUP for SharePoint solution on a server running Windows SharePoint Services, follow these instructions.
Note: To complete the following installation, you must have Administrator rights to both the Windows SharePoint Services site and server on which it is to be installed.
- Select the solution file, SpealsListPermissionsUP.wsp, from the extracted distribution. This solution file will be added to the Windows SharePoint Services solution store.
- Via command line, run
"stsadm -o addsolution -filename SpealsListPermissionsUP.wsp"
- Next, run
"stsadm -o deploysolution -name SpealsListPermissionsUP.wsp -allowgacdeployment -allcontenturls".
Additional attributes (like -immediate) may be required based on your Windows SharePoint Services configuration. - The ListPermissionsUP for SharePoint solution has now been added to the solution store, and deployed on the server.
- Log into your SharePoint site as the site Administrator.
- From the Site Actions drop-down menu in the top right, select Site Settings or Site Setting - Modify All Site Settings.
- Under the Site Administration section, select Site features.
- Activate ListPermissionsUP for SharePoint feature.
