Enumerations | |
| enum | ExecuteAttributes { ExecuteOnInstall = 1, ExecuteOnUnInstall = 2, ContinueOnError = 1, ExecuteOnInstall = 2, ExecuteOnUnInstall = 4, ScheduleIndependently = 32 } |
Functions | |
| CA_API UINT __stdcall | TemplateFiles_Immediate (MSIHANDLE hInstall) |
| Process templace files (immediate). This is a table-driven custom action. Use in combination with AppSecInc::Wix::Extensions::SystemToolsExtension. | |
| CA_API UINT __stdcall | TemplateFiles_Rollback (MSIHANDLE hInstall) |
| CA_API UINT __stdcall | TemplateFiles_Deferred (MSIHANDLE hInstall) |
| Process templace files (deferred). This is a table-driven custom action. Use in combination with AppSecInc::Wix::Extensions::SystemToolsExtension. | |
| enum ExecuteAttributes |
| CA_API UINT __stdcall TemplateFiles_Deferred | ( | MSIHANDLE | hInstall | ) |
Process templace files (deferred). This is a table-driven custom action. Use in combination with AppSecInc::Wix::Extensions::SystemToolsExtension.
| CA_API UINT __stdcall TemplateFiles_Immediate | ( | MSIHANDLE | hInstall | ) |
Process templace files (immediate). This is a table-driven custom action. Use in combination with AppSecInc::Wix::Extensions::SystemToolsExtension.
| CA_API UINT __stdcall TemplateFiles_Rollback | ( | MSIHANDLE | hInstall | ) |
| © Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |