Hi All,
I am new to PSADT. I am trying to install Mictostrategy silently using PSADT. I am using the silent install command and passing the parameters to Execute-Process. But Execute-Process is not taking response file in the silent switch. I am using the below command.
Execute-Process -Path “$dirFiles\Setup.exe” -Parameters ‘-s’ --responseFile “$dirFiles\Admin_response_custom.ini” -WindowStyle ‘Hidden’