This documentation is archived and is not being maintained.
BuildSettings Class
Visual Studio 2010
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.
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The BuildSettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildSettings | Infrastructure. Initializes a new instance of the BuildSettings class. |
| Name | Description | |
|---|---|---|
![]() | ApplicationFile | Infrastructure. Gets or sets the file to be installed after the bootstrapper installs the required components. |
![]() | ApplicationName | Infrastructure. Gets or sets the name of the application to be installed after the bootstrapper installs all required components. |
![]() | ApplicationRequiresElevation | Infrastructure. Gets or sets a value indicating whether a component runs with elevated permissions when it is installed on a target computer. |
![]() | ApplicationUrl | Infrastructure. Gets or sets the expected source location when the bootstrapper is published to a Web site. |
![]() | ComponentsLocation | Infrastructure. Gets or sets the installation location for bootstrapper components. |
![]() | ComponentsUrl | Infrastructure. Gets or sets the location to which the bootstrapper will copy components if ComponentsLocation is set to Absolute. |
![]() | CopyComponents | Infrastructure. Gets or sets a value indicating whether the bootstrapper components will be copied to the build output directory. |
![]() | FallbackLCID | Infrastructure. Gets or sets the culture identifier to use if the LCID identifier is not available. |
![]() | LCID | Infrastructure. Gets or sets the culture identifier specifying the culture for which the bootstrapper is built. |
![]() | OutputPath | Infrastructure. Gets or sets the file location to which to copy output files. |
![]() | ProductBuilders | Infrastructure. Gets the product builders to use for generating the bootstrapper. |
![]() | SupportUrl | Infrastructure. Gets or sets the URL for the Web site that contains support information for the bootstrapper. |
![]() | Validate | Infrastructure. Gets or sets a value indicating whether the bootstrapper performs XML validation on the component manifests. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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:
