摘要:
需要用到命令行参数。好像是/SILENT 或/VERYSILENT如果是微软VS的运行时库的安装可以传递/q这个optionReferences:http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdlinehttp://stackoverflow.com/questions/1996166/how-to-properly-install-ms-vc-9-runtimehttp://blogs.msdn.com/b/astebner/archive/2009/03/26/9513328.aspx 阅读全文
posted @ 2014-02-25 16:14
foo__hack
阅读(285)
评论(0)
推荐(0)
摘要:
手头有个项目需要修改PATH变量需要!include "EnvVarUpdate.nsh"以下是NSIS脚本代码; Script generated by the HM NIS Edit Script Wizard. !include "StrFunc.nsh"; HM NIS Edit Wizard helper defines!define PRODUCT_NAME "Setup_Wintech"!define PRODUCT_VERSION "2.0"!define PRODUCT_PUBLISHER &qu 阅读全文
posted @ 2014-02-25 15:46
foo__hack
阅读(5955)
评论(0)
推荐(0)