Inno Setup 5.2.3
|
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. Installations are created by means of scripts, which are ASCII text files with a format somewhat similar to .INI files. (No, it's not as complicated as you might be thinking!) Inno Setup is a tool that helps you to create windows installers. Scripts have an ".iss" (meaning Inno Setup Script) extension. The script controls every aspect of the installation. It specifies which files are to be installed and where, what shortcuts are to be created and what they are to be named, and so on. Script files are usually edited from inside the Setup Compiler program. After you have finishing writing the script, the next and final step is select "Compile" in the Setup Compiler. What this does is create a complete, ready-to-run Setup program based on your script. By default, this is created in a directory named "Output" under the directory containing the script. To give you an idea of how this all works, start the Setup Compiler, click File | Open, and select one of the script files in the Samples subdirectory located under the Inno Setup directory. (It may be helpful to use the sample scripts as a template for your own scripts.) Key features:
File size: 1.369 KBLicense: FreeLicense: OpensourcePublisher: Jordan RussellRequirements: Windows All |
|




Inno Setup 5.2.3 released
5.2.3 (2008-03-10)
Added new [LangOptions] section directive: RightToLeft. If set to yes, text alignment and reading order will be reversed (with some intentional exceptions), and controls will be arranged from right to left ("flipped").
Inno Setup 5.1.12 released
Inno Setup 5 offers a number of significant enhancements including:
* Pascal Scripting at uninstall time
* All-new, easier-to-use custom wizard page support
* Expression support in Components/Tasks/Languages/Check
* Live installation log viewing from within the IDE during debugging
* Smaller compiled installation size than 4.x (18-22 KB)