Inno Setup

From Wikipedia, the free encyclopedia

Inno Setup
Developed by Jordan Russell and Martijn Laan
Latest release 5.2.3.0 / March 10, 2008 (2008-03-10); 92 days ago
OS Microsoft Windows
Genre Setup Creator
License Inno Setup License
Website InnoSetup.com

Inno Setup is an open source script-driven installation system created in Borland Delphi by Jordan Russell. The first version was released in 1997.

Contents

[edit] History

Since Jordan Russell wasn't satisfied with InstallShield Express which he had received upon purchase of Borland Delphi, he decided to make his own installer.[citation needed] At first, Inno Setup was little known. The first public version was 1.09.[citation needed].

To make an installation package with version 1.09, an “ISS.TXT” file needed to be created in the installation directory. In the file, the user needed to supply variables and values which are still used in Inno Setup today. These variables served as the configuration of the installation package but many other features could not be changed. The installation compiler had no editor and was more of a shell to compile scripts.

Throughout Inno Setup's development, it was becoming more widely used. Since Inno Setup was and still is free and open source, many software companies started switching to the open source solution in software installation[citation needed]. Since Inno Setup was based around scripting, fans of Inno Setup started ISTool and ScriptMaker to aid in visual and simpler ways to make installations for Inno Setup.

Inno Setup has won many awards including the Shareware Industry Awards three times in a row - from 2002 to 2004.

Many people have taken Inno Setup source code and used it to develop third-party versions of Inno Setup. An example is My Inno Setup Extensions by Martijn Laan. In June 2003 My Inno Setup Extensions was incorporated into Inno Setup.

[edit] Features

[edit] Key features

[edit] Missing features

  • Does not support Windows Installer technology.[1]
  • Does not support Unicode, due to its Delphi 2 roots.
  • Does not support Modify/Repair type operations.
  • Does not support Vista Administrator Elevation on demand (only when required for installation directory or registry manipulation).

[edit] See also

[edit] References

  1. ^ Inno Setup Frequently Asked Questions. Jordan Russell (2006-06-26). Retrieved on 2007-12-22.

[edit] External links