Seems like there are so many different ways of automating one\'s build/deployment that it becomes difficult to parse through all the different scenarios that people support
Do you have the ability to run commands remotely? The PsExec utility from Systinternals would let run a command line unzip program on the remote machine. If you have a script that copies the build as a .zip file to the remote site, you would just need one more line for the PsExec call to unzip the files.