Tuesday, January 10, 2006

Custom Action Type 6

This custom action is written in VBScript.

Source
The script is generated from a temporary binary stream. The Source field of the CustomAction table contains a key to the Binary table. The Data column in the Binary table contains the stream data. A separate stream is allocated for each row.

Type Value
Include the following value in the Type column of the CustomAction table to specify the basic numeric type of a 32-bit custom action.
Constants
msidbCustomActionTypeVBScript + msidbCustomActionTypeBinaryData
Hexadecimal Value
0x006
Decimal Value
6

Target
The Target field of the CustomAction table contains an optional script function. Processing first sends the script for parsing and then calls the optional script function.

0 Comments:

Post a Comment

<< Home