I have a folder on a file system that contains all the necessary files for my application.
I would like to create a zip package from this folder, so that I can easily deploy my application on different servers.
Given that I need to specify a physical target path for the iis web application, how they should be made manifest.xml and parameters.xml files to allow the tool to accept the setting -setParam:type=DestinationVirtualDirectory?
And what exactly should be the command? What should I put in parameterscope?
Thank you very much