BuildSettings Class

Definition

This class defines the settings for the bootstrapper build operation.

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

public ref class BuildSettings : Microsoft::Build::Tasks::Deployment::Bootstrapper::IBuildSettings
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5D13802C-C830-4b41-8E7A-F69D9DD6A095")]
public class BuildSettings : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("5D13802C-C830-4b41-8E7A-F69D9DD6A095")>]
type BuildSettings = class
    interface IBuildSettings
Public Class BuildSettings
Implements IBuildSettings
Inheritance
BuildSettings
Attributes
Implements

Constructors

BuildSettings()

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

Initializes a new instance of the BuildSettings class.

Properties

ApplicationFile

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

The file to be installed after the bootstrapper has installed the required components. It is assumed that this file path is relative to the bootstrapper source path. If no application is to be installed, this parameter may be null

ApplicationName

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

The name of the application to be installed after the bootstrapper has installed all required components. If no application is to be installed, this parameter may be null

ApplicationRequiresElevation

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

A value of true indicates that the application should require elevation to install on Vista.

ApplicationUrl

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

The expected source location if the bootstrapper is published to a website. It is expected that the ApplicationFile, if specified, will be published to the location consistent to this value. If ComponentsLocation is Relative, required component files will also be published in a manner consistent with this value. This value may be null if setup.exe is not to be published to the web

ComponentsLocation

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

Specifies the install time location for bootstrapper components

ComponentsUrl

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

The location the bootstrapper install time will use for components if ComponentsLocation is "Absolute"

CopyComponents

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

If true, the bootstrapper components will be copied to the build output directory. If false, the files will not be copied

FallbackLCID

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

The culture identifier to use if the LCID identifier is not available

LCID

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

The culture identifier for the bootstrapper to be built

OutputPath

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

The file location to copy output files to

ProductBuilders

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

The product builders to use for generating the bootstrapper

SupportUrl

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

Specifies a URL for the Web site containing support information for the bootstrapper

Validate

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

True if the bootstrapper will perform XML validation on the component manifests

Applies to