$process = Start-Process msiexec -ArgumentList "/i .YourInstaller.msi /qn /norestart /l*v install.log TRANSFORMS=C:YourTransform.mst" -Wait -PassThru