Skip to main content
Version: v3

RMCCPSearch Element

Description
Uses file signatures to validate that qualifying products are installed on a system before an upgrade installation is performed. The RMCCPSearch action should be authored into the InstallUISequence table and InstallExecuteSequence table. The installer prevents RMCCPSearch from running in the InstallExecuteSequence sequence if the action has already run in InstallUISequence sequence. The RMCCPSearch action requires the CCP_DRIVE property to be set to the root path on the removable volume that has the installation for any of the qualifying products. The condition for this action may be specified in the element's inner text.
Windows Installer references
RMCCPSearch Action
Parents
InstallExecuteSequence, InstallUISequence
Inner Text (xs:string)
Text node specifies the condition of the action.
Children
None
Attributes
NameTypeDescriptionRequired
AfterStringThe name of an action that this action should come after. 
BeforeStringThe name of an action that this action should come before. 
OverridableYesNoType If "yes", the sequencing of this action may be overridden by sequencing elsewhere.  
SequenceIntegerA value used to indicate the position of this action in a sequence. 
SuppressYesNoTypeIf yes, this action will not occur. 
See Also
Wix Schema, CCPSearch, ComplianceCheck