| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | PrimaryVolumePath, PrimaryVolumeSpaceAvailable, PrimaryVolumeSpaceRemaining, PrimaryVolumeSpaceRequired |
This variable contains the alias of the primary installation folder. The primary installation folder is used to determine available and required disk space on the primary volume.
Tip: On the Files and Folders
project page, the primary folder is marked with a heavy black arrow overlay,
thus: ![]()
| Usage | |
|---|---|
| How to set |
Do not change its value directly; instead, go to the Files and Folders project page, right-click on the desired primary folder, and choose the Set as Primary Folder command from the folder's context menu. |
| How to use |
You can refer to this variable as <PRIMARYFOLDER> (Tarma native syntax, preferred) or [PRIMARYFOLDER] (Windows Installer syntax). Because the variable contains the alias of the actual primary folder, you can retrieve the primary folder path (as opposed to the primary folder alias) by using double indirection: <<PRIMARYFOLDER>>.
|