I have a simple VS Deployment Project that gathers all the files I need and packs it to MSI package. The project also creates .EXE that checks if VSTO installed on a computer and if not - specific launch condition fired (user downloads and installs VSTO from InstallUrl link).
The issue here is that user should execute my installation .EXE file again after all prerequisites will be installed (VSTO in my case). How can I continue installation of my app automatically right after my prerequisites finish its installation? Is it possible to achieve only with VS Deployment Project?