Learn R Programming

RInno (version 0.1.2)

tasks: Tasks Section of ISS

Description

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.

Usage

tasks(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

get_R, copy_installation, create_config, create_bat, directives, setup, languages, tasks, files, icons, run, and code.