ProjectFolder

Reference information
Applies to Tarma Installer, Windows Installer
Related topics Build-time variables

Description

Tarma ExpertInstall sets this variable to the full path of the folder containing the current project file. 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

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 <ProjectFolder> (Tarma native syntax, preferred) or [ProjectFolder] (Windows Installer syntax).