12.02.2011 20:13 Обновлено 12.02.2011 21:07 |
Наш журналист выложил для вас в 12.02.2011 20:13
Inno Setup 5.4.1 + RUS + Portable / ИННО сетап, создание репак инсталлятора Инсталлятор, если материал понравился оставляйте комментарий, поделитесь ссылками на другие возможные ФО. Inno Setup 5.4.1 + RUS + Portable / ИННО сетап, создание репак инсталлятора Инсталлятор вы можете скачать его с ФО бесплатно, без каких-либо смс.

Размер Файла : 6.3 Mb
Inno Setup 5.4.1 + RUS + Portable / ИННО сетап, создание репак инсталлятора Инсталлятор
Inno Setup - программа для создания инсталляционных пакетов. Созданный утилитой инсталляционный файл какого-либо приложения, позволяет при его установке считывать и записывать данные в реестр и в конфигурационные INI-файлы.
Язык интерфейса: Русский + Английский
Платформа: Windows 2000, XP, Vista, 7
Описание: Inno Setup - программа для создания инсталляционных пакетов. Созданный утилитой инсталляционный файл какого-либо приложения, позволяет при его установке считывать и записывать данные в реестр и в конфигурационные INI-файлы. Тут имеется возможность регистрации библиотек и ActiveX компонентов, а также запуск внешних программ. Кроме того, в утилите есть опция создания типов установки, например, таких, как: полная установка, минимальная, выборочная и т.д.
В Inno Setup присутствуют настройки, где можно определить возможность появления диалога Приветствия при запуске устанавливаемой программы. Для удобства работы здесь присутствует функция создания резервных копий инсталляционных проектов при их изменении. Справочная система утилиты достаточно хорошо расписана и подкреплена примерами.
Платформа: Windows 2000, XP, Vista, 7
Описание: Inno Setup - программа для создания инсталляционных пакетов. Созданный утилитой инсталляционный файл какого-либо приложения, позволяет при его установке считывать и записывать данные в реестр и в конфигурационные INI-файлы. Тут имеется возможность регистрации библиотек и ActiveX компонентов, а также запуск внешних программ. Кроме того, в утилите есть опция создания типов установки, например, таких, как: полная установка, минимальная, выборочная и т.д.
В 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 silent uninstall.
• Unicode installs. (Windows 2000/XP or later)
• Integrated preprocessor option for advanced compile-time customization.
• 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).
• 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 silent uninstall.
• Unicode installs. (Windows 2000/XP or later)
• Integrated preprocessor option for advanced compile-time customization.
• 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.4.1 (2011-02-09)
• Inno Setup Preprocessor (ISPP) changes:
• Compiler IDE changes:
• Unicode change: Added support for Unicode characters in DLL filenames (not specified directly in the script, but returned by constants like {app}). This fixes the "Cannot Import" error seen with for example the CodeDll.iss example script when uninstalling from an {app} path containing non-ANSI characters.
• Two new Setup exit codes related to the Preparing to Install stage were added. See the help file for more information.
• Minor tweaks.
- ISPP is now an official part of Inno Setup and is included in the standard Inno Setup installer instead of only being included in the QuickStart Pack installer.
- It is now possible to enable ISPP preprocessing on .isl files by adding a line saying #preproc ispp at the top of the .isl file.
- With the exception of Exec, ReadIni, and WriteIni, all ISPP functions that take filenames have been changed to interpret the filenames as relative to SourcePath instead of the current directory. Additionally, these functions, the #include directive, and the #file directive now support prefix expansion (e.g. 'compiler:') in filenames.
- The #include directive no longer searches the current directory.
- Builtins.iss has been renamed to ISPPBuiltins.iss.
- The Compiler IDE no longer displays a separate ISPP version number in its title bar.
• Compiler IDE changes:
- The Edit | Replace | Replace All command now actually replaces all occurrences, instead of doing a Delphi-style "From Cursor" replacement. Also it now counts all replacements as a single undo action and shows how many occurrences were replaced.
- Unicode change: Added a new File | Save Encoding submenu. It now defaults to preserving the UTF-8 BOM of existing files, even if the UTF-8 encoding isn't really needed.
• Unicode change: Added support for Unicode characters in DLL filenames (not specified directly in the script, but returned by constants like {app}). This fixes the "Cannot Import" error seen with for example the CodeDll.iss example script when uninstalling from an {app} path containing non-ANSI characters.
• Two new Setup exit codes related to the Preparing to Install stage were added. See the help file for more information.
• Minor tweaks.
{spoiler title=СкринШоты}
{/spoiler}
|
|
|
|
|
|
|
|
|
|
|
|
Скачать файл бесплатно вы можете по следующим ссылкам
============================================================================
{spoiler title=Скачать Бесплатно Inno Setup 5.4.1 + RUS + Portable / ИННО сетап, создание репак инсталлятора Инсталлятор}
============================================================
Скачать Бесплатно можно по следующим ссылкам:
Размер Файла : 6.3 Mb
======================================
Скачать Бесплатно с DepositFiles
======================================
Скачать Бесплатно с LetitBit
======================================
Скачать Бесплатно с ShareFlare
======================================
Если по каким либо причинам ссылка не работает или файл удален, Оставьте Комментарий к Статье!!
Файл будет перезалит!!!
{/spoiler}
============================================================================
Релиз Группы: 
Как качать Бесплатно (ОБНОВЛЕНО 24.11.2011) с : DepositFiles, TurboBit, LetitBit, ShareFlare.
В случае если файл удален с файлообменника, оставьте комментарий, либо сообщите об этом автору релиза по личному сообщению, или другими удобными для вас способами. ||
Для того, чтобы открыть архивы, которые вы скачали у нас вам потребуется программа WinRar
загрузка...
Напоминаем, что спам / флуд ведет за собой автоматический BAN на неограниченный срок.
Разрешено:
- Общение в комментариях.
- Комментирование релиза.
Запрещено:
- Флуд вида: Бесконечные смайлики, Брань, любого рода слова оскорбляющие личность.
- Реклама вида: Ссылки на другие сайты.
- Любое размещение порнографического содержания.
- Постить ссылки на Файлообменники.



Уважаемые Жители Гости просьба скачивая проверять архивы после скачки на вирусы, через онлайн сервисы.