What are the correct STSADM commands for managing the Solutions in SharePoint 2007 (Multiple Selection)
-
Addsolution
-
Deploysolution
-
Deletesolution
-
Retractsolution
STSADM provides four core solution management commands in SharePoint 2007: addsolution (adds to solution store), deploysolution (deploys to web applications), deletesolution (removes from store), and retractsolution (removes deployed instances). These commands form the complete lifecycle management toolkit for .wsp solutions.
To manage solutions in SharePoint 2007, you can use the following STSADM commands:
A. Addsolution - This command is used to add a solution package (.wsp) to the farm's solution store. It makes the solution available for deployment.
B. Deploysolution - This command is used to deploy a solution to one or more web applications in the farm. It installs and activates the solution on the specified web applications.
C. Deletesolution - This command is used to remove a solution package from the farm's solution store. It uninstalls the solution from all web applications where it is deployed.
D. Retractsolution - This command is used to retract a solution from one or more web applications. It deactivates and uninstalls the solution from the specified web applications, but keeps the solution package in the farm's solution store.
Therefore, the correct answer is A, B, C, D.