| Reference information | |
|---|---|
| Applies to | Windows Installer |
| External links | |
Public property that indicates if the CCPSearch and RMCCPSearch actions must run to find qualifying products for an upgrade.
| Usage | |
|---|---|
| How to set | You should set this variable to 1 if you want Windows Installer to search for qualifying products. 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 <CCP_TEST> (Tarma native syntax, preferred) or [CCP_TEST] (Windows Installer syntax). In conditional expressions you can omit the brackets and simply use CCP_TEST as a test for the execution of the qualifying products search. |