Enumerations | Functions

src/CustomActions/SystemTools/TemplateFiles.cpp File Reference

#include "StdAfx.h"
#include "TemplateFiles.h"

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.

Enumeration Type Documentation

Enumerator:
ExecuteOnInstall 
ExecuteOnUnInstall 
ContinueOnError 
ExecuteOnInstall 
ExecuteOnUnInstall 
ScheduleIndependently 

Function Documentation

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