Forum Discussion
ashkumar1989
Apr 21, 2020Copper Contributor
How to install the .exe installer with Powershell on remote machine in non-interactive mode
Hi All, I need a help to install the one .exe installer on my remote machines which required be setup with Azure Devops activity. I want for exe but not for msi. I tried below option but coul...
- Apr 22, 2020largely depends on the .EXE ; review documentation for any command line switches for quiet/non-interactive mode.
ashkumar1989
Apr 21, 2020Copper Contributor
I have tried that and it removed the error but my requirement is not achieved as it launch the installer in interactive mode.
Is there any option to run in non-inerecative mode.
VasilMichev
Apr 21, 2020MVP
You can use tools such as psexec for that.