I'm creating an installation menu with CheckBox , in this menu will have installation softwares in each CheckBox, after selecting the CheckBox, will have a button that will execute all the checkbox > selected. Each CheckBox will run a software installation, but all the selected ones run at once, how do I make it install at a time? My code:
if (CheckBox2.Checked)
Process.Start(@"\Index\Menu de Instalacao\Softwares\Utilitarios\PROGRAMA1.EXE");
if (CheckBox3.Checked)
Process.Start(@"\Index\Menu de Instalacao\Softwares\");