Wanted to automated the installation of Adobe reader dc from existing executable file ie(AcroRdrDC1501020060_en_US.exe)present in my local computer using powershell script /command in non-interactive mode.
currently using powershell script to install Start-Process -FilePath "C:\newDir4\AcroRdrDC1501020060_en_US.exe" -ArgumentList "/sAll /rs /rps /msi /norestart /quiet EULA_ACCEPT=YES" -Verb RunAs
but facing issues when automating it through Azure devops pipeline on Hosted agent issue: pipeline task is successful but softwares is not installed on agent