Currently, there are multiple copies of identical files inside the setup's CAB. We can eliminate these and dramatically reduce the size of the setup file by using WiX's CopyFile element. Instead of creating copies of the files during build, this will copy the files to their various destinations as part of install.
↧