SetOffice2003AddInRegistration.Execute Method

Creates or removes registry keys that are needed to run or uninstall an application-level add-in for Microsoft Office 2003.

Namespace:  Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:  Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)

Syntax

'Declaration
Public Overrides Function Execute As Boolean
'Usage
Dim instance As SetOffice2003AddInRegistration
Dim returnValue As Boolean

returnValue = instance.Execute()
public override bool Execute()

Return Value

Type: System.Boolean
true if the registry keys that are needed to run or uninstall the add-in have been successfully created or removed; otherwise, false.

Implements

ITask.Execute()

.NET Framework Security

See Also

Reference

SetOffice2003AddInRegistration Class

SetOffice2003AddInRegistration Members

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace