function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JPClark3JPClark3 

Install a package via API

Is there a way to use one of the APIs to install a package into an ORG?

 

We currently use a Selenium Script to do this, but I'd rather use one of the APIs to perform the install.

aalbertaalbert

No, there is no API to install an app. What is the use case? Is it to help automate testing? 

JPClark3JPClark3

We currently have over 250 customer that we need to update with a major release of our app. The Selenium script is error prone and slow. I'd like to find a better method to update everyone. The configuration of our roll-out is setting permissions via the Metadata API, but we need the package installed first.

A_SmithA_Smith

We are working on a solution to this very problem.  Look for more in the next couple releases.  

JPClark3JPClark3

Thanks Andew, That's what I've heard. Something like the Patch Push? I'm looking forward to using it. We just need to do something now. Looks like we will need to stick with the Selenium script until then.