InstallerTaskBase.

InstallerBinariesElement Property

Summary

Stores the binary data for items such as bitmaps, animations, and icons. The binary table is also used to store data for custom actions.

Parameters

Attribute Type Description Required
name string A unique key that identifies the particular binary data. If the binary data is for a control, the key appears in the Text column of the associated control in the Control table. This key must be unique among all controls requiring binary data. True
value string The binary file to add. True

Examples

Add the custom action dll to create/modify virtual directories <binaries> <binary name="MSVBDPCADLL" value="${resource.dir}\MSVBDPCA.DLL" /> </binaries>
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Msi
Containing Type
InstallerTaskBase

Syntax

[BuildElement("binaries", ProcessXml = false)]
public SchemaElement[] InstallerBinariesElement { get; set; }

Attributes

Type Description
BuildElement

Value

Type Description
SchemaElement[]