Enkele dagen geleden heeft Jordan Russell een nieuwe betaversie van Inno Setup 5 uitgebracht. Het gaat om versienummer 5.1.3 beta en deze kan vanaf hier worden gedownload. Met dit programma kunnen op eenvoudige wijze installatiepakketen in elkaar worden gezet. 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. In deze release zijn de volgende veranderingen doorgevoerd:
What's New in Inno Setup beta 5.1.3:
- Pascal Scripting:
- When Setup/Uninstall is running in 64-bit mode, most of the support functions that access files now disable WOW64 file system redirection, meaning they are now capable of working with files located in the 64-bit System directory. Some, however, still do not. See the 64-bit Installation Limitations topic in the help file for specifics.
- Replaced FileSearch function with a new implementation that properly supports MBCS, and doesn't search the current directory unless it is told to (e.g. by including "." in the directory list).
- Uninstaller: Now hides the taskbar button when the /VERYSILENT switch is used.
- IDE change: Added an option to the New Script Wizard to specify that the application doesn't have a main executable file.
- Based on RemObjects Pascal Script SVN code revision 1039.
- Minor tweaks.