Quote:
Originally Posted by bunti_o4u
If we want to run any task during installation we can use below command which run the task or other program in a separate window:
Code:
function Exec(const Filename, Params, WorkingDir: String; const ShowCmd: Integer; const Wait: TExecWait; var ResultCode: Integer): Boolean;
I just want to know - can we add console within wizard page instead of separate windows to show console details to user.
If yes then pl tell how to do it..
Thanks in advance..
|
If you use capture console you will not be able to interact.
Be aware that the commands used do not ask for confirmation.