My questions is simply this, I have a WiX installer .msi that I want to be able to, after successful installation, an executable that runs another installation. Now the reason I need to do this is that the WiX installer installs an application that was developed recently and the executable that I need to run installs another application that was developed a long time ago. The second executable is fully independent from the first installation and does not have to be uninstalled when the application installed by the .MSI is is so I do not have to worry about roll backs. I was wondering if there is a way to have the .msi use a CA that will launch the .exe upon completion? I know how to get the .msi to launch the application it installs itself after installation but the executable I need is not included in the .msi, which is where my confusion/deleama is coming from. So if anyone could maybe point me in the right direction that would be great!
Thanks.