XCOPY deployment
From Wikipedia, the free encyclopedia
XCOPY deployment is a term used to describe a software application's ability to be installed into a Microsoft Windows system simply by copying files. Also referred to as "xcopy install".
In contrast, the installation of a typical Windows application will require a significant number of additional steps before the application is ready to be used. Most of this additional work involves, directly or indirectly, adding or modifying entries in the Windows Registry. Even when an application uses ordinary files for its own data, many common facilities provided by Windows require some type of registration step before they are available to programs. Usually, one or more specialized tools (such as Windows Installer or NSIS) are used to help coordinate these (often complex) operations.

