去除安装程序的窗口显示(类似于后台安装)
需要用到命令行参数。
好像是/SILENT 或 /VERYSILENT
如果是微软VS的运行时库的安装可以传递/q 这个option
References:
http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline
http://stackoverflow.com/questions/1996166/how-to-properly-install-ms-vc-9-runtime
http://blogs.msdn.com/b/astebner/archive/2009/03/26/9513328.aspx