remove registry setting for prog. registered with CeRunAppAtEvent

S

sam

Hello,
I recently used CeRunAppAtEvent to register one program to be run with
NOTIFICATION_EVENT_WAKEUP and then clear the setting when exiting the
application. But if the device get soft reset and the program won't
have the chance to clear the setting, now if the program gets
un-installed, there would be a 'program not found' error everytime
when the device is powered on.

Does someone know where CeRunAppAtEvent would register the program to?
I checked [HKEY_LOCAL_MACHINE]\init and couldn't find it. Is there
anyway to find this setting and clear it during uninstallation?

Thanks!
-- Sam
 
P

Peter Foot [MVP]

They are stored in a system database. Call CeRunAppAtEvent with
NOTIFICATION_EVENT_NONE to clear the program from the event queue

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top