If you wish you can install PivotPoint manually from a .WSP file using SharePoints STSADM command or the utility of your choice.
Please contact [email protected] for a copy of the WSP file.
If you're using SharePoint 2013 in '14 mode' (where it continues to look like 2010) contact us for more information on how to install in this situation.
Start a command prompt
SET PATH=%PATH%;"c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\"
Start the SharePoint Management Shell
CD to the location of the .wsp file (e.g. c:\) and run
STSADM -o addsolution -filename Pentalogic_PivotPoint.wsp
STSADM -o DeploySolution -name Pentalogic_PivotPoint.wsp -local -force -allowCASPolicies -allcontenturls -allowgacdeployment
STSADM -o execadmsvcjobs
After Installation be sure to Activate the feature using Site Collection Features
Follow the "start a command prompt" 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_PivotPoint.wsp -local -allowCASPolicies -allowgacdeployment
Follow the "start a command prompt" steps above then
STSADM -o RetractSolution -name Pentalogic_PivotPoint.wsp -local -allcontenturls
STSADM -o execadmsvcjobs
STSADM -o DeleteSolution -name Pentalogic_PivotPoint.wsp