Brian Dunning's FileMaker Custom Functions

CheckForInstalledPlugIn ( PlugInName )

Checks if a PlugIn has been installed and is available

  Be the first to rate this function Log in to vote

Detlef Beyer   Detlef Beyer - Show more from this author

Share on Facebook Share on Twitter

  Sample input:
CheckForInstalledPlugIn("MBS Plug-In")
  Sample output:
MBS Plug-In;9.5.0.09;Enabled

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Returns empty if the plugin has not been installed or a string with the version and state of the plugin

use like $isThere = CheckForInstalledPlugIn ( "Name of the plugin" )
If [ RightWords ( $isThere ; 1 ) = "Disabled" ] // then ask the user to enable it
Else If [ IsEmpty ( $isThere ) ] // then install your copy of the plugin

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: