When creating a Visual Studio setup project, is it possible to bundle the MSI file and setup.exe into one executable? I know the setup.exe checks for prerequisites and then runs the MSI file afterwards. The main goal is to simplify the installation process so the user only has to download and run one executable.
Any idea on how to go about doing this?