I try to deploy a webpart solution. I execute in sharepoint 2010 management shell all steps to upload and implement.
add-spsolution c:\site\subwebs.wsp. This execute wit out problem.install-spsolution -identity subwebs.wsp -webapplication http://sp2010 -gacdeployment -force.Update-SPSolution –Identity SharePointProject2.wsp –LiteralPath c:site\subwebs.wsp –GACDeployment
after review with get-spsolution the solution do not deployed.
name Solutionid Deployed
---- ---------- --------
subwebs "id" false
I Review all events but don't find any errors.
Please help.