CeDeviceRequired

This variable is nonzero if the installer requires a Windows Mobile device for installation, or zero (or empty) if not. You can use this variable as a condition to prompt the user to connect a Windows Mobile device to the target system if none is present yet.

The variable is set or cleared by the UpdateComponents standard action and is only valid after that action is executed at least once. (The action will be automatically re-executed after each change to the feature selections.)

Usage

You can refer to this variable as <CeDeviceRequired>. Do not change this variable; it is set automatically by the installer when the UpdateComponents standard action is executed, and also each time a feature selection changes. When used in conditional expressions you can omit the surrounding < and >, and simply use CeDeviceRequired on its own as a True/False condition.

Related topics

Windows Mobile variables