I am in the process of creating an MSI for our product. I would like the product to be able to install side-by-side. So that I can install 1.0.0 first and later can add 1.0.1 so that the two versions are both installed.
I am using WiX to create the msi and would like to know how this can and should be done in Wix? For example
- Do I need to create new Guids for all components?
- How would i add the version info to wix or should i rename my product completely?
- How can I create the projects so that releasing a new version requires minimal changes in the wix project?
Greetings, Martijn