I simply cannot get a Transform to include into this line without throwing a 1639 or 1203 error. I can get it working fine if I remove the "-Transform $dirFiles\WorkingP\Filename.mst" section and it installs the EXE and MSI. But I cannot include the Transform... Any idea why? What am I doing wrong?
Execute-Process -FilePath "$dirFiles\WorkingP\setup.exe" -Arguments "/S /v
Execute-Process -FilePath "$dirFiles\WorkingP\setup.exe" -Arguments "/S /v
" /qb -Transform $dirFiles\WorkingP\Filename.mst /norestart
"" -Wait