简体   繁体   中英

Upgrade sharepoint 2013 solution

I have a sharpeoint solution installed. I want to install a newer version of the solution as an upgade which I did using :

Update-SPSolution –Identity MySolutionName.wsp –LiteralPath “C:\MySolutionName.wsp” -GACDeployment 

This command seem to work fine as there are no errors however after I run this, the whole solution becomes uninstalled. Does anyone have any ideas on why this could be or point out where I am going wrong?

Thanks

Update-SPSolution is always rather tricky. We always use Uninstall-SPSolution and Install-SPSolution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM