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(请输入验证信息:博客园). 

  Reference:

最新文章

  1. 【每日一linux命令1】linux命令路径
  2. PHP的启动与终止
  3. react 绑定事件
  4. RemoveDPC
  5. jQuery中 end(); 的用法
  6. CSS选择符类型
  7. 理解SVG坐标系和变换:视窗,viewBox和preserveAspectRatio
  8. UVA 11178 Morley's Theorem(旋转+直线交点)
  9. poj 1195Mobile phones
  10. <PHP>字符串处理代码
  11. 【java读书笔记】——java开篇宏观把控 + HelloWorld
  12. Mysql使用小tips
  13. 【OpenGL】详解第一个OpenGL程序
  14. gulp学习笔记——最好的学习文档是官网
  15. python数字图像处理---噪声的应用
  16. C语——宏小结
  17. SpringBoot2 使用@RestController 无法返回一个地址,前台无法渲染为页面,只能返回json数据
  18. 算法题目-记hulu失败的实习面试
  19. 多进程监控自动关机工具升级远程关闭多台server——C# works with PowerShell
  20. Zabbix的API的使用

热门文章

  1. 使用ruby过程中遇到安装gem失败的一些通用解决方案
  2. linux奇技淫巧
  3. EF架构~为IEnumerable接口添加增删查等操作,原因是IEnumerable导航属性更放心
  4. AntV 数据可视化解决方案发布
  5. Jetty 服务器的知识
  6. ScheduleThreadPoolExecutor的工作原理与使用示例
  7. 数组的一个强大函数splice,[增,删,改]
  8. 移动开发框架剖析(一) Hammer专业的手势控制
  9. Android线程之主线程向子线程发送消息
  10. Android开发之注册登录