install_inno: Downloads and installs Inno Setup

Description Usage Arguments Details Value Author(s) Examples

Description

Downloads and installs Inno Setup's stable release

Usage

1
install_inno(quick_start_pack = FALSE, ...)

Arguments

quick_start_pack

The Inno Setup QuickStart Pack includes Inno Setup and Inno Script Studio script editor. See Third-Party Files page for more information.

...

extra parameters to pass to install.URL

Details

Inno Setup is a free installer for Windows programs. First introduced in 1997, it currently rivals many commercial installers in feature set and stability.

See Features for more information.

Value

TRUE/FALSE - was the installation successful or not.

Author(s)

Tal Galili and Jonathan M. Hill

Examples

1
2
3
4
5
## Not run: 
install_inno()
install_inno(quick_start_pack = T)

## End(Not run)

RInno documentation built on May 1, 2019, 10:52 p.m.