| Reference information | |
|---|---|
| Applies to | Tarma Installer |
| Related topics |
The equivalent variable for Windows Installer is USERNAME. Because RegOwner uses runtime registry lookup, it cannot be used in Windows Installer packages. |
This variable contains the name of the user who owns the target system, as stored in the target system's registry. (This is one of the two names that you see if your choose Help > About Windows in Windows Explorer and similar system tools.) Tarma Installer initializes this variable from information on the target system.
| Usage | |
|---|---|
| How to set | This variable is set automatically by Tarma Installer when the installer runs. Do not change its value; it has been carefully configured for cross-platform compatibility. |
| How to use | You can refer to this variable as <RegOwner> (Tarma native syntax, preferred) or [RegOwner] (Windows Installer syntax). |