ParentProductCode Property

Windows Installer

ParentProductCode Property

During a concurrent installation, the installer sets the ParentProductCode property in the concurrent installation's session to the same value as the ProductCode property in the parent installation's session. Parent installations run the concurrent installation actions to perform a concurrent installation. An installation package can determine whether it is being installed by a concurrent installation action by checking the value of this property.

Note  Concurrent Installations are not recommended for the installation of applications intended for release to the public. For information about concurrent installations please see Concurrent Installations.

Note  This property is not set if the concurrent installation is being run by the RemoveExistingProducts action.

Remarks

To prevent a package from ever being installed as a concurrent installation, add either of the following conditional statements to the LaunchCondition table. This prevents the package from ever being installed by a concurrent installation action run by another installation. This does not prevent the package from being installed by the RemoveExistingProducts action.

"Not ParentProductCode"

"Not ParentOriginalDatabase"

Requirements

VersionWindows Installer 5.0 on Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003, Windows XP, and Windows 2000. See the Windows Installer Run-Time Requirements for information about the minimum Windows service pack that is required by a Windows Installer version.

See Also

Properties
ParentOriginalDatabase

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.