In our company developer create on windows application in .net 2008 give us msi file to install all the computers in the company . We try to push the software through SMS server and gives following command line parameter for slient mode installation.
msiexec.exe /qn ALLUSERS=2 /m /i "SAS2.msi"
but progress bar and cancelled button are shown in every user login kindly help me thanks
msiexec.exe /qn ALLUSERS=2 /m /i "SAS2.msi"
but progress bar and cancelled button are shown in every user login kindly help me thanks