Database
Description:
[
CCode ( has_construct_function =
false ) ]
public Database (
string path,
uint flags,
string? persist)
throws Error
Create a MSI database or open from path.
Parameters:
| path |
path to a MSI file
|
| flags |
DbFlags opening flags
|
| persist |
path to output MSI file
|
Returns:
|
a new Database on success, null if fail.
|