用NSIS打包程序,如何实现等待一个程序执行完,再继续执行?

现在的情况是在安装过程中设置一些初始的信息想实现弹出一DIALOG在其中填写一些内容后按确定或者取消才继续执行能不能实现?如何实现?... 现在的情况是
在安装过程中 设置一些初始的信息
想实现弹出一DIALOG 在其中填写一些内容后 按确定或者取消才继续执行

能不能实现?如何实现?
展开
 我来答
匿名用户
推荐于2016-01-06
展开全部
你没看帮助文档吗?
用ExecWait就行了
例如:ExecWait '"$INSTDIR\someprogram.exe"'

作者文档:
Execute the specified program and wait for the executed process to quit. See Exec for more information. If no output variable is specified ExecWait sets the error flag if the program executed returns a nonzero error code, or if there is an error. If an output variable is specified, ExecWait sets the variable with the exit code (and only sets the error flag if an error occurs; if an error occurs the contents of the user variable are undefined). Note, if the command could have spaces, you should put it in quotes to delimit it from parameters. e.g.: ExecWait '"$INSTDIR\command.exe" parameters'. If you don't put it in quotes it will not work on Windows 9x with or without parameters.
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式