powered by
Downloads and installs Inno Setup's stable release
install_inno(quick_start_pack = FALSE, ...)
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
install.URL
TRUE/FALSE - was the installation successful or not.
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.
# NOT RUN { # } # NOT RUN { install_inno() install_inno(quick_start_pack = T) # } # NOT RUN { # }
Run the code above in your browser using DataLab