Merge.ExtractCAB Method

Windows Installer

Merge.ExtractCAB Method

The ExtractCAB method of the Merge object extracts the embedded .cab file from a module and saves it as the specified file. The installer creates this file if it does not already exist and overwritten if it does exist.

Syntax

Script
ExtractCAB(
  FileName
)

Parameters

FileName

The fully qualified destination file.

Return Value

This method does not return a value.

C++

See ExtractCAB 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.