Hi
I want to deploy an application which need and depend on anther application that must be installed before main application.
the depended application need reboot after installation in order main application can detect it and Continue the installation process .
for example when i want to upgrade to IE 11 from IE8 at first I nedd Update it to IE9 and after that Update it to 11 (it contain multi installation)
how could i make application deployment that first install some application and force restart the systems and after restart continue installation of main APP till it finish.
Thanks