Hi All,
Using a setup exe I created, I detect whether .NET CF 2.0 is installed. If not, using CreateProcess() I launch mobile IE and provide the URL to download the .NET CF 2.0 CAB as a commandline argument. As a result, the .NAT CAB is downloaded and automatically starts with the .NET CF install. At the end, the install prompts me to reboot the device.
Can someone tell me how I can suppress this prompt? I have read in some posts that you can use the /noui switch for wceload to suppress this. But in my case I do not directly launch wceload. How do I specify this switch to suppress the reboot dialog?