How to install/uninstall BoostSolutions products using stsadm command line
Solution:
Installation:
- Open the SharePoint bin directory: cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN (12 refers to SP2007, 14 refers to SP2010, 15 refers to SP2013)
- Unzip the product installation file(.zip), and copy the file with .wsp to the same directory as in step 1
- Open the Command Line (Start -> All Programs -> Accessories -> Command Prompt) and goes to the same directory as step1, or use powershell
- Input the command line:
stsadm -o addsolution –filename SharePointBoost.LookupBoostSetup14.1.wsp
Then deploy solution with command line:
stsadm -o deploysolution -name SharePointBoost.LookupBoostSetup14.1.wsp -immediate -allowgacdeployment -allcontenturls
***************************************************************
Uninstallation:
- Open the command line portal
- Input stsadm command to retract solution:
stsadm –o retractsolution –name sharepointboost.crosssitelookuppachsetup14.2.wsp –allcontenturls –immediate
Then delete solution:
stsadm –o deletesolution –name sharepointboost.crosssitelookuppachsetup14.2.wsp
Reference:
Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007