随笔分类 -  inno setup

摘要:; 脚本由 Inno Setup 脚本向导 生成!; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!#define MyAppName "查体管理系统"#define MyAppVersion "1.0"[Setup]; 注: AppId的值为单独标识该应用程序。; 不要为其他安装程序使用相同的AppId值。; (生成新的GUID,点击 工具|在IDE中生成GUID。)AppId={{492406E6-2411-4072-8000-65AE7CE6B27D}AppName={#MyAppName}AppVersion={#MyAppV 阅读全文
posted @ 2013-12-23 11:25 刘振明 阅读(379) 评论(0) 推荐(0)
摘要:[Setup]AppName=xxx管理系统AppVersion=1.5DefaultDirName=D:\\安装文件夹; Since no icons will be created in "{group}", we don't need the wizard; to ask for a Start Menu folder name:DisableProgramGroupPage=yesUninstallDisplayIcon={app}\hp.exeOutputDir=output[Files];复制文件Source: "jre6\*"; D 阅读全文
posted @ 2012-01-10 22:59 刘振明 阅读(731) 评论(0) 推荐(0)