Inno Setup Script
(Created page with "{{FormatInfo |formattype=electronic |subcat=Development |released=1997<ref>https://web.archive.org/web/20000601025741/http://jrsoftware.org/isinfo.htm → "How long has it bee...") |
m (Order of words) |
||
Line 5: | Line 5: | ||
|extensions={{ext|iss}} | |extensions={{ext|iss}} | ||
}} | }} | ||
− | '''Inno Setup Script''' is a scripting/configuration language used by Inno Setup, a program that generates [[Windows]] installers | + | '''Inno Setup Script''' is a scripting/configuration language used by Inno Setup, a program written by Jordan Russel that generates [[Windows]] installers. A script is combined with several other files (mostly constituting the actual program that will be installed) to form the installer, a [[Portable Executable]] file. (For information on the generated files, see [[Inno Setup self-extracting archive]].) |
The current script format uses "a new script syntax" introduced alongside a conversion tool in version 1.1 (1999?).<ref>https://web.archive.org/web/20010820043906/http://jrsoftware.org/isdlold.htm → Miscellaneous</ref> There does not seem to be any remaining public information on the old syntax. | The current script format uses "a new script syntax" introduced alongside a conversion tool in version 1.1 (1999?).<ref>https://web.archive.org/web/20010820043906/http://jrsoftware.org/isdlold.htm → Miscellaneous</ref> There does not seem to be any remaining public information on the old syntax. |
Revision as of 16:59, 4 February 2020
Inno Setup Script is a scripting/configuration language used by Inno Setup, a program written by Jordan Russel that generates Windows installers. A script is combined with several other files (mostly constituting the actual program that will be installed) to form the installer, a Portable Executable file. (For information on the generated files, see Inno Setup self-extracting archive.)
The current script format uses "a new script syntax" introduced alongside a conversion tool in version 1.1 (1999?).[2] There does not seem to be any remaining public information on the old syntax.
Contents |
Identification
There is no hard format for scripts, but most can be expected to have the "Setup" and "Files" sections, which start with lines consisting of [Setup]
and [Files]
, respectively.
Examples
- Examples on Github (Also contained within any Inno Setup installation.)
Software
Links
See Also
References
- ↑ https://web.archive.org/web/20000601025741/http://jrsoftware.org/isinfo.htm → "How long has it been around?"
- ↑ https://web.archive.org/web/20010820043906/http://jrsoftware.org/isdlold.htm → Miscellaneous