Home » Categories » Multiple Categories |
SharePoint 2010 Command Line to Deploy or Install a WebPart / Solution |
Article Number: 144 | Rating: Unrated | Last Updated: Wed, Jun 20, 2012 at 11:06 PM
|
IMPORTANT NOTE: SharePoint 2010 Server service. If you register with any of our shared SharePoint 2010 plan service, you are not able to use this facility. This is primarily because of the fact that you do not have enough privilege to access the SharePoint 2010 server directly. For webpart or solution deployment, you need to raise a ticket via our Help Desk System to our Support Team
****************************************************
In order to deploy a webpart solution to a SharePoint 2010 Server, you always need to make sure that SharePoint Timer Service is enabled. Additionally, you must also make sure that the previous same webpart or solution has been retracted or removed from the GAC. To remove the previous solution, please refer to this article.
**************************************************** 1. Please go to Start -> Program -> Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell.
![]() 2. Add solution to the SharePoint Solutions Store. In this example, we will use the Bamboo Calendar Plus solution.
Add-SPSolution -LiteralPath <SolutionPath>
![]() 3. Deploy solution
Install-SPSolution -Identity <SolutionName> -WebApplication <URLName> [-GACDeployment] [-CASPolicies]
Where:
These two parameters are required in order to deploy this specific solution
![]() 4. You can check whether your solution has installed successfully by using the following command.
Get-SPSolution <SolutionName> ![]() Additional Note: - The physical path of SharePoint 2010 is located atC:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN |
Attachments
![]()
There are no attachments for this article.
|
My "www" Sharepoint works, but my Sharepoint domain "without a www" does not work. What am I doing wrong here?
Viewed 2658 times since Wed, May 2, 2012
How can I have my SharePoint site restored on your server?
Viewed 2521 times since Wed, May 2, 2012
How can I change the password of my SharePoint user?
Viewed 2474 times since Wed, May 2, 2012
How can I get my WebParts installed on your system?
Viewed 2568 times since Wed, May 2, 2012
How can I enable the "Anonymous Access" for my Sharepoint portal?
Viewed 2759 times since Wed, May 2, 2012
How can I have my Sharepoint setup of your server?
Viewed 2691 times since Wed, May 2, 2012
I have registered for a SharePoint hosting plan, but I still cannot see my SharePoint site
Viewed 2401 times since Wed, May 2, 2012
Do I have an access to all the Enterprise features on your SharePoint Server 2010 product?
Viewed 2394 times since Wed, May 2, 2012
I cannot add any Sharepoint user. What should I do?
Viewed 2504 times since Wed, May 2, 2012
SharePoint 2010 Command Line to Remove or Uninstall a WebPart / Solution
Viewed 7683 times since Wed, Jun 20, 2012
|