You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/generateapplicationmanifest-task.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Generates a [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] ap
50
50
|`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.|
51
51
|`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`.|
52
52
|`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.|
54
54
|`RequiresMinimumFramework35SP1`|Optional `Boolean` parameter.<br /><br /> If true, the application requires the .NET Framework 3.5 SP1 or a more recent version.|
55
55
|`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.|
56
56
|`TargetFrameworkMoniker`|Optional `String` parameter.<br /><br /> Specifies the target framework moniker.|
Copy file name to clipboardExpand all lines: docs/msbuild/generatebootstrapper-task.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Provides an automated way to detect, download, and install an application and it
72
72
</BootstrapperItem>
73
73
```
74
74
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.
76
76
77
77
A build error will result if neither the `BootstrapperItems` nor the `ApplicationFile` parameter is specified.
78
78
@@ -86,11 +86,11 @@ Provides an automated way to detect, download, and install an application and it
86
86
87
87
Optional `String` parameter.
88
88
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:
90
90
91
91
- `HomeSite`: Indicates that the prerequisite is being hosted by the component vendor.
92
92
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.
94
94
95
95
- `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.
96
96
@@ -112,13 +112,13 @@ Provides an automated way to detect, download, and install an application and it
112
112
113
113
Optional `String` parameter.
114
114
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.
116
116
117
117
- `FallbackCulture`
118
118
119
119
Optional `String` parameter.
120
120
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.
122
122
123
123
- `OutputPath`
124
124
@@ -136,7 +136,7 @@ Provides an automated way to detect, download, and install an application and it
136
136
137
137
Optional `String` parameter.
138
138
139
-
Specifies the URL to provide should the bootstrapper installation fail.
139
+
Specifies the URL to provide if the bootstrapper installation fails.
0 commit comments