I have three products which have their installers in .exe files. Let us say the installers for the three three products are
- Product_A.exe
- Product_B.exe
- Product_C.exe
I want to create a msi file using wix toolset which will install these three exe installers.
What is the best way to do this? I want to also fail my MSI in case any of the three exe fails to install. I am new to these so please help.
Any example would be highly appreciated
I also plan to uninstall these products once I uninstall my msi.
Thanks in advance for any help