Deployment Tools Foundation
Merge Method (record)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► View ► Merge(Record)
Inserts or validates a record.
Declaration Syntax
Parameters- record (Record)
- the Record to be merged
Return Valuetrue if the record was inserted or validated, false if there is an existing
record with the same primary keys that is not identical
RemarksWorks only with read-write records. This method cannot be used with a View containing joins.
See Modify(ViewModifyMode, Record) for more remarks.
Win32 MSI API: MsiViewModify
Exceptions| Exception | Condition |
|---|---|
| InstallerException | the merge failed (for a reason other than invalid data) |
| InvalidHandleException | the View handle is invalid |