emuniz
01-09-2009, 10:32 AM
The real benefit of WiX for our needs is the ability to easily wire it into our automated build process and the fact that WiX itself is free. However, this makes the process a little clunky for us with MSI factory. Right now we have to keep the MSI Factory project in source control along with the WiX files. We'd rather not incur a build dependency on the MSI Factory executable so we have to have the WiX files in source control. So, we check out the MSI Factory project then we check out the WiX files then we edit the project, generate the WiX files and check everything back in. What would be ideal would be if we could generate the WiX files put just them in source control and then when we need to change them, check them out and 'import' them into MSI Factory to create a project for that editing session (we could discard the project after regenerating the WiX files). This way, the WiX files are the authoritative source for the content of the MSI. We could even make small changes to the WiX files by hand w/o having to use MSI Factory and then when we need to do something significant that required MSI Factory it would pull in those changes. At the moment we have to use MSI Factory even if all we're doing is something really incidental because otherwise the MSI Factory project and the WiX files will be out of sync.