SlipstreamMsp Element

WiX

SlipstreamMsp Element

Description
Specifies a patch included in the same bundle that is installed when the parent MSI package is installed.
Windows Installer references
None
Parents
MsiPackage
Inner Text
None
Children
None
Attributes
Name Type Description Required
Id String The identifier for a MspPackage in the bundle. Yes
Remarks

You can also specify that any MspPackage elements in the chain are automatically slipstreamed by setting the Slipstream attribute of an MspPackage to "yes". This will reduce the amount of authoring you need to write and will determine which msi packages can slipstream patches when building a bundle.

See Also
Wix Schema, MspPackage