Release Automation

  • 1.  Puppet to Manage CARA Agent

    Posted Oct 16, 2017 06:07 PM

    We are looking to have Puppet manage the installation of CARA agents on all our nodes.  It appears that the installation itself can be run silently, but we're not finding a way to run an uninstall silently.  As an alternative, if the msi could be used silently for an upgrade, I think that would work as well.

     

    Does anyone know of a way to do this?



  • 2.  Re: Puppet to Manage CARA Agent
    Best Answer

    Broadcom Employee
    Posted Oct 17, 2017 12:14 AM

    Hi,

     

    You can find uninstaller under RA Agent installation folder.

    Here is help.

     

    For example to uninstall silently:

    >"C:\Program Files (x86)\CA\ReleaseAutomationAgent\uninstall.exe" -q

     

    Regards

    Yas



  • 3.  Re: Puppet to Manage CARA Agent

    Posted Oct 17, 2017 10:39 AM

    Thanks for the info - we're going to check this out today and see how it works!