NAnt SDK Documentation - v0.92

RegsvcsTask.ExistingApplication Property

Expect an existing application. The default is false.

[Visual Basic]
<TaskAttribute(Name:="existingapp", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property ExistingApplication As Boolean
[C#]
[TaskAttribute(Name="existingapp", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool ExistingApplication {get; set;}

See Also

RegsvcsTask Class | NAnt.DotNet.Tasks Namespace