I am creating batch file to run on azure worker start up task to install GPG software on windows 8 in silent mode or quiet mode -don't want to see UI dialogs
how to pass installation folder or other parameters in command line
I have tried using below line but it shows windows installer popup
msiexec "c:\gpg4win-2.2.4.exe" /qn
and tried
"c:\gpg4win-2.2.4.exe"
I am getting windows installer UI -GPG win setup UI
Please help me how i can run installation in quite mode by passing required parameters
c:\gpg4win-2.2.4.exe /?helpful? - Stephan