| 首页 | 教育教学 网络软件 |
图形图像 系统工具 |
桌面软件 应用软件 |
行业软件 联络聊天 |
精品专区 图文处理 |
建筑工程 国产软件 |
汉化补丁 媒体工具 |
国外软件 游戏娱乐 |
文学图书 杀毒软件 |
桌面主题 其他类别 |




Inno Setup 是一个免费的安装制作软件,小巧、简便、精美是其最大特点,支持pascal脚本,能快速制作出标准Windows2000风格的安装界面,足以完成一般安装任务。该软件用Delphi写成,其官方网站同时也提供源程序免费下载。它虽不能与Installshield这类恐龙级的安装制作软件相比,但也当之无愧算是后起之秀。 Added new [Setup] section directive: SignedUninstaller, which makes it possible to attach a digital signature to the uninstaller program (unins???.exe). When the uninstaller has a valid digital signature, Windows Vista users will not see an "unidentified program" warning when launching it from outside of Control Panel.
5.2.1 (2007-10-13)
Added new [Setup] section directive: SignedUninstallerDir.
Check functions associated with [Tasks] entries are now called when the Select Tasks wizard page is entered. Previously, they were called prior to the wizard being shown, which meant they couldn't depend on the user's selections in preceding wizard pages. (There are plans to make the same change to [Components] in the future.)
Brought back the pre-5.1.13 duplicate [Components]/[Tasks] entry semantics. For example, in the following case:
[Tasks]
Name: foo; Description: "foo #1"; Components: bar
Name: foo; Description: "foo #2"; Components: not bar
Name: foo\child; Description: "foo\child"
"foo\child" will now, once again, be shown regardless of which "foo" is conditionally created.
Pascal Scripting: "files:" function imports may now include multiple filenames. "files:A.dll,B.dll" will cause both A.dll and B.dll to be extracted before A.dll is loaded.
On Windows Vista, Setup no longer alters the uninstaller program's manifest resource to request elevation, because this would invalidate a digital signature. Instead, the uninstaller now respawns itself when elevation is required, much like Setup does beginning with version 5.2.0.
The uninstall program's version is now 51.49.0.0.
Minor tweaks.