GetFiles.ModuleFiles Property

Windows Installer

GetFiles.ModuleFiles Property

ModuleFiles property of the GetFiles object returns all the primary keys of the File table for the currently open module. The primary keys are returned as a collection of strings. The module must be opened by a call to the OpenModule method of the Merge object before calling ModuleFiles.

Syntax

Script
GetFiles.ModuleFiles

Remarks

Note that order of the files listed in the collection may not be in the same sequence as listed in the File table.

If the module has no File table, or contains no files in the particular language, ModuleFiles returns an empty collection of strings.

C++

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