|
Navigation: Program Reference > Scripting and Variables > Click-Script Editor |
|
Click-script editor is very easy to use. After opening the event you want to edit you will want to add new actions to event. To add a action to current event select Click-Script > Insert Action menu command. Then select the kind of action you want and select the action you want. There are four kinds of actions:
| • | Default actions: are all actions that VisualSetup natively supports. |
| • | Custom actions: are your custom actions that you have defined using the Custom Actions editor. For further information on custom actions, read the Custom Actions topic. |
| • | DLL actions: are the actions that you have defined using the DLL Actions editor. For further information on DLL actions, read the DLL Actions topic. |
| • | Libraries' actions: are the actions of the Actions' Libraries that you have selected for your setup project. For further information on actions' libraries, read the Actions' Libraries topic. |
Let's suppose you have included a Show Message action:

You would want to change the position of the action you have included in the event. You can drag and drop the action you want in the position you want, let's suppose you want the Show Message after the Check Device Connection action:

After dragging and dropping, you would want to edit the actions parameters. To edit the next available parameter just hit the TAB key; you can also click the parameter you want to edit to start editing it:

After clicking the parameter, the parameter's editor will be started:

If you want to remove an action from current event, just select the action you want to remove and hit Delete key.