Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
IMPROVED: Uninstaller-Engine
5.4.0 (2010-10-31) * Compiler IDE changes: o The editor component has been changed from SynEdit to Scintilla. o Autocompletion support has been added to all sections except for [Messages], [CustomMessages], and Code. o Brace highlighting has been added to all sections. o Syntax errors are now underlined during editing. (Support for the Code section is limited.) o Constants are now highlighted. o Variable-pitch fonts may now be selected as the editor font. o ISPP inline directives ({#...}) are now consistently highlighted in all contexts. o Zooming is now supported. o Added new options: Word wrap (default: off), Auto indent mode (default: on), Show indentation guides (default: off), Invoke autocomplete automatically (default: on), Underline syntax errors (default: on), and Use tab character (default: off). * Setup now instructs edit controls which are used to input a file or folder name to use AutoComplete to help complete file system paths. * On disk space checks, Setup now queries the nearest volume mount point rather than the root. * The default directory and Start Menu folder names specified via the /DIR=, /GROUP=, and /LOADINF= command line parameters now may include an "expand:" prefix which instructs Setup to expand any constants in the name. For example: /DIR="expand:{pf}\My Program". * Pascal Scripting changes: o TNewProgressBar: Added new Style and State properties. See the CodeClasses.iss example script for an example. o TBitmapImage: Added new OnClick and OnDblClick properties. See the CodeClasses.iss example script for an example. * QuickStart Pack changes: o All ISPP functions that take filenames have been changed to interpret the filenames as relative to SourcePath instead of the current directory with the exception of Exec, ReadIni, and WriteIni, as they already have their own established handling of relative filenames. o ISPP directive #include no longer searches the current directory. * Dropped Itanium-specific 64-bit support for the [Files] section's regtypelib flag and the [Registry] section's Permissions parameter. These features depended on an Itanium-specific "helper" binary, which we no longer have the ability to test or build. (x64 support for these features is unaffected.) * Updated bzip2 library to version 1.0.6. * Minor tweaks.
5.5.3 (2013-01-30) Windows 8 change: [Icons] section flag excludefromshowinnewinstall now additionally prevents the new shortcut from being automatically pinned the Start screen. Added new command line parameters supported by Setup: /HELP and /?. Cause Setup to display the list of accepted command line parameters in a message box, exiting with exit code 0 afterwards. Ignored if the UseSetupLdr [Setup] section directive was set to no. Added new command line parameter supported by Inno Setup's own installer: /PORTABLE=1. Causes Inno Setup's own installer to not create an uninstaller nor an entry in the Add/Remove Programs Control Panel applet. Also supported by QuickStart Pack's installer. Added workaround for bug in 64-bit Windows which in some cases would cause Windows to display an error message when a user tries to change the icon of an installed shortcut. Updated the compiler and document icons, created by Motaz. Restart Manager: If Setup is not running silently and is unable to close all applications using files that need to be updated, it will now ask the user to abort, retry, or ignore. Previously it always ignored. A message has been added in this version. (View differences in Default.isl) New message: ErrorCloseApplications. Added official Corsican and Nepali translations. The Nepali translation requires Unicode Inno Setup. Inno Setup Preprocessor (ISPP) changes: Added directive #redim to increase or decrease the dimension of an existing array variable. Added function DimOf. Returns the dimension of the specified identifier. Pascal Scripting changes: Added new function: ExtractTemporaryFiles. This function is like ExtractTemporaryFile but supports wildcards and doesn't ignore directory information. When ExtractTemporaryFile or ExtractTemporaryFiles extracts a file, this is now logged. Unicode Inno Setup: Now has an Int64 type, supported by IntToStr. Also added new StrToInt64, StrToInt64Def, and GetSpaceOnDisk64 support functions. If the Flags parameter of a [Files] entry includes isreadme and the entry also has a BeforeInstall or AfterInstall parameter, the BeforeInstall or AfterInstall functions will now only be called when the file is installed and no longer a second time when the file is viewed after the installation has completed. [Setup] section directive VersionInfoProductTextVersion, which sets the textual product version value, is now truncated at 50 characters instead of 20. Contributed by Lukas Ais via GitHub. The Inno Setup help file source code has been moved into the main Inno Setup source code repository. Fix: Setup section directive CloseApplicationsFilter was partially case sensitive. Unicode Code based on RemObjects Pascal Script Git commit 31abd2925837d85a6965b5325e8fb7835ca73ea8. QuickStart Pack: No longer offers to download and install InnoIDE (which is no longer maintained by its author) unless /ALLOWINNOIDE=1 is specified on the command line. If you're still using InnoIDE it is recommended you switch to Inno Script Studio (which QuickStart pack can download and install).http://www.jrsoftware.org/isinfo.php