Relative Content

Tag Archive for powershellwixwindows-installerpowershell-3.0azure-powershell

error with SQL connection during installing MSI package with PowerShell script

I am trying to write a script in powershell that will install 10 servers on virual machines. It’s just simple script where I’m specifying list of arguments, path of MSI package and run passive installation. If I do this manually logged as the same user that is running powershell script with the same arguments everything is fine and application is installed successfully but if I’m running the script all the time I’m getting SQL error with connecting to database. Log pasted below.