BindImage Action

[This is preliminary documentation and subject to change.]

The BindImage action binds each executable that must be bound to the DLLs imported by it. This action does this by computing the virtual address of each function that is imported from all DLLs. The computed virtual address is then saved in the importing image Import Address Table (IAT). The action works on each file referred to in the BindImage table installed locally.

Database Tables Queried

This action queries the BindImage table and the Component table.

Properties Used

None

Sequencing Restrictions

The BindImage action must be sequenced after the InstallFiles action.