installr (version 0.23.4)

install.inno: Downloads and installs Inno Setup

Description

Downloads and installs Inno Setup's stable release

Usage

install.inno(quick_start_pack = FALSE, encryption_module = TRUE, ...)

Value

TRUE/FALSE - was the installation successful or not.

Arguments

quick_start_pack

logical (default is FALSE) - The Inno Setup QuickStart Pack includes Inno Setup and Inno Script Studio script editor. See Third-Party Files page for more information.

encryption_module

logical (default is TRUE) - Inno Setup's Encryption Module

...

extra parameters to pass to install.URL

Author

Tal Galili and Jonathan M. Hill

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.

Examples

Run this code

if (FALSE) {
install.inno()
install.inno(quick_start_pack = TRUE)
}

Run the code above in your browser using DataLab