ISTool 5.2.0.1 (2007-09-27)
27. 9. 2007 v 1:31
->
Opraveny chyby ve verzi 5.2.0.
->
Opraveny chyby ve verzi 5.2.0.
->
Zahrnuta podpora nových funkcí Inno Setup verze 5.2.0.
->
On Windows Vista, [Run] section entries with the postinstall flag no longer inherit Setup's elevated privileges by default, and instead now execute with the (normally non-elevated) credentials of the user that started Setup initially. (There are some exceptions; see the runasoriginaluser flag documentation for details.)
Added new [Run] section flags: runascurrentuser and runasoriginaluser. These control which user credentials are used on Windows Vista when spawning processes. (runasoriginaluser is the default when the postinstall flag is used; runascurrentuser is the default otherwise.)
Improved compression of x86 executable files. (This reduced the size of Inno Setup's own installer by approximately 10 KB.)
Added new [Files] section parameter: ExternalSize.
Added new constant: {log}. Translates to the log file name, or an empty string if logging is not enabled.
Added new [Files] and [Dirs] sections flags: setntfscompression and unsetntfscompression. These flags instruct Setup to enable or disable NTFS compression on the file or directory.
Pascal Scripting:In a multilingual installation, Setup now waits until after the Select Language dialog is shown to display any error messages concerning the user's Windows version or privilege level.
Fix: On Windows Vista, AutoPlay wasn't being suppressed when the user swapped out discs in a disk-spanned install.
Fix: When the waituntilidle flag was used in the [UninstallRun] section, it behaved like waituntilterminated.
Based on RemObjects Pascal Script SVN code revision 1045a.
The uninstall program's version is now 51.48.0.0.
Updated the LZMA SDK compression code to version 4.49. This version adds support for multi-threading, which can speed up the compression process by 50% or more on systems with multiple processor cores, and 20% or more on systems with single-core Intel processors featuring Hyper-Threading Technology.
Added new CompressionThreads [Setup] section directive.
Fix: When cleaning the output directory, the compiler would not only delete files matching OutputBaseFilename-.bin, but files matching OutputBaseFilename--*.bin as well.