I have a Visual Studio Setup Project created to install a VSTO application. The Setup Project outputs an EXE and 2 MSI files. One MSI for the VSTO and another MSI for Office Runtime dependency.
I know the setup.exe is used to check for pre-requisites like the office runtime, .NET and others.
However, the group policy User Configuration > Policies > Software Settings > Software Installation only accepts MSI files. How can I package all the three files into one single MSI to perform a silent installation?