InstallerTaskBase.

InstallerIconsElement Property

Summary

Stores icons to be used with shortcuts, file extensions, CLSIDs or similar uses.

Parameters

Attribute Type Description Required
name string Name of the icon file. True
value string The binary icon data in PE (.dll or .exe) or icon (.ico) format. True

Examples

Add a compiled help icon to the msi database; To be used with a shortcut. <icons> <icon name="CHMICON" value="${resource.dir}\chm.ico" /> </icons>
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Msi
Containing Type
InstallerTaskBase

Syntax

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

Attributes

Type Description
BuildElement

Value

Type Description
SchemaElement[]