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.
Animesh Joshi
Apr 22, 2020Brass Contributor
largely depends on the .EXE ; review documentation for any command line switches for quiet/non-interactive mode.
- ashkumar1989Apr 23, 2020Copper Contributor
Thank You. I tried to go more detailed in exe and found the solution to do the non-interactive mode installation.
- Animesh JoshiApr 23, 2020Brass Contributorawesome. good to know it worked for you.