Search Results for

    Show / Hide Table of Contents

    patches

    Defines a patch list for msi type.

    Parent Element: installTask

    Example

    <patches> 
        <patch fileName="patch1.msp" /> 
        <patch fileName="patch2.msp" /> 
    </patches>
    

    Elements

    patch

    Attribute Type Description Required Version
    fileName string Patch file(msp) This attribute can contain variables X ≥1.0.0
    Back to top