I'm developing on a machine that is not the MOSS Server. I have Visual Studio and WSP builder installed. WSP builder is awesome because it can automatically create WSP Packages from within the Visual Studio IDE. However it seems the deploy functionality only works on the local dev machine.
Is there an easy way to deploy a WSP package to a remote SharePoint server? I want it to do the following
- Add the solution
- Deploy globally
If the solution already exists, it should first retract the solution, then upgrade it, then redeploy it.
Anything like this exist? Thanks in advance