Purpose
Check whether Excel is installed

Solution
Call up a JavaScript function that reads the "class identifier" entry of Excel in the Windows registry.

Example
We display a particular pushbutton if Excel is installed.

GuiXT

CallJS xl = excel_installed
if V[xl]
   Pushbutton ...
endif

JavaScript function

JavaScript

 

Components
InputAssistant + Controls