Navigation:  Click-Script Guide >

Custom Actions

Previous pageReturn to chapter overviewNext page

Sometimes you must write the same script many times in your setup project, just changing some parameters. Custom Actions solves this problem, you can define your own custom action and then write the script just one time, then include the custom action how many times you want.

Custom Actions are equivalent to functions in your programming language. You can also call custom actions from custom actions or do recursive calls.

 

Creating Custom Actions

Defining Parameters

Using Custom Actions

Removing Custom Actions