I am trying to install Oracle 11g Client with response file but its not working
Execute-Process -FilePath "$dirFiles\Oracle 64 bit\setup.exe" -Arguments "-Silent -noconfig -nowait -noconsole -waitforcompletion -responsefile $dirFiles\Oracle 64 bit\response\Install_client.rsp" -WindowStyle Hidden
Please suggest what would be the right way to do this
Execute-Process -FilePath "$dirFiles\Oracle 64 bit\setup.exe" -Arguments "-Silent -noconfig -nowait -noconsole -waitforcompletion -responsefile $dirFiles\Oracle 64 bit\response\Install_client.rsp" -WindowStyle Hidden
Please suggest what would be the right way to do this