Jordan Russell - (Open Source)
Inno Setup is an easy to use software solution for creating installers.
Inno Setup is a simple to use application that implements executable in order to run your own software under Windows.The installation of a packaged software with InnoSetup is very simple, and removal is also supported.
Inno Setup and can easily deploy your applications, even for commercial use. Inno Setup allows creating of a single executable file to install the software and has the ability to offer a custom installation (eg Complete, Custom, Low ).It offers support to decompress bzip2 archives, 7 -Zip, compare versions of files, replace those in use, manages the DLL / OCX, snstallation media is encrypted and protected by password.
* The Setup loader now extracts the Setup program executable file with a ".tmp" extension. Versions 5.2.0 and 5.2.1 used a ".exe.tmp" extension, which reportedly, in some cases, caused an "Unable to execute file in temporary directory" error message on systems with a certain antivirus program installed. We were unable to reproduce the error in our own tests, however; it is suspected that this may have only impacted users with custom filename blocking rules defined in their antivirus configuration.
* Pascal Scripting: Added new GetSaveFileName support function.
* Fix: The compiler could fail with an "Out of memory" error on script files containing more than ~100,000 lines, due to a heap fragmentation issue.