Automate Deployment Crashing after the latest CW Patch 2024 Version 7

I have this from ConnectWise Automate Support:

As of Patch 7, this will be the default behavior of using the MSI without the MST combination.

The MSI no longer had the embedded Server/Location/Password embedded any more. They now require two files and execute it as formatted in the .BAT (within the .ZIP).

So the Immy Automate agent is failing with this error:

image

Manually this is the case:

This need to be replaced from the function:

$ArgumentList = “/qn /l*v "$InstallerLogFilePath” /norestart REBOOT=REALLYSUPPRESS SERVERADDRESS="https://$($ServerUri.Host)" LOCATION=$LocationID"

Should be like this to accommodate MST file:

msiexec /i “Agent_Install.msi” TRANSFORMS=“Agent_Install.mst”

Can we please check on this. This is affecting every deployment and failing.

@DarrenDK @DrewHack-ITP @DimitriRodis @Anthony_Birone

6 Likes

We are having the same issue.

Same. It’ll have to be unzipped and then call the bat in the folder.

Same issue here. I thought something was blocking the install.

This should be resolved. Can someone try this again and confirm?

It’s working for me now. Thank you

1 Like