Hi,
In an autorun.exe I wrote, I perform several operations, including
installing the compact framework using wceload.exe /silent command line.
Since I do not want the user to be able to neither cancel the installation,
nor choose the path, I use the /silent switch.
This is working but there is no visual feedback to the user that something
happens.
I'd like to know if it is possible to have a popup message like MessageBox
does, but with no button until the process is completely finished ?
Thanks,
Steve