3 using namespace AppSecInc::Msi::Flags;
CA_API UINT __stdcall Win32_GetParentDirectory(MSIHANDLE hInstall)
Get the parent directory.
Definition: Win32Impl.cpp:767
Definition: Win32Impl.h:7
CA_API UINT __stdcall Win32_GetFileSize(MSIHANDLE hInstall)
Get the size of a file.
Definition: Win32Impl.cpp:738
CA_API UINT __stdcall Win32_MoveFiles_Deferred(MSIHANDLE hInstall)
Definition: Win32Impl.cpp:268
CA_API UINT __stdcall Win32_GetSpecialFolderPath(MSIHANDLE hInstall)
Retrieves the path of a special folder, identified by its CSIDL.
Definition: Win32Impl.cpp:819
CA_API UINT __stdcall Win32_DeleteFiles_Immediate(MSIHANDLE hInstall)
Delete files. This is a table-driven custom action. Use in combination with AppSecInc.Wix.Extensions.SystemToolsExtension.
Definition: Win32Impl.cpp:552
Definition: Win32Impl.h:8
Definition: Win32Impl.h:9
byte(s)
Definition: File.h:142
CA_API UINT __stdcall Win32_MoveFile(MSIHANDLE hInstall)
Move a file.
Definition: Win32Impl.cpp:32
CA_API UINT __stdcall Win32_DeleteDirectory(MSIHANDLE hInstall)
Delete a directory with all subdirectories and files.
Definition: Win32Impl.cpp:72
automatically adjust
Definition: File.h:141
CA_API UINT __stdcall Win32_DeleteFiles_Deferred(MSIHANDLE hInstall)
Definition: Win32Impl.cpp:468
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall Win32_DeleteFile(MSIHANDLE hInstall)
Delete a file.
Definition: Win32Impl.cpp:60
CA_API UINT __stdcall Win32_CopyFiles_Immediate(MSIHANDLE hInstall)
Copy files. This is a table-driven custom action. Use in combination with AppSecInc.Wix.Extensions.SystemToolsExtension.
Definition: Win32Impl.cpp:226
CA_API UINT __stdcall Win32_CreateDirectory(MSIHANDLE hInstall)
Create a directory.
Definition: Win32Impl.cpp:84
CA_API UINT __stdcall Win32_MoveFiles_Immediate(MSIHANDLE hInstall)
Move files. This is a table-driven custom action. Use in combination with AppSecInc.Wix.Extensions.SystemToolsExtension.
Definition: Win32Impl.cpp:410
CA_API UINT __stdcall Win32_ReadFile(MSIHANDLE hInstall)
Read contents of an ANSI file into a property.
Definition: Win32Impl.cpp:807
Mb.
Definition: File.h:144
CA_API UINT __stdcall Win32_Execute_Rollback(MSIHANDLE hInstall)
Execute commands (rollback). This is a table-driven custom action. Use in combination with AppSecInc...
Definition: Win32Impl.cpp:668
Kb.
Definition: File.h:143
CA_API UINT __stdcall Win32_WriteFile(MSIHANDLE hInstall)
Write to an ANSI text file.
Definition: Win32Impl.cpp:778
CA_API UINT __stdcall Win32_CopyFiles_Deferred(MSIHANDLE hInstall)
Definition: Win32Impl.cpp:97
CA_API UINT __stdcall Win32_Execute_Immediate(MSIHANDLE hInstall)
Execute commands (immediate). This is a table-driven custom action. Use in combination with AppSecInc...
Definition: Win32Impl.cpp:610
CA_API UINT __stdcall Win32_CopyFile(MSIHANDLE hInstall)
Copy a file.
Definition: Win32Impl.cpp:5
e_Win32CopyFile_Overwrite
Definition: Win32Impl.h:5
CA_API UINT __stdcall Win32_Execute_Deferred(MSIHANDLE hInstall)
Execute commands (deferred). This is a table-driven custom action. Use in combination with AppSecInc...
Definition: Win32Impl.cpp:674
CA_API UINT __stdcall Win32_FileExists(MSIHANDLE hInstall)
Check if file exists.
Definition: Win32Impl.cpp:756