CA_API UINT __stdcall DataFile_SQLServer_Deferred(MSIHANDLE hInstall)
Table-driven immediate custom action that BULK inserts MSSQL data. Use in combination with AppSecInc...
Definition: SqlServer.cpp:374
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall CreateDatabases_SQLServer_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that creates Microsoft SQL Server database. Use in combination w...
Definition: SqlServer.cpp:99
CA_API UINT __stdcall ConfigDataSource_SQLServer(MSIHANDLE hInstall)
Create a Microsoft MSSQL DSN using Microsoft MSSQL Driver (*.MDB)
Definition: SqlServer.cpp:6
CA_API UINT __stdcall DataFile_SQLServer_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that BULK inserts MSSQL data. Use in combination with AppSecInc...
Definition: SqlServer.cpp:239
CA_API UINT __stdcall CreateDatabases_SQLServer_Deferred(MSIHANDLE hInstall)
Table-driven deferred custom action that creates Microsoft SQL Server database. Use in combination wi...
Definition: SqlServer.cpp:34