Skip to content

Commit c147596

Browse files
committed
acrolinx
1 parent 84efa44 commit c147596

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/msbuild/generateapplicationmanifest-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Generates a [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] ap
5050
|`OutputManifest`|Optional <xref:Microsoft.Build.Framework.ITaskItem> output parameter.<br /><br /> Specifies the name of the generated output manifest file. If this parameter is not specified, the name of the output file is inferred from the identity of the generated manifest.|
5151
|`Platform`|Optional `String` parameter.<br /><br /> Specifies the target platform of the application. This parameter can have the following values:<br /><br /> - `AnyCPU`<br />- `x86`<br />- `x64`<br />- `Itanium`<br /><br /> If this parameter is not specified, the task defaults to `AnyCPU`.|
5252
|`Product`|Optional `String` parameter.<br /><br /> Specifies the name of the application. If this parameter is not specified, the name is inferred from the identity of the generated manifest. This name is used for the shortcut name on the **Start** menu and is part of the name that appears in the **Add or Remove Programs** dialog box.|
53-
|`Publisher`|Optional `String` parameter.<br /><br /> Specifies the publisher of the application. If this parameter is not specified, the name is inferred from the registered user, or the identity of the generated manifest. This name is used for the folder name on the Start menu and is part of the name that appears in the Add or Remove Programs dialog box.|
53+
|`Publisher`|Optional `String` parameter.<br /><br /> Specifies the publisher of the application. If this parameter is not specified, the name is inferred from the registered user, or the identity of the generated manifest. This name is used for the folder name on the **Start** menu and is part of the name that appears in the **Add or Remove Programs** dialog box.|
5454
|`RequiresMinimumFramework35SP1`|Optional `Boolean` parameter.<br /><br /> If true, the application requires the .NET Framework 3.5 SP1 or a more recent version.|
5555
|`TargetCulture`|Optional `String` parameter.<br /><br /> Identifies the culture of the application and specifies the `Language` field of the assembly identity for the generated manifest. If this parameter is not specified, it is assumed the application is culture invariant.|
5656
|`TargetFrameworkMoniker`|Optional `String` parameter.<br /><br /> Specifies the target framework moniker.|

docs/msbuild/generatebootstrapper-task.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Provides an automated way to detect, download, and install an application and it
7272
</BootstrapperItem>
7373
```
7474

75-
The `Include` attribute is used to represent the name of a prerequisite which should be installed. The `ProductName` item metadata is optional, and will be used by the build engine as a user-friendly name in case the package cannot be found. These items are not required [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] input parameters unless no `ApplicationFile` is specified. You should include one item for every prerequisite which must be installed for your application.
75+
The `Include` attribute represents the name of a prerequisite that should be installed. The `ProductName` item metadata is optional, and will be used by the build engine as a user-friendly name if the package cannot be found. These items are not required [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] input parameters, unless no `ApplicationFile` is specified. You should include one item for every prerequisite that must be installed for your application.
7676

7777
A build error will result if neither the `BootstrapperItems` nor the `ApplicationFile` parameter is specified.
7878

@@ -86,11 +86,11 @@ Provides an automated way to detect, download, and install an application and it
8686

8787
Optional `String` parameter.
8888

89-
Specifies a location for the bootstrapper to look for installation prerequisites to install. This parameter can have the following values::
89+
Specifies a location for the bootstrapper to look for installation prerequisites to install. This parameter can have the following values:
9090

9191
- `HomeSite`: Indicates that the prerequisite is being hosted by the component vendor.
9292

93-
- `Relative`: Indicates that the preqrequisite is at the same location of the application.
93+
- `Relative`: Indicates that the prerequisite is at the same location of the application.
9494

9595
- `Absolute`: Indicates that all components are to be found at a centralized URL. This value should be used in conjunction with the `ComponentsUrl` input parameter.
9696

@@ -112,13 +112,13 @@ Provides an automated way to detect, download, and install an application and it
112112

113113
Optional `String` parameter.
114114

115-
Specifies the culture to use for the bootstrapper UI and installation prerequisites. If the specified culture is unavailabe, the task uses the value of the `FallbackCulture` parameter.
115+
Specifies the culture to use for the bootstrapper UI and installation prerequisites. If the specified culture is unavailable, the task uses the value of the `FallbackCulture` parameter.
116116

117117
- `FallbackCulture`
118118

119119
Optional `String` parameter.
120120

121-
Specifies the secondary culture to use for the bootstraper UI and installation prerequisites.
121+
Specifies the secondary culture to use for the bootstrapper UI and installation prerequisites.
122122

123123
- `OutputPath`
124124

@@ -136,7 +136,7 @@ Provides an automated way to detect, download, and install an application and it
136136

137137
Optional `String` parameter.
138138

139-
Specifies the URL to provide should the bootstrapper installation fail.
139+
Specifies the URL to provide if the bootstrapper installation fails.
140140

141141
- `Validate`
142142

0 commit comments

Comments
 (0)