msilib.init_database(name, schema, ProductName, ProductCode, ProductVersion, Manufacturer)
Create and return a new database name, initialize it with schema, and set the properties ProductName, ProductCode, ProductVersion, and Manufacturer.
schema must be a module object containing tables
and _Validation_records
attributes; typically, msilib.schema
should be used.
The database will contain just the schema and the validation records when this function returns.
Please login to continue.