Access.h
Go to the documentation of this file.
1 #pragma once
2 
22 CA_API UINT __stdcall ConfigDataSource_Access(MSIHANDLE hInstall);
23 
28 CA_API UINT __stdcall CreateDatabases_Access_Immediate(MSIHANDLE hInstall);
29 
34 CA_API UINT __stdcall CreateDatabases_Access_Deferred(MSIHANDLE hInstall);
35 
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


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com