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:
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.