zoukankan      html  css  js  c++  java
  • Inno Setup info

      Introduce:

        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 every Windows release since 2000, including: Windows 8, Windows Server 2012, Windows 7, Windows Server 2008 R2, Windows Vista, Windows Server 2008, Windows XP, Windows Server 2003, and Windows 2000. (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.
    • 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).

      Question?

    Is it really free of charge, even for commercial use?

    Yes, it may be used completely free of charge, even when deploying commercial applications. However if you wish to show your appreciation and support its development you can make a donation.

    (Note: "Completely free of charge" must not be confused with "completely free". Inno Setup is copyrighted software, not public domain software. There are some restrictions on distribution and use; see the LICENSE.TXT file for details.)

      Recommend:

         欢迎加群:.NET反编译|破解 群号:183569712(请输入验证信息:博客园). .NET反编译|破解 

      Reference:

  • 相关阅读:
    对文本抽取词袋模型特征
    jieba分词
    家用电器用户行为分析与事件识别
    Linux系统调用:创建和终止进程
    Linux系统调用:获取进程PID
    使用函数指针解决函数重载二义性调用问题
    C++ string基本操作
    有界深度优先搜索-八数码问题
    数据传送指令
    x86-64数据格式、通用寄存器与操作数格式
  • 原文地址:https://www.cnblogs.com/Interkey/p/Inno_Setup.html
Copyright © 2011-2022 走看看