Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.01 KB

bindimage-action.md

File metadata and controls

36 lines (19 loc) · 1.01 KB
description ms.assetid title ms.topic ms.date
The BindImage action binds each executable or DLL that must be bound to the DLLs imported by it.
bf90acc0-4e90-4180-9df7-268b63a66538
BindImage Action
article
05/31/2018

BindImage Action

The BindImage action binds each executable or DLL that must be bound to the DLLs imported by it. The BindImage action acts on each file in the BindImage table, but only those that are to be installed locally. The installer computes the virtual address of each function imported from all DLLs, then saves the computed virtual address in the importing image's import address table (IAT).

The BindImage Action internally calls the BindImageEx Windows API.

Sequence Restrictions

The BindImage action must come after the InstallFiles action.

ActionData Messages

Field Description of action data
[1] File identifier of executable.