This content has been marked as final.
Show 2 replies
-
1. Re: Checking if a third party plugin is available
Michael L Hale Oct 28, 2009 11:20 AM (in response to Harald Heim)app.systemInformation is a string of information about Photoshop. It has a section named 'Installed plug-ins:' that list both Adobe and 3rd party plug-ins.
You can parse that string to see if the plug-in you need is in that list.
-
2. Re: Checking if a third party plugin is available
Harald Heim Oct 28, 2009 6:45 PM (in response to Michael L Hale)Thanks a lot for the helpful reply!

