This documentation is archived and is not being maintained.
GenerateBootstrapper Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implements the GenerateBootstrapper task. Use the GenerateBootstrapper element in your project file to create and execute this task. For usage and parameter information, see GenerateBootstrapper Task.
System::Object
Microsoft.Build.Utilities::Task
Microsoft.Build.Tasks::TaskExtension
Microsoft.Build.Tasks::GenerateBootstrapper
Microsoft.Build.Utilities::Task
Microsoft.Build.Tasks::TaskExtension
Microsoft.Build.Tasks::GenerateBootstrapper
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The GenerateBootstrapper type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GenerateBootstrapper | Infrastructure. Initializes a new instance of the GenerateBootstrapper class. |
| Name | Description | |
|---|---|---|
![]() | ApplicationFile | Infrastructure. Gets or sets the file the bootstrapper will use to begin the installation of the application after all prerequisites have been installed. |
![]() | ApplicationName | Infrastructure. Gets or sets the name of the application that the bootstrapper will install. |
![]() | ApplicationRequiresElevation | Gets or sets whether a component runs with elevated permissions when it is installed on a target computer. |
![]() | ApplicationUrl | Infrastructure. Gets or sets the Web location that is hosting the application’s installer. |
![]() | BootstrapperComponentFiles | Infrastructure. Gets or sets the built location of bootstrapper package files. |
![]() | BootstrapperItems | Infrastructure. Gets or sets the products to build into the bootstrapper. |
![]() | BootstrapperKeyFile | Infrastructure. Gets or sets the built location of setup.exe. |
![]() | BuildEngine | Gets or sets the instance of the IBuildEngine object used by the task. (Inherited from Task.) |
![]() | BuildEngine2 | Gets the instance of the IBuildEngine2 object used by the task. (Inherited from Task.) |
![]() | BuildEngine3 | Gets the instance of the IBuildEngine3 object used by the task. (Inherited from Task.) |
![]() | ComponentsLocation | Infrastructure. Gets or sets a location for the bootstrapper to look for installation prerequisites to install. |
![]() | ComponentsUrl | Infrastructure. Gets or sets the URL containing the installation prerequisites. |
![]() | CopyComponents | Infrastructure. Gets or sets a Boolean value that indicates whether the bootstrapper copies all output files to the path specified in the OutputPath property. |
![]() | Culture | Infrastructure. Gets or sets the culture to use for the bootstrapper UI and installation prerequisites. |
![]() | FallbackCulture | Infrastructure. Gets or sets the secondary culture to use for the bootstraper UI and installation prerequisites. |
![]() | HelpKeywordPrefix | Gets or sets the prefix used to compose Help keywords from resource names. (Inherited from Task.) |
![]() | HostObject | Gets or sets the host object associated with the task. (Inherited from Task.) |
![]() | Log | Infrastructure. Gets an instance of a TaskLoggingHelperExtension containing task logging methods. (Inherited from TaskExtension.) |
![]() | OutputPath | Infrastructure. Gets or sets the location to copy setup.exe and all package files. |
![]() | Path | Infrastructure. Gets or sets the location of all available prerequisite packages. |
![]() | SupportUrl | Infrastructure. Gets or sets the URL to provide should the bootstrapper installation fail. |
![]() | TaskResources | Gets or sets the culture-specific resources associated with the task. (Inherited from Task.) |
![]() | Validate | Infrastructure. Gets or sets a Boolean value that indicates whether the bootstrapper performs XSD validation on the specified input bootstrapper items. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Execute | Infrastructure. Executes the GenerateBootstrapper task. (Overrides Task::Execute().) |
![]() | 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:
