狼
狼牙
Unregistered / Unconfirmed
GUEST, unregistred user!
WinExecAndWait32,winexec,shellexecurte都试过了,都不行,<br>下面是代码,如何让程序执行完setup.exe后继续执行下一条?<br>appparopath:='c:/temp/setup.exe';<br>//setup.exe是一个windows下面的安装程序,比如说delphi6的安装程序!!!<br>if fileexists(AppProPath) then<br>begin<br> WinExecAndWait32(AppProPath, 1);<br>end