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"

4

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 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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.