Merge.ExtractFiles Method

Windows Installer

Merge.ExtractFiles Method

The ExtractFiles method of the Merge object extracts the embedded .cab file from a module and then writes those files to the destination directory.

Syntax

Script
ExtractFiles(
  Path
)

Parameters

Path

The fully qualified destination directory.

Return Value

This method does not return a value.

Remarks

Any files in the destination directory with the same name are overwritten. The path is created if it does not already exist.

ExtractFiles always extracts files using short file names for the path. To use long file names for the path, use the ExtractFilesEx method.

C++

See ExtractFiles function.

Requirements

VersionMergemod.dll 1.0 or later
HeaderMergemod.h
DLLMergemod.dll

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.