Multiple actions/msi's will only install/process one

Hi,

Since updating to 3.8.4, the ToolKit will exit and finish whilst only doing one command in any of the sections i.e.

install:

execute-msi -action install -path “some.msi” -logname “somemsi_Install” -arguments “/qn”
execute-msi -action install -path “someother.msi” -logname “someother_Install” -arguments “/qn”
execute-msi -action install -path “final.msi” -logname “finalmsi_Install” -arguments “/qn”

When running the above, the first msi will install and then the script finishes and exits.

ran the same script on 3.8.3 and it works fine.

I have a few installations like that and have no issue running several MSI’s in the same Deploy-Application.ps1, could you provide a log?