files_section {RInno} | R Documentation |
Files to be installed on user's computer. Everything in app_dir
plus
file_list
. For more information, visit [Files] section.
files_section(iss, app_name, app_dir, file_list = character())
iss |
Character vector which cumulatively becomes an Inno Setup Script (ISS). |
app_name |
The name of the app. It will be displayed throughout the installer's window titles, wizard pages, and dialog boxes. See [Setup]:AppName for details. For continuous installations, |
app_dir |
Development app's directory, defaults to |
file_list |
Character vector. Extra files to be installed with the app. |
Chainable character vector, which can be used as the text
argument of writeLines
to generate an ISS.
Jonathan M. Hill