InstallerTaskBase.

InstallerVDirPropertiesElement Property

Summary

Creates a URLProperty representing the virtual directory and port.

This not an officially Microsoft supported table.

Parameters

Attribute Type Description Required
name string Property containing the virtual directory True
portproperty string Property containing the network port number to use. True
urlproperty string URLProperty to store the url in True

Examples

Convert the virtual directory and port to a url and store the value in a property. <vdirproperties> <vdirproperty name="TARGETVDIR" portproperty="TARGETPORT" urlproperty="TARGETURL" /> </vdirproperties>
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Msi
Containing Type
InstallerTaskBase

Syntax

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

Attributes

Type Description
BuildElement

Value

Type Description
SchemaElement[]