Error.Path property
In Windows Installer versions 1.0 and 1.1 the Path property is always the empty string. Future versions may use this value to return the path to the file or directory that could not be created.
This property is read-only.
Syntax
propVal = Error.Path
Property value
Remarks
This value is only valid for errors of type msmErrorFileCreate or msmErrorDirCreate. You can determine the type of error by calling Type property of the Error object.
C++
See get_Path function.
Requirements
Requirement | Value |
---|---|
Version |
Mergemod.dll 1.0 or later |
Header |
|
DLL |
|