Skip to content

Remove bullet points from section descriptions. #4420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ msbuild /target:publish /property:BootstrapperEnabled=false

- `UpdateUrl` (not shown) is the location from which the application will receive updates. If specified, this value is inserted into the application manifest.

- The following properties are set in the **Publish Options** dialog box, accessed from the **Publish** page.
The following properties are set in the **Publish Options** dialog box, accessed from the **Publish** page.

- `PublisherName` specifies the name of the publisher displayed in the prompt shown when installing or running the application. In the case of an installed application, it is also used to specify the folder name on the **Start** menu.

- `ProductName` specifies the name of the product displayed in the prompt shown when installing or running the application. In the case of an installed application, it is also used to specify the shortcut name on the **Start** menu.

- The following properties are set in the **Prerequisites** dialog box, accessed from the **Publish** page.
The following properties are set in the **Prerequisites** dialog box, accessed from the **Publish** page.

- `BootstrapperEnabled` determines whether to generate the *setup.exe* bootstrapper.

Expand Down