WinSxS, Merge Modules, xCopy : Windows Application Deployment
Every windows application has some dependency on some runtime dlls which needs to be available while executing that application. Prior to Visual C++ 2005 the runtime library files were copied into the application exe’s working directory. During the build process on an application, source is compiled and object code is generated. Similarly if any user [...]
Continue reading →