If you want your application deployment to be unattended, create the bat(.bat) or commant(.cmd) file with following command:

1) Uninstall application with unattended mode
Msiexec /x (Guid of the Application) /quiet

2) Install application with unattended mode
Msiexec /I (Path to MSI) /quiet

Read More Articles