Manual Installation

If you wish you can install FilterPoint manually from a .WSP file using SharePoints STSADM command or the utility of your choice.

Please contact support@pentalogic.net for a copy of the WSP file.

 

Set a path to STSADM

WSS3 or SharePoint 2007

SET PATH=%PATH%;"c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\"

SharePoint 2010

SET PATH=%PATH%;"c:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN\"

 

To Install and deploy to all WFE servers

CD to the location of the .wsp file (e.g. c:\) and run

STSADM -o addsolution -filename Pentalogic_FilterPoint.wsp

STSADM -o DeploySolution -name Pentalogic_FilterPoint.wsp -local -force -allowCASPolicies -allcontenturls -allowgacdeployment

STSADM -o execadmsvcjobs

After Installation be sure to Activate the feature using Site Features

 

To upgrade an existing installation

Follow the STSADM path steps above then

CD to the location of the .wsp file (e.g. c:\) and run

STSADM -o upgradesolution -name Pentalogic_FilterPoint.wsp -filename Pentalogic_FilterPoint.wsp -local -allowCASPolicies -allowgacdeployment

 

To remove

Follow the STSADM path steps above then

STSADM -o RetractSolution -name Pentalogic_FilterPoint.wsp -local -allcontenturls

STSADM -o execadmsvcjobs

STSADM -o DeleteSolution -name Pentalogic_FilterPoint.wsp