​How to install/uninstall BoostSolutions products using stsadm command line


Solution:

Installation:
  1. 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)
  2. Unzip the product installation file(.zip), and copy the file with .wsp to the same directory as in step 1
  3. Open the Command Line (Start ->  All Programs -> Accessories -> Command Prompt) and goes to the same directory as step1, or use powershell
  4. 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:

  1. Open the command line portal
  2. 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

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>