start_iss.Rd
Chain directives_section
against this function to start building custom
installers.
start_iss(app_name)
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_name
and set options('RInno.app_name' = app_name)
# NOT RUN { start_iss('myapp') %>% directives_section( include_R = FALSE, R_version = '3.3.2') # }