20.2 Using the Wizards to Configure Actions

Each instance of DAS is driven by an XML document describing the actions that are available.

This release of SecureLogin introduces a wizard that helps you in composing an action. The wizard tool is available in the Tools folder of the Windows Installer Package.

The first version of the DAS Wizard has a provision for creating and modifying a configuration file. The wizard helps you create the configuration in an XML format.

The wizardsupports actions and triggers created in DAS version 2.0.

20.2.1 Creating a New Configuration File

  1. Run the DASWizard.exe available in the Tools folder of the Windows Installer Package. The wizard is launched.

  2. Select Action > Insert Action.

  3. Specify a name for the action. For example, WSAction.

  4. Insert a child element for the action you have created.

    You can select from a set of predefined actions.

    Right-click the action you added, click Insert Element, and select the child element. For example, map-drive.

  5. Specify the parameters for the child you have applied.

    Not all the child elements have associated parameters. For example, nds-logout or show-desktop do not have any parameters.

    For example, if you selected map-drive in Step 4, specify the drive to be mapped and the remote.

  6. To add triggers to the action you have created. Right-click on Triggers, click > Insert Triggers, and select a trigger from the list of predefined triggers.

  7. Specify the parameters for the trigger you have selected.

  8. Click Save to save the configuration.

    The configuration is saved in an XML format.

    Store the DTD file in the same location as the actions.xml file. When loading the actions.xml file, DASWizard validates through the DTD only if it is present in the same location as the actions.xml file. If stored in a different location, it throws an error and fails to open the actions.xml file.

20.2.2 Deleting a Configuration

  1. Right-click the action you want to delete.

  2. Select Delete.

20.2.3 Modifying an Existing Configuration File

  1. Select File > Open Configuration file.

  2. Select the XML file you want to load.

  3. Make changes to the selected action and save.

You can also modify an XML file that is not created using the wizard.