| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | Tarma Installer does not use this variable; it uses the Email variable instead. However, because ARPCONTACT is defined as <Email>, you can use it in Tarma Installer packages if compatibility with Windows Installer is required. Be sure to check its Save for Tarma box in the Product Variable attributes pane in that case. |
| External links | |
Public property that contains the product support email address. Windows Installer stores the value of this property under the Add/Remove Programs registry key for the product.
| Usage | |
|---|---|
| How to set | Do not set this variable directly; it is set automatically when you build the installer, using information from the Product Identification project page. However, because this is a public property, you can also set it on the installer's command line. |
| How to use | Used internally by Windows Installer. You can refer to this variable as <ARPCONTACT> (Tarma native syntax, preferred) or [ARPCONTACT] (Windows Installer syntax). |