Inno Setup бесплатный инсталлятор для Windows программ. Это мощное бесплатное средство для создания установочных пакетов (дистрибутивов) программ. Поддерживается шифрование, установка пароля, различных задач по завершению установки.Впервые представлен в 1997 году,
Inno Setup сегодня соперничает и даже превосходит многие коммерческие установщики в набором возможностей и стабильности.Программа поддерживает все операционные системы Windows, может работать в 64-битной среде, позволяет создавать одиночный установочный EXE-файл, имеет простой и понятный интерфейс, предоставляет богатые настройки для создания установщиков и деинсталляторов и т.д. Имеется возможность русифицировать интерфейс.
В новой версии улучшена поддержка ОС Windows 8, добавлены новые параметры командной строки, исправлены проблемы при работе на 64-битных системах, доработан скриптовый движок, доработан основной движок программы, исправлены ошибки, произведены внутренние оптимизации и т.д.
Ключевые особенности:
* Поддержка всех версий Windows используются сегодня: 7, 2008 R2, Vista, XP, 2008, 2003,
2000, Me, 98, 95 и NT 4.0. (Без пакетов обновления требуются.)
* Расширенная поддержка для установки 64-разрядных приложений на 64-разрядных версий
Windows. Также поддерживает x 64 разрядные процессоры. (На архитектуры Itanium, служба
Pack 1 или более поздней версии требуется Windows Server 2003 для установки в
64-битном режиме.)
* Поддерживает создание единого EXE для установки программы для удобного распространения
в Интернете.Разбивка диска также поддерживается..
* Стандартный Windows 2000/XP-style интерфейс.
* Настраиваемые типы установки, например, Полный, Минимальный, Custom.
* Полные возможности удаления.
* Установка файлов:
Включает в себя интегрированную поддержку BZIP2 и 7-Zip LZMA/LZMA2 сжатия файлов.
Установщик имеет
возможность сравнивать информацию версии файла, заменить в использовании файлы,
Использование общего файла
подсчета , регистрация DLL / OCX 'ы и библиотек типов, а также устанавливать шрифты.
* Создание ярлыков в любом месте, в том числе в меню Пуск и на Рабочем столе.
* Создание реестра и. INI записи.
* Запуск других программ до, во время или после установки.
* Поддержка многоязычной установки, в том числе поддержка языков право-налево.
* Поддержка защищенной паролем и шифрованием устанавки.
* Поддержка цифровой подписью устанавки и удаления.
* Тихая установка и удаление.
* Unicode установки. (Windows 2000/XP или более поздняя версия)
* Встроенный скриптовый движок Pascal опция настройки для продвинутых во время
установки и удаления.
* Полный исходный код доступен (Borland Delphi 2.0-5.0 и 2009).
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.
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).
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).
Minor tweaks.
Homepage: http://www.jrsoftware.org
Информация о программе:
Release year: 2013
Разработчик: Jordan Russell.
Homepage: http://www.jrsoftware.org
OS: Windows XP,Vista,Win. 7
Лекарство: не требуется (Freeware)
Language: English
Формат: 7z
Size: 6.84 Мб.
|