If the device will suspend during this time, you'll have to use something
like CeRunAppAtEvent() to set an operating system event (CreateEvent), when
it's time for you to run. Then your main loop would just do
WaitForSingleObject() and, when it's signalled, do your thing. If you're
going to prevent the device from suspending, reset the system idle timer to
prevent suspend.
Paul T.
"SEVM" <SE...@discussions.microsoft.com> wrote in message
news:69C3A617-0268-4C03...@microsoft.com...
> .
>
Have you verified with Remote File Viewer that WM5 *has* services.exe in it?
That would be the first test of whether it's practical to install and use
your service.
How are you installing now? Most people install applications on Pocket PC
using a CAB file. The CAB file can specify registry entries to be made when
the application is installed. I don't see any reason why your service CAB
would be any different.
I don't know what installutil is so I have no way of saying where you'd find
something like it. If it's a program that makes the registry entries for a
service that you've simply copied to the \windows folder on the desktop, no,
there's nothing like that.
Paul T.