BuildType
| Reference information |
| Applies to |
Tarma Installer, Windows Installer |
| Related topics |
Build-time
variables |
Description
Tarma ExpertInstall sets this variable to the type of the current build configuration.
See Build-time variables for details about
when Tarma ExpertInstall assigns values to build-time variables. The type
can be one of the following values:
| Build configuration |
BuildType value |
| Tarma Installer |
TSU |
| Windows Installer |
MSI |
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
| 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 <BuildTarget> (Tarma native syntax,
preferred) or [BuildTarget]
(Windows Installer syntax). |