Четверг, 18.04.2024, 23:45
Welcome Гость | RSS

Portable Soft out vv07

Site menu
Statistics
Яндекс цитирования

Помощь сайту\Donate Site
E312830969895
U332246876174
R674075314302
Z163998306101

Form of the entry

Main » 2010 » Апрель » 13 » Inno Setup 5.3.9 Portable
01:24
Inno Setup 5.3.9 Portable

Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
Inno Setup это бесплатный инсталлятор для программ Windows. Впервые представленная в 1997, Inno Setup и сегодня даже превосходит многих соперников среди коммерческих инсталляторов в наборе функциональных возможностей и стабильности. Программа постоянно совершенствуется и данный релиз тому подтверждение.[

Key features:
* Support for all versions of Windows in use today: 7, 2008 R2, Vista, XP, 2008, 2003, 2000, Me, 98, 95, and NT 4.0. (No service packs are required.)
* Extensive support for installation of 64-bit applications on the 64-bit editions of Windows. Both the x64 and Itanium architectures are supported. (On the Itanium architecture, Service Pack 1 or later is required on Windows Server 2003 to install in 64-bit mode.)
* Supports creation of a single EXE to install your program for easy online distribution. Disk spanning is also supported.
* Standard Windows 2000/XP-style wizard interface.
* Customizable setup types, e.g. Full, Minimal, Custom.
* Complete uninstall capabilities.
* Installation of files:
Includes integrated support for "deflate", bzip2, and 7-Zip LZMA/LZMA2 file compression. The installer has the ability to compare file version info, replace in-use files, use shared file counting, register DLL/OCX's and type libraries, and install fonts.
* Creation of shortcuts anywhere, including in the Start Menu and on the desktop.
* Creation of registry and .INI entries.
* Running other programs before, during or after install.
* Support for multilingual installs, including right-to-left language support.
* Support for passworded and encrypted installs.
* Support for digitally signed installs and uninstalls.
* Silent install and uninstall.
* Unicode installs. (Windows 2000/XP or later)
* Integrated Pascal scripting engine option for advanced run-time install and uninstall customization.
* Full source code is available (Borland Delphi 2.0-5.0 and 2009).

Основные характеристики:
* Поддержка всех версий Windows, используемых сегодня: 7, 2008 R2, Vista, XP, 2008, 2003, 2000, Me, 98, 95 и NT 4.0. (Без пакетов обновления не требуется.)
* Расширенная поддержка для установки 64-битных приложений на 64-разрядных версиях Windows. Обе x64 и Itanium архитектуры поддерживаются. (На архитектуры Itanium, Service Pack 1 или более поздней версии на Windows Server 2003 для установки в 64-битном режиме.)
* Поддерживает создание единого EXE для установки программы для легкого распространения в Интернете. Диск охватывает также поддерживается.
* Стандартный Windows 2000/XP-style интерфейс.
* Настраиваемые типы установки: Полный, Минимальный, Выборочный.
* Возможности полного удаления.
* Установка файлов:
Включает в себя встроенную поддержку "deflate", bzip2, и 7-Zip LZMA/LZMA2 сжатие файлов. Установки имеет возможность сравнить файл информацию о версии, заменить в использовании файлы, использовать общий файл счета, регистрировать DLL/OCX's и библиотеки типов, а также устанавливать шрифты.
* Создание ярлыков в любом месте, в том числе в меню Пуск и на рабочем столе.
* Создание реестра и .INI записей.
* Запуск других программ до, во время или после установки.
* Поддержка многоязычных установок.
* Поддержка шифрования установки и защиты паролем.
* Поддержка цифровых подписей апи установке и удалении.
* Поддержка "тихих" установки и удаления.
* Поддержка Unicode установки. (Windows 2000/XP и более поздней версии)
* Для продвинутых пользователей интегрированна функция Pascal для настроеек скриптов во время выполнением установки и удаления.
* Полностью свободный исходный код (Borland Delphi 2.0-5.0 и 2009).

v5.3.9 (2010-04-10)
* For better appearance on Windows 7 and Vista when ClearType is enabled, Tahoma is the new default font used by Setup and Uninstall. A new [Setup] section directive DefaultDialogFontName has also been added to make it easy to override the default dialog font for all languages that do not have a custom DialogFontName setting. If you would like to revert to the dialog font used in previous versions of Inno Setup (Microsoft Sans Serif if available, else MS Sans Serif), set DefaultDialogFontName to an empty string (DefaultDialogFontName=).
* Added new [Setup] section directive: DisableWelcomePage to hide the Welcome wizard page. Doing so is recommended by the Aero wizard guidelines. Additionally, the ShouldSkipPage event function is now also called for wpWelcome.
* When Setup is not running silently, the Ready To Install wizard page now ignores attempts to skip it when no other wizard page before it has been shown yet.
* Added LZMA2 compression support:
o Updated the LZMA SDK compression code to version 9.10 which adds support for LZMA2 compression. LZMA2 is a modified version of LZMA that offers a better compression ratio for uncompressible data (random data expands about 0.005%, compared to 1.35% with original LZMA), and optionally can compress multiple parts of large files in parallel, greatly increasing compression speed but with a possible reduction in compression ratio. LZMA2 compression may be activated by setting the Compression [Setup] section directive to lzma2, and lzma2 is now also the default value.
* Added various new [Setup] section directives with names that start with LZMA to fine-tune LZMA and LZMA2 compression parameters, including LZMADictionarySize which allows the LZMA dictionary size to be increased up to 256 MB from the previous maximum of 64 MB. Review the memory requirements listed in the Compression topic before using.
* Tweaked the JMP/CALL instruction optimization algorithm for slightly better compression of executable files. (On Inno Setup's own installer, this saved about 2 KB.)
* Improved compression of x64 executable files: just like for x86 executable files, JMP/CALL instruction optimization is now performed for x64 executable files. On average, this will reduce the compressed size of x64 executable files by 2-3%.
* [Setup] section directive DiskSliceSize can now be set to max, and max is now also the default value.
* Windows 7 change: The Compiler IDE is now pinnable. Also, files that are opened via the Welcome dialog, MRU list, and drag & drop now get added to the Jump List.
* Windows 7 and Vista changes:
o Before deleting a pinned shortcut, Uninstall now automatically removes it from the current user's Start menu pinned list and on Windows 7 also from the taskbar.
o Changed the icon that is shown on Select Start Menu Folder wizard page. Previously, it used the same icon as the preceding Select Destination Location page, but that was never really the intention.
o When Setup and Uninstall respawn for elevation, any SUBST'ed drives in the EXE filename are now expanded before the respawn, since the elevated user will not retain the original user's SUBST mappings. Fixes error seen when starting Setup from a SUBST'ed drive.
* Setup now uses the SHA-1 algorithm instead of MD5 for file checksums and various internally-used hashes.
* Pascal Scripting: Added support functions GetSHA1OfString, GetSHA1OfUnicodeString, and GetSHA1OfFile.
* QuickStart Pack: Added ISPP functions GetSHA1OfString, GetSHA1OfUnicodeString, and GetSHA1OfFile.
* [Icons] section parameter AppUserModelID is now also used on Windows Server 2008 R2.
* In Setup's version info text fields, "©" is now automatically replaced with real copyright symbols ("©").
* Unicode Inno Setup: Added workaround for upstream Delphi bug that could cause Setup (versions 5.3.6 to 5.3.8) to display a "Stream read error" error message at startup on Windows 2000 systems that did not have Service Pack 4 installed.
* Compiler IDE change: the Tools | Configure Sign Tools... dialog now allows editing of existing Sign Tools.
* The uninstall program's version is now 51.(10)52.0.0.
* Minor tweaks.

Update: Apr 10, 2010
Platforms: Windows 7,2008 R2,Vista,XP,2008,2003,2000,Me,98,95, NT 4.0
Languages: English
Licence: Freeware
Developer: innosetup.com
Size: 2.24 Mb

Attachments: Картинка 1
Category: Portable Soft | Views: 865 | Added by: Talyan | Rating: 0.0/0
Total comments: 0
Only registered users can add comments.
[ Registration | Login ]
Search
Имя отправителя *:
E-mail отправителя *:
Адрес веб-сайта:
Тема письма:
Текст сообщения *:
Оценка сайта:
Код безопасности *:

Calendar
Archive news

Copyright MyCorp © 2024
Бесплатный хостинг uCoz