Inno Setup Script
m (Order of words) |
(→See Also: Added Install Maker) |
||
Line 27: | Line 27: | ||
* [[Inno Setup self-extracting archive]] | * [[Inno Setup self-extracting archive]] | ||
* [[Inno Setup ISL]] | * [[Inno Setup ISL]] | ||
+ | * [[Install Maker]] | ||
* [[NSIS Script]] | * [[NSIS Script]] | ||
== References == | == References == | ||
<references /> | <references /> |
Revision as of 11:09, 13 April 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