Am new to Wix, i have a situation where in i have 2 different addins that has been developed using the adx com addin, and now there is a need for release where in a single msi file should install these 2 addins (i have created 2 different addins).
- Could you please suggest if i can install these 2 addins in a single wix installer. keeping in mind that these 2 addins will have a seperate registry entry in the registry.
- or, i can bundle these to msi inside a single msi file using the bootstrapper. 2.1. i used the chaining functionality with MSIPackage element and the project built successfully, but on installing this msi, there was an error " This installation package could not be opened. Contact the application vendor.......", further analyzing the issue, i understood its because there is no entry point defined for a msi file. i was able to achieve this as an exe, but the client prefers an msi rather.
Any help appreciated. Thanks in advance.