Set AppVersion empty. But, then you have to set the AppVerName. Depending on your needs either set it to My Program 1.0; or if you do not want to see a version number in the installer itself either, set it to My Program only. [Setup] AppVersion= AppV…
I am currently trying to do a validation at the uninstall moment. In a Pascal script function, in Inno Setup, I want to search for a specific processes, with a wild card if possible. Then, loop through all find results, get the Image Name and Image P…
Inno Setup打包的程序在Win7 64位系统上安装,安装步骤最后一步若选中运行程序,会跳出一个错误提示框. 这是因为64位win7系统运行程序时需要管理员权限,而打包的文件并没有这个权限就试图直接运行. 解决的办法网上有很多,但都说的不具体.如http://www.cnblogs.com/walker-lc/articles/3470679.html 添加管理员权限 1.在[Setup]节点添加 PrivilegesRequired=admin 2.进入安装目录,找到文件SetupLdr…
原文 http://www.kynosarges.org/DotNetVersion.html Inno Setup by Jordan Russell is a great installation scripting program, but lacks a built-in function to determine the .NET Framework version installed on the target machine. Fortunately, it’s easy to w…
; *** Inno Setup version 5.5.0+ Chinese messages ***;; To download user-contributed translations of this file, go to:; http://www.jrsoftware.org/is3rdparty.php;; Note: When translating this text, do not add periods (.) to the end of; messages that di…
Inno Setup脚本语法大全 ResourceShare Bruce 11个月前 (10-28) 6136浏览 0评论   Inno Setup 是什么?Inno Setup 是一个免费的 Windows 安装程序制作软件.第一次发表是在 1997 年,Inno Setup 今天在功能设置和稳定性上的竞争力可能已经超过一些商业的安装程序制作软件.关键功能:★ 支持现在所有正在使用的 32 位 Windows 版本: Windows 95,98,2000,Server 2003,XP,Me,N…
制作部署安装包:Inno Setup 前一篇尝试Office 2003 VSTO的开发.部署有提到用VS开发一个简单的VSTO程序.打包C/S程序,我首先想到的是VS里自带的Setup Project.很遗憾,VS2012及后面的版本都剔除了Setup Project,改用InstallShield Limited Edition. Setup Project配置起来N麻烦,如:配置完成了之后,一旦修改了项目的东西然后重新生成,只有移除原来定义好的快捷方式.主输出,然后重新设置才能应用修 改.而…
原文 http://restools.hanzify.org/article.asp?id=101 VC 重现 InnoCallback 的功能. Version 1.1修正在某些 Windows 平台(例如: Windows XP SP3)出现不能正常运行的问题.  引用来自 test1.iss ; -- test.iss --; restools; http://restools.hanzify.org; 时间仓促,如有错误请到我的 BLOG 咨询; CallbackCtrl.dll 为一个…
如果你不添加中文安装语言文件,你编译生成的安装包的语言是不会有中文. 一,打开软件安装目录下的Languages文件夹下,有如下好多文件,可是就是没有Chianese.isl. 好了,你只需要随便拷贝一个出来,翻译一下,(哈哈哈哈,我是做不到了).于是我在网上找了一个别人写好的. 文件内容如下: ; *** Inno Setup version 5.1.11+ English messages *** ; ; To download user-contributed translations o…
Inno Setup Conpiler 使用方法: 首先创建一个空白的脚本文件,点击NEXT 然后会进入到这个界面,提示你详细说明一下软件的基本信息 Application name: 应用程序名称 Application version:  软件目前版本 Application publisher:My Company,你所在的公司,或者此软件所有权代表人, Application website:此应用程序网站 然后点击下一步 Application folder name: Program…