first, i model this after the venerable xcopy so this will be a command line tool. the parameters will be
首先,我根据原来的xcopy建模该工具,以便它将是一个命令行工具。
if you place one of the assemblies that make up an application into the global assembly cache, you can no longer replicate or install the application by using xcopy to copy the application directory.
you must use physical directory names with the xcopy tool.
对于xcopy工具,必须使用物理目录名称。
you can use the xcopy command-line tool to copy the files of a web site project from your development computer to the web server that will host your application.
您可以使用xcopy命令列工具,将网站专案的档案从开发电脑复制到即将装载应用程式的网页伺服器。
this allows for xcopy style deployment of both code and configuration for web sites.
这就允许web站点在代码和配置上都可以使用类似于xcopy的方式进行部署。
step 3: implement the basic xcopy logic
步骤3:实现基本的xcopy逻辑
an additional advantage to private deployment is the ability to use xcopy to deploy the application.
私有部署的另一个好处是,它能够使用xcopy部署应用程序。
end users can use xcopy or ftp to copy your application to an appropriate directory on their computer.
使用者可以使用xcopy或ftp来复制您的应用程式至他们电脑的适当目录中。
vsix essentially is a simple xcopy deployment.
vsix本质上是一种简单的xcopy部署方式。
if the destination folder does not exist, xcopy creates one.