I am new to WiX. I have multiple .exe files supplied by different vendors. I need to combine them together with one more application(.exe) developed by me. I used WiX for my application and created a installer for it (installs developed exe file).
How can I add the pre-existing .exe files into the same installer package so that the resulting package would install all the .exe files along with developed .exe file. Thanks in Advance.