CA_API UINT __stdcall ConfigDataSource_Access(MSIHANDLE hInstall)
Create, configure or remove a Microsoft Access DSN using Microsoft Access Driver (*.MDB)
Definition: Access.cpp:6
CA_API UINT __stdcall CreateDatabases_Access_Deferred(MSIHANDLE hInstall)
Table-driven deferred custom action that creates Microsoft Access database. Use in combination with A...
Definition: Access.cpp:31
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall CreateDatabases_Access_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that creates Microsoft Access database. Use in combination with ...
Definition: Access.cpp:95