If you wish you can install Highlighter 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.
SET PATH=%PATH%;"c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\"
Start the SharePoint Management Shell - the path will be set automatically.
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_Highlighter.wsp
STSADM -o DeploySolution -name Pentalogic_Highlighter.wsp -local -force -allowCASPolicies -allowgacdeployment
STSADM -o execadmsvcjobs
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_Highlighter.wsp -filename Pentalogic_Highlighter.wsp -local -allowCASPolicies -allowgacdeployment
Follow the STSADM path steps above then
STSADM -o RetractSolution -name Pentalogic_Highlighter.wsp -local
STSADM -o execadmsvcjobs
STSADM -o DeleteSolution -name Pentalogic_Highlighter.wsp