Committing Databases

Windows Installer

Committing Databases

Changes made to the installation database are not written to the database until you call MsiDatabaseCommit.

To ensure changes made in a database are finalized

  1. Check to see whether a table will be written when you call MsiDatabaseCommit by calling MsiDatabaseIsTablePersistent.
  2. Call the MsiDatabaseCommit function to finalize changes to the database.

Changes made in a database are accumulated and are not reflected in the actual database until you call MsiDatabaseCommit. Temporary columns or rows are not committed to the database. When a database is closed, all changes made since the last MsiDatabaseCommit are automatically rolled back.

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.