Jordan Russell Software heeft versie 6.2.0 van Inno Setup uitgebracht. Met dit programma kunnen op eenvoudige wijze installatiepakketten voor Windows worden gecreëerd. Het programma biedt de mogelijkheid om informatie toe te voegen aan het register, biedt ini-bestanden om snelkoppelingen te maken en heeft de mogelijkheid om de installatiebestanden te comprimeren. Verder kan natuurlijk een uninstaller worden toegevoegd en kan bij de installatie uit verschillende talen worden gekozen. De changelog voor deze uitgave kan hieronder worden gevonden.
Graphics modernizedAll these icon and images updates include the automatic use of higher quality versions (which were not available before) on higher DPI settings. This includes new automatic use of higher quality icons for the icon on Setup's Select Setup Language form and Uninstall's small wizard image if SetupIconFile is set. Example screenshots:
- Updated all Compiler IDE's toolbar icons and the wizard images used by the Compiler IDE's New Script Wizard wizard.
- Updated the default application icon used by Setup and Uninstall if [Setup] section directive SetupIconFile is not set. To use the old icon again set SetupIconFile to compiler:SetupClassicIcon.ico.
- [Setup] section directives WizardImageFile and WizardSmallImageFile now default to a blank value which makes Setup use new built-in wizard images. To use the old wizard images again set WizardImageFile and WizardSmallImageFile to compiler:WizClassicImage.bmp and compiler:WizClassicSmallImage.bmp respectively.
- Updated Uninstall's default small wizard image if [Setup] section directive SetupIconFile is not set. Before it would use Setup's default application icon in this case.
- Updated the folder, group, and stop icons used by Setup's Select Destination Location, Select Start Menu Folder, and Preparing to Install wizard pages.
- Updated the disk icon used by Setup's Setup Needs the Next Disk form.
- Pascal Scripting change: Added new InitializeBitmapImageFromIcon support function.
Comparison screenshots of the *previous* version:
- Setup wizard pages Select Destination Location and Setup Completed at 100% DPI.
- Setup wizard pages Select Destination Location and Setup Completed at 175% DPI.
- Compiler IDE themes Light and Dark at 100% DPI.
Other changes
- Setup wizard pages Select Destination Location and Setup Completed at 175% DPI in version 6.1.2.
Inno Setup FAQ updated
- Links displayed by [Setup] section directives LicenseFile, InfoBeforeFile and InfoAfterFile are now executed as the original user if possible when clicked.
- Added new [Setup] section directives MissingMessagesWarning and NotRecognizedMessagesWarning to disable warnings about messages missing or not recognized for a language.
- /LOG: Now logs more uninstaller actions.
- The {localappdata} constant can now correctly trigger a used user areas warning.
- Compiler IDE change: Fix: Autocomplete support for event functions listed some procedures as functions.
- Pascal Scripting changes:
- Added new CreateOutputMarqueeProgressPage support function to show marquee progress to the user. See the AllPagesExample.iss example script for an example.
- Added new ItemFontStyle and SubItemFontStyle properties to the TNewCheckListBox support class. See the CodeClasses.iss example script for an example.
- Added new IsMsiProductInstalled and StrToVersion support functions.
- Added new AbortedByUser property to the TDownloadWizardPage support class.
- Fix: CreateDownloadPage's progress bar now supports files larger than 2 GB.
- Support functions ParamCount and ParamStr now exclude undocumented internal parameters used by Setup and Uninstall.
- The built-in download support now allows the download of files for which the server does not specify the file size and its hash checking is no longer case sensitive.
- ISPP change: Added new StrToVersion support function.
- Added official Bulgarian translation.
- Various documentation improvements.
- Minor tweaks.
QuickStart Pack removed
- The Inno Setup FAQ has been updated with updated versions of articles taken from the Inno Setup Knowledge Base which is now hidden from the website.
- The content of the FAQ is now available on GitHub where you can suggest new entries or other improvements using the Edit button.
- The QuickStart Pack installer has been removed because of a lack of added value.
- The standard Inno Setup installer now offers to download encryption support if it's missing, like the QuickStart Pack installer did before. If you used the QuickStart Pack installer before, you can use the standard installer to update your installation.
