| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | COMPANYNAME |
| External links | |
Public property that prevents automatic initialization of the COMPANYNAME variable.
| Usage | |
|---|---|
| How to set |
If you set this variable to 1, Windows Installer will not initialize the COMPANYNAME variable from information on the target system. If you set it to 0, or leave it undefined, the COMPANYNAME variable will be initialized. Because this is a public property, you can also set it on the installer's command line. |
| How to use | You can refer to this variable as <NOCOMPANYNAME> (Tarma native syntax, preferred) or [NOCOMPANYNAME] (Windows Installer syntax). |