<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BoostSolutions &#187; SharePoint Knowledge</title>
	<atom:link href="https://www.boostsolutions.com/kb/category/installer-v1/sharepoint-knowledge-installer-v1/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.boostsolutions.com/kb</link>
	<description></description>
	<lastBuildDate>Tue, 22 Feb 2022 06:34:39 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Installing/Uninstalling Products using stsadm command line</title>
		<link>https://www.boostsolutions.com/kb/installinguninstalling-products-using-stsadm-command-line/</link>
		<comments>https://www.boostsolutions.com/kb/installinguninstalling-products-using-stsadm-command-line/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 20:03:00 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Installer V1]]></category>
		<category><![CDATA[SharePoint Knowledge]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=954</guid>
		<description><![CDATA[<p>​How to install/uninstall BoostSolutions products using stsadm command line Solution: Installation&#58; Open&#160;the SharePoint bin directory&#58; cd C&#58;\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 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/installinguninstalling-products-using-stsadm-command-line/">Installing/Uninstalling Products using stsadm command line</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass3EA4F2B751754F0FA9162F468CAD9F98">
<p>​How to install/uninstall BoostSolutions products using stsadm command line</p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass3F143BF0E6DF459BB69C9EF2D23FA27E"><strong>Installation</strong>&#58;
<div class="ExternalClassA8558B662ED445E1B6339D56744D7C77">
<ol>
<li>Open&#160;the SharePoint bin directory&#58; <em>cd C&#58;\Program Files\Common Files\Microsoft Shared\web server extensions\</em><strong><em>14</em></strong><em>\BIN </em>(<strong>12 </strong>refers to SP2007, <strong>14 </strong>refers to SP2010, <strong>15 </strong>refers to SP2013)</li>
<li>Unzip the product installation file(.zip), and copy the file with .wsp to the same directory as in step 1</li>
<li>Open the Command Line (Start -&gt;&#160; All Programs -&gt; Accessories -&gt; Command Prompt) and goes to the same directory as step1, or use powershell</li>
<li>Input the command line&#58; </li>
</ol>
</div>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <em>stsadm -o addsolution –filename SharePointBoost.LookupBoostSetup14.1.wsp</em></p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Then deploy solution with command line&#58; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <em>stsadm -o deploysolution -name SharePointBoost.LookupBoostSetup14.1.wsp -immediate -allowgacdeployment -allcontenturls</em></p>
<p><strong>***************************************************************</strong></p>
<p><strong>Uninstallation</strong>&#58;</p>
<ol>
<li>Open the command line portal</li>
<li>Input stsadm command to retract solution&#58; </li>
</ol>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <em>stsadm –o retractsolution –name sharepointboost.crosssitelookuppachsetup14.2.wsp –allcontenturls –immediate</em></p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Then delete solution&#58; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<em>stsadm –o deletesolution –name sharepointboost.crosssitelookuppachsetup14.2.wsp </em></p>
</div>
<p><br/><b>Reference:</b> </br>
<div class="ExternalClass7D8181A3272F486680B22ED99198A591">
<p>​<a href="http&#58;//technet.microsoft.com/en-us/library/cc288981%28v=office.12%29.aspx#section1" target="_blank"><span style="text-decoration&#58;underline;"><font color="#0066cc"><em>http&#58;//technet.microsoft.com/en-us/library/cc288981(v=office.12).aspx#section1</em></font></span></a></p>
<p><a href="http&#58;//forum.boostsolutions.com/kb/wp-content/uploads/2013/07/Installation-Uninstallation-by-Command-Lines.mp4"><span style="text-decoration&#58;underline;"><font color="#0066cc">http&#58;//forum.boostsolutions.com/kb/wp-content/uploads/2013/07/Installation-Uninstallation-by-Command-Lines.mp4</font></span></a></p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/installinguninstalling-products-using-stsadm-command-line/">Installing/Uninstalling Products using stsadm command line</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/installinguninstalling-products-using-stsadm-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
