I want to know, if it is possible to enable clicking on the Installing page while execution of some programs in background?
Exec(ExePath, '/SP /VERYSILENT /NORESTART /TASKS=', SW_HIDE, ewWaitUntilTerminated, ResultCode);
I have TBitmapImage
on the Installing page and I want to have the possibility to click on that bitmap and open browser. I have the OnClick
event implemented for TBitmapImage
, but I want to enable clicking on the Installing page because it somehow blocks clicking like whole UI is frozen.