A temporary package that exposes MSI functions.
More...
#include <MsiShim.h>
List of all members.
Public Member Functions |
| MsiShim () |
| ~MsiShim () |
void | Import (const std::wstring &path, const std::wstring &file) |
| import table data into the current database
|
int | ExecuteCA (const std::wstring &dll, const std::wstring &name) |
| execute a custom action in a custom action DLL
|
Detailed Description
A temporary package that exposes MSI functions.
Constructor & Destructor Documentation
Member Function Documentation
int MsiShim::ExecuteCA |
( |
const std::wstring & |
dll, |
|
|
const std::wstring & |
name |
|
) |
| |
execute a custom action in a custom action DLL
void MsiShim::Import |
( |
const std::wstring & |
path, |
|
|
const std::wstring & |
file |
|
) |
| |
import table data into the current database
The documentation for this class was generated from the following files: