Er is sinds kort een nieuwe versie uitgebracht van Inno Setup ditmaal met 4.1.4 als versienummer. Met dit programma kan je op een makkelijke manier een installatie programma in elkaar zetten. Ondersteuning voor zip en bzip2 compressie is aanwezig daarnaast kan je ook een 'silent' installatie maken. Het changelog ziet er als volgt uit:
- Compiler IDE improvements:
- Added new Run | Terminate command.
- Now shows the exit code Setup returns.
- Setup now supports delay loaded DLLs in the [Code] section. See the CodeDll.iss example script for an example. (ML)
- Added new "Using DLL's" and "Using COM Automation objects" topics to the help file. (ML)
- Added a Microsoft IIS virtual dir creation example to CodeAutomation.iss. (ML)
- On [Registry] entries, constants may now be used in the ValueData parameter when ValueType is set to dword.
- Previously, it was possible to circumvent the destination and Start Menu folder name length limits by selecting a folder using the browser. Now it checks the length of the entered paths when Next is clicked.
- Fix: the COM Automation object support wasn't working for COM methods with more than 1 parameter.
- Some messages have been added in this version. (View differences in Default.isl)
- New messages: DirNameTooLong, GroupNameTooLong.
- Based on Innerfuse Pascal Script 3 CVS code from 2004-02-08 00:00 GMT.