How to deploy the FileControlUP for SharePoint
To deploy the FileControlUP 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, SpealsFileControlUP.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 SpealsFileControlUP.wsp" - Next, run
"stsadm -o deploysolution -name SpealsFileControlUP.wsp -allowgacdeployment -allcontenturls -immediate".
- The FileControlUP 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 Collection Administration section, select Site collection features.
- Activate FileControlUP for SharePoint feature.
- 'stsadm.exe' utility can be usually found in 'C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\BIN\' folder ('C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\BIN\' for Microsoft SharePoint 2010).
