I am new in power shell. i need to install file using powershell. My msi file location is C:\Amazon\AWSCLIV2.
I have tried with the powershell script Start-Process C:\Amazon\AWSCLIV2.msi
When i executing the above script gets installation windows. ie; click to next to install(Displayed window) the above msi file(i need to remove this window). but actually i want, installation should works automatically when executing powershell script.
So i need to execute installation using powershell script.
msiexec /?if you need help on how to do a silent install of an msi, logging etc.msiexec /?by itself you will see the options, such as /quite.