4AMD wees ons op een nieuwe versie van Inno Setup met versienummer 3.0.3. Met deze software kun je makkelijk te gebruiken installatiescripts maken welke via één executable file wordt verspreid. Het is dus mogelijk om een volledige installatie te maken met dit programma. Het biedt ondersteuning voor alle 32-bit Windows. Verder is het eindresultaat volledig aan te passen naar eigen wens. Hieronder het changelog:
3.0.3-betaAlmost all the new features in 3.0.x are now documented in the help file. The RestartComputer directive introduced in Inno Setup 3.0.0 has been removed. Revert to using AlwaysRestart as before. New [Setup] section directive: RestartIfNeededByRun (default: yes). When set to yes, and a program executed in the [Run] section queues files to be replaced on the next reboot (by calling MoveFileEx or by modifying wininit.ini), Setup will detect this and prompt the user to restart the computer at the end of installation. This directive controls what the RestartComputer directive used to. Setup now returns a non-zero exit code when installation fails or is cancelled. For more details, see the Setup Exit Codes topic in the help file. When the /VERYSILENT switch is passed to Setup, it now hides the taskbar button. Added a heading to the Finished wizard page for Wizard 97 compliance and consistency with other wizards. When the font specified by [LangOptions]'s WelcomeFontName directive doesn't exist, it now falls back to 12pt MS Shell Dlg/MS Sans Serif instead of 12pt Arial. This looks somewhat better and more consistent with other wizards. When executing [Run] or [UninstallRun] entries, to prevent ambiguity it now adds quotes around Filename even when it doesn't contain spaces. Also, it no longer includes an unnecessary space after the filename when there are no parameters. Compiler IDE: New Run | Parameters... command, which allows you to run installations with command line parameters (e.g. /SILENT) from within the IDE. Fixed some window issues when Setup was compiled on Delphi 3 or higher. It's important to note that these issues did not affect the Inno Setup binaries on my web site since they are compiled under Delphi 2. New message: FinishedHeadingLabel. Obsolete messages that have been removed: WizardWelcome, WizardFinished.
[break]
Inno Setup is open-source en valt onder de cardware-licentie.