Inno Setup heeft een update gekregen naar versie 5.0.8. Met dit programma kunnen op eenvoudige wijze een installatiepakketjes in elkaar worden gedraaid. Het programma biedt de mogelijkheid om informatie aan het register en ini-bestanden toe te voegen, snelkoppelingen te maken, en de installatiebestanden te comprimeren. Verder kan er ook een uninstaller worden gecreëerd en is de installatie in meerdere talen beschikbaar te maken.
Naast het programma zelf is er ook een zogenaamd QuickStart Pack beschikbaar. Deze bevat een aantal additionele programma's, waaronder een GUI voor het maken van Inno Setup scripts, en programma's die InstallShield's IWZ-projectbestanden of Visual Basic (.vbp) projectbestanden in Inno Setup's ISS-bestanden omzet. Ook de broncode is beschikbaar als download. Het changelog van deze release ziet er als volgt uit:
Changes in 5.0.8
- IDE changes:
- Added support for setting breakpoints (Run | Toggle Breakpoint).
- The dots in the editor's gutter now shift properly when you insert/remove lines while debugging. (Note, however, that any changes you make while debugging won't take effect until you re-compile.)
- Uninstaller: When a DLL/OCX was installed multiple times by separate installations of the same application, the uninstaller would unregister the DLL/OCX once for each install. As an optimization, it will now unregister the DLL/OCX only once.
- Compiler: Using outdated .isl files that are missing some messages no longer results in a fatal compiler error. Now, warnings will be printed, and the missing messages will be pulled from Default.isl.
- Various improvements/fixes to the parsing of pathnames. For example, ExtractFilePath('\\server\share') now returns \\server\share rather than \\server, and ExtractFileDir('path\\') now returns path rather than path\\.
- When recursively deleting directories (for example, from an [InstallDelete] entry or a call to DelTree), it no longer recurses into reparse points.
- The value of the NoProgramGroupCheck2 message is now always used as the caption of the "no icons" check box on the Select Start Menu Folder page of the wizard. Previously, it used either NoIconsCheck or NoProgramGroupCheck2 depending on whether an installation had [Icons] entries with Tasks parameters.
- exclusive [Tasks] items that have no visible siblings are no longer automatically converted into check boxes. (If you really want check boxes, then you shouldn't use the exclusive flag.)
- Based on RemObjects Pascal Script SVN code revision 1022.
- Minor tweaks.