Im trying to install an MSI via Powershell with a Transform but I'm having issues as not the best with Powershell. Any advice is greatly appreciated.
Start-Process -FilePath "$PSScriptRoot\sqlncli.msi TRANSFORMS=Colony2.mst" -ArgumentList "/qn"
4Related questions 2842 Determine installed PowerShell version 2810 PowerShell says "execution of scripts is disabled on this system." 992 How to run a PowerShell script Related questions 2842 Determine installed PowerShell version 2810 PowerShell says "execution of scripts is disabled on this system." 992 How to run a PowerShell script 957 Setting Windows PowerShell environment variables 1085 How do you comment out code in PowerShell? 303 Can I get "&&" or "-and" to work in PowerShell? 940 How do I concatenate strings and variables in PowerShell? 1 powershell Pipe Operators 1 Powershell Script to install VLC stops working if I add a quiet argument Load 6 more related questions Show fewer related questions
Reset to default