Error Object

Windows Installer

Error Object

The Error object returns the information of a single merge error.

Methods

The Error object does not define any methods.

Properties

The Error object defines the following properties.

Property Access type Description

DatabaseKeys

Read-only

Returns the primary keys of the row in the database table that caused the error.

DatabaseTable

Read-only

Returns the table name of the table in the database causing the error.

Language

Read-only

Return the language of the error.

ModuleKeys

Read-only

Returns the primary keys of the row in the module table that caused the error.

ModuleTable

Read-only

Returns the table name of the table in the module causing the error.

Path

Read-only

Return the path to the file or directory causing the error. Currently unused.

Type

Read-only

Return the type of error.

 

C++

interface IMsmError : IDispatch

Interface ID

Constant Value
IID_IMsmError {0ADDA828-2C26-11D2-AD65-00A0C9AF11A6}

 

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.