WCELOAD.EXE
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Hi,
Im installing cab files using CreateProcess with /noui flag
Syntax:
CString dFinalPath = "/noaskdest /noui /delete 0 " + dFilePath;
CreateProcess(TEXT("\\Windows\\wceload.exe"),dFinalPath,NULL, NULL,
FALSE, 0, NULL, NULL, NULL, &pi);
After installing the cab files I make a registry entry through my
application.
But even if the cab file is not installed properly the process exits in
a normal way, is there a way I can intrept the cab file failure message
and stop making my registry entry.
Thanks,
Krish
.
Relevant Pages
- Re: wceload breaks on Axim51
... With *some* .cab files, ... I can use wceload.exe to start installing ... Microsoft Visual Studio 2003, and install it on a PDA running ... CreateProcess and do a WaitForSingleObject on hProcess. ... (microsoft.public.pocketpc.developer) - Re: wceload breaks on Axim51
... With *some* .cab files, ... I can use wceload.exe to start installing ... Microsoft Visual Studio 2003, and install it on a PDA running ... CreateProcess and do a WaitForSingleObject on hProcess. ... (microsoft.public.pocketpc.developer) - Re: New Hard Drive and Trouble Loading Office 2003
... OS, I've formatted the new HD and reinstalling Windows from scratch, I've replaced the CD drive, I've removed the new HD and tried installing on my old HD, I've reformatted my old HD and reinstalled Windows on it, I've removed the new RAM I had installed thinking maybe my RAM was defective. ... The common factor among the software that will not load seems to be an inability to read .cab files. ... (microsoft.public.officeupdate) - Re: sscemw20.dll and dbnetlib.dll cant installed or copied to device
... Try cold-resetting the device and installing SP3 and then SQL CE. ... "Mike Wang" wrote in message ... > the above two cab files and copy the dll files to the windows directory, ... (microsoft.public.dotnet.framework.compactframework) - Re: Playing a wavfile before PostMessage(mainwnd,WM_CLOSE,0,0)
... I use sndPlaySound to play the sound before calling ... > file after installing all the CAB files. ... (microsoft.public.windowsce.embedded.vc) |
|