Action Sequence attributes (Tarma)

Reference information
Project page Action Sequences
Related topics Working with attribute panes

Introduction

An action sequence contains one or more actions for execution by the Tarma native installer. There are two required action sequences (_EntryHandler and _ExitHandler) that serve as the entry and exit points of the installer; all other action sequences are optional.

When you create a new Tarma ExpertInstall project, it contains the action sequences that implement a default installer. However, these action sequences are not cast in stone; you can change them, delete them, or add any number of others to create a fully customized installer.

We recommend, however, that you start with the predefined action sequences and modify them to suit your needs. Defining new action sequences requires a good understanding of the operation of the Tarma native installer and should only be done after you have gained experience with the installer.

Tip: See Action Sequences for a complete list of predefined action sequences.

MSI note MSI action sequences are different from Tarma action sequences; see Action Sequence attributes (MSI) for more information.

Attributes

This pane contains the following attributes and options.

Attribute Description
Name The name of the action sequence. Apart from the required _EntryHandler and _ExitHandler names, you can use any name you like for an action sequence, as long as it's unique among all other action sequences. This name is only used in Tarma ExpertInstall and is not visible to the user.