I create some WSP Files on a build server every night and would like to automatically deploy them to a QA Environment.
In SharePoint 2007, there was no way to remote deploy WSP Files except for ugly psexec-workarounds.
Has this improved with SharePoint 2010? Can I utilize the PowerShell stuff somehow?
My build server is not Part of the SharePoint farm. It doesn't even run the same SharePoint version (It runs a standalone Foundation, whereas the real farm runs Standard)
(Note: There are some questions on SO about this, but they are about WSSv3/SP2007 and don't apply)
Solved through through PowerShell remoting. The WSP still needs to go to a server and Add-SPSolution et al needs to run on that machine, but I can now do that from the build server.