question

arshiyanoorain-4378 avatar image
0 Votes"
arshiyanoorain-4378 asked LeonLaude edited

Azure devops pipeline powershell task

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

windows-server-powershell
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

LeonLaude avatar image
0 Votes"
LeonLaude answered LeonLaude edited

Hi @arshiyanoorain-4378,

Please note that Azure DevOps is currently not supported in the Q&A forums, the supported products are listed over here https://docs.microsoft.com/en-us/answers/products.

You may ask the experts in the dedicated Azure DevOps forum over here:
https://developercommunity.visualstudio.com/spaces/21/index.html


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)


Best regards,
Leon

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.