I’m currently testing the 4.1.0 RC1 and with that I wanted to consult the documentation again before just configuring my deployments as I did before.
I noticed that the Zero-Config MSI installation uses $ExecuteDefaultMSISplat.Add('Transform', $adtSession.DefaultMstFile) in the Invoke-AppDeployToolkit.ps1. According to the documentation (4.1.x and 4.0.x) the parameter should be “Transforms”. I also checked the source file “Start-ADTMsiProcess.ps1” and it only has “Transforms” as a valid parameter. No aliases or anything that would allow “Transform” (without the s)
Maybe I’m overlooking something? Because so far the Zero-Config MSI installation worked in my environment.
Also, a huge thank you for this amazing toolkit ![]()