TemplateFiles.h
Go to the documentation of this file.
1 #pragma once
2 
8 CA_API UINT __stdcall TemplateFiles_Immediate(MSIHANDLE hInstall);
9 
15 CA_API UINT __stdcall TemplateFiles_Deferred(MSIHANDLE hInstall);
16 
CA_API UINT __stdcall TemplateFiles_Deferred(MSIHANDLE hInstall)
Process templace files (deferred). This is a table-driven custom action. Use in combination with AppS...
Definition: TemplateFiles.cpp:120
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall TemplateFiles_Immediate(MSIHANDLE hInstall)
Process templace files (immediate). This is a table-driven custom action. Use in combination with App...
Definition: TemplateFiles.cpp:12


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