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(iss, desktop_icon = TRUE)
Character vector which cummulatively becomes an Inno Setup Script (ISS).
Logical. If TRUE, create a desktop shortcut.
Chainable character vector, which can be used as the text
argument of writeLines
to generate an ISS.
get_R
, copy_installation
, create_config
, create_bat
, create_pkgs
, directives
, setup
, languages
, tasks
, files
, icons
, run
, and code
.