Enumerations | |
enum | AccessDatabaseAttributes { CreateOnInstall = 1, DropOnUnInstall = 2, DropOnInstall = 4, CreateOnUnInstall = 16, CheckIfExists = 32 } |
Functions | |
CA_API UINT __stdcall | ConfigDataSource_Access (MSIHANDLE hInstall) |
Create, configure or remove a Microsoft Access DSN using Microsoft Access Driver (*.MDB) More... | |
CA_API UINT __stdcall | CreateDatabases_Access_Deferred (MSIHANDLE hInstall) |
Table-driven deferred custom action that creates Microsoft Access database. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension. More... | |
CA_API UINT __stdcall | CreateDatabases_Access_Immediate (MSIHANDLE hInstall) |
Table-driven immediate custom action that creates Microsoft Access database. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension. More... | |
CA_API UINT __stdcall ConfigDataSource_Access | ( | MSIHANDLE | hInstall | ) |
Create, configure or remove a Microsoft Access DSN using Microsoft Access Driver (*.MDB)
DSN_NAME | Name for the new DSN |
DSN_ACCESS_DBQ | Complete path to the .mdb database file. Note that creating the DSN will succeed with the wrong path, but the database will be inaccessible. |
DSN_ACCESS_UID | Optional database username. |
DSN_ACCESS_PWD | Optional database password. |
ODBC_FLAG | ODBC flag for SQLConfigDataSource, one of the following:
|
CA_API UINT __stdcall CreateDatabases_Access_Deferred | ( | MSIHANDLE | hInstall | ) |
Table-driven deferred custom action that creates Microsoft Access database. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension.
CA_API UINT __stdcall CreateDatabases_Access_Immediate | ( | MSIHANDLE | hInstall | ) |
Table-driven immediate custom action that creates Microsoft Access database. Use in combination with AppSecInc.Wix.Extensions.DataSourceExtension.
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |