| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | Build-time variables |
Tarma ExpertInstall sets this variable to name (only) of the current build configuration. See Build-time variables for details about when Tarma ExpertInstall assigns values to build-time variables.
Note: This variable is primarily intended for use in build actions. Therefore, and because it might contain potentially sensitive information about your development system, it is not saved in the installer's database by default. If you want to use this variable as part of your installer, you must check its Save for MSI or Save for Tarma box, as appropriate, in the Product Variable attributes pane. If you fail to do so, Tarma ExpertInstall will issue a BLD:W0102 or BLD:W0103 diagnostic when you build the project.
| Usage | |
|---|---|
| How to set | Do not set this variable directly; it is set automatically each time Tarma ExpertInstall builds a project. |
| How to use | You can refer to it as <BuildName> (Tarma native syntax, preferred) or [BuildName] (Windows Installer syntax). |