How to make Web Deploy (msdeploy) deploy in a different folder?
问题 I'm trying to make a simple proof-of-concept Web Deployment scenario. My goal is to: Take a folder with a few files and package them in a .zip file Unpackage the .zip file in a different folder Run a .exe from the unpacked folder (also letting the .exe know where it was unpacked). I'm doing this on a virtual machine without an IIS installed, otherwise it wants to read IIS config for some reason, even if it doesn't need to do anything with it (and fails because it lacks administrative rights).