This topic has not yet been rated - Rate this topic

BuildSettings Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Defines the settings for the bootstrapper build operation.

System.Object
  Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings

Namespace:  Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly:  Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("5D13802C-C830-4b41-8E7A-F69D9DD6A095")]
public class BuildSettings : IBuildSettings

The BuildSettings type exposes the following members.

  Name Description
Public method BuildSettings Infrastructure. Initializes a new instance of the BuildSettings class.
Top
  Name Description
Public property ApplicationFile Infrastructure. Gets or sets the file to be installed after the bootstrapper installs the required components.
Public property ApplicationName Infrastructure. Gets or sets the name of the application to be installed after the bootstrapper installs all required components.
Public property ApplicationRequiresElevation Infrastructure. Gets or sets a value indicating whether a component runs with elevated permissions when it is installed on a target computer.
Public property ApplicationUrl Infrastructure. Gets or sets the expected source location when the bootstrapper is published to a Web site.
Public property ComponentsLocation Infrastructure. Gets or sets the installation location for bootstrapper components.
Public property ComponentsUrl Infrastructure. Gets or sets the location to which the bootstrapper will copy components if ComponentsLocation is set to Absolute.
Public property CopyComponents Infrastructure. Gets or sets a value indicating whether the bootstrapper components will be copied to the build output directory.
Public property FallbackLCID Infrastructure. Gets or sets the culture identifier to use if the LCID identifier is not available.
Public property LCID Infrastructure. Gets or sets the culture identifier specifying the culture for which the bootstrapper is built.
Public property OutputPath Infrastructure. Gets or sets the file location to which to copy output files.
Public property ProductBuilders Infrastructure. Gets the product builders to use for generating the bootstrapper.
Public property SupportUrl Infrastructure. Gets or sets the URL for the Web site that contains support information for the bootstrapper.
Public property Validate Infrastructure. Gets or sets a value indicating whether the bootstrapper performs XML validation on the component manifests.
Top
  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ