I wrote an application which download a CAB file from the internet and use
ShellExecuteEx() to install it.
My question is, is there any way to find out if this CAB installation was
successful or in whatever state ?
I thought that the CAB installer may send out some kind of broadcast message
after completion of process - whether it is successful or not -, but so far I
couldn't find such message.
Any advice?
Thank you.
With BR,
Daniel Kim
Peter
--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility
"Daniel Kim" <Dani...@discussions.microsoft.com> wrote in message
news:8313EE60-9847-42D1...@microsoft.com...
I got it. Thank you for the advice!
With BR,
Daniel Kim