in src/installer/BeatPackageCompiler/AgentCustomAction.cs [71:75]
public static ActionResult UpgradeAction(Session session)
{
session.Log("Detected an agent upgrade via MSI, which is not supported. Aborting.");
return ActionResult.Failure;
}