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
chandra2ravichandra2ravi 

How to Retrieve list of installed packages in apex?

Hi,

How to Retrieve list of installed packages in apex or any API (tooling api)

Thanks,
Ravi
Ankit AroraAnkit Arora
Here is your answer :

http://salesforce.stackexchange.com/questions/11620/installed-package-information-specifically-status
https://developer.salesforce.com/forums/ForumsMain?id=906F00000008zbVIAQ
http://stackoverflow.com/questions/17038495/how-can-we-get-the-installed-package-information-within-apex-controller-in-sales
Sonam_SFDCSonam_SFDC
The following blog post talks about using METAdata API to get the list of installed packages:
http://andyinthecloud.com/2013/06/23/look-ma-no-hands-automating-install-and-uninstall-of-packages/

worth a read!