InstallInitialize Action

[This is preliminary documentation and subject to change.]

The InstallInitialize action and InstallFinalize action mark the beginning and end of a sequence of actions that change the system.

Database Tables Queried

None

Properties Used

None

Sequencing Restrictions

The InstallInitialize action must be called before any actions that change the system, such as the InstallFiles action, WriteRegistryValues action, and ProcessComponents action. It must, therefore, be called before the InstallFinalize action and the InstallExecute action.