Defines all of the user-customizable tasks during installation. These tasks appear as check boxes and radio buttons on the Select Additional Tasks installer page. See [Tasks] section for details.

tasks_section(iss, desktop_icon = TRUE)

Arguments

iss

Character vector which cumulatively becomes an Inno Setup Script (ISS).

desktop_icon

Logical. If TRUE, create a desktop shortcut.

Value

Chainable character vector, which can be used as the text argument of writeLines to generate an ISS.

See also