View Single Post
  #1411  
Old 22-06-2020, 13:56
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
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.
Attached Files
File Type: 7z Capture Console Output.7z (3.0 KB, 13 views)
Reply With Quote
Sponsored Links