My installer, after installing all the required files, it run a script which do some heavy works and update status on a console window (like window command prompt) .
as it take some time, so, it looks odd that it runs in another window. but as it run many task that can't be handled by pascal script (at i am not a pascal developer), i have to run it another process/app.
so, my question is is there any way.. that my script can run in background and while inno waiting for the process to finish my app can show the progress on inno main window by updating a label or such?
in that way.. i can run the script in background.. and it will looks like all is happening in inside installer. hope that make sense?
it can work like, create a custom page, and pass the status label window handle to the script?
i know you have better idea/explanation? please?
thanks in advance
best regards