This documentation is archived and is not being maintained.

IBuildSettings Interface

Defines the settings for the bootstrapper build operation.

Namespace:  Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly:  Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"87EEBC69-0948-4ce6-A2DE-819162B87CC6")]
public interface class IBuildSettings

The IBuildSettings type exposes the following members.

  NameDescription
Public propertyApplicationFileGets or sets the file to be installed after the bootstrapper installs the required components.
Public propertyApplicationNameGets or sets the name of the application to be installed after the bootstrapper installs all required components.
Public propertyApplicationRequiresElevationGets or sets a value indicating whether a component runs with elevated permissions when it is installed on a target computer.
Public propertyApplicationUrlGets or sets the expected source location when the bootstrapper is published to a Web site.
Public propertyComponentsLocationGets or sets the installation location for bootstrapper components.
Public propertyComponentsUrlGets or sets the location to which the bootstrapper will copy components if ComponentsLocation is set to Absolute.
Public propertyCopyComponentsGets or sets a value indicating whether the bootstrapper components will be copied to the build output directory.
Public propertyFallbackLCIDGets or sets the culture identifier to use if the LCID identifier is not available.
Public propertyLCIDGets or sets the culture identifier specifying the culture for which the bootstrapper is built.
Public propertyOutputPathGets or sets the file location to which to copy output files.
Public propertyProductBuildersGets the product builders to use for generating the bootstrapper.
Public propertySupportUrlGets or sets the URL for the Web site that contains support information for the bootstrapper.
Public propertyValidateGets or sets a value indicating whether the bootstrapper performs XML validation on the component manifests.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: