Re: WCELOAD



> Is WCELOAD.exe can reboot the pda after extract the cab ?



WM 5.0 can, but you have no control over it.


> Is WCELOAD.exe can launch any program after extract the cab ?



It can launch setup DLL provided by you. You can launch what you need from
setup DLL.


> MSDN doc don't speak about something like that, but i think it could be.



http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesetup/html/_wcesdk_Using_Installation_Functions_in_Setupdll.asp



> Can the cab use/launch programs during extraction ?

> Can the cab use/launch programs after it have been extracted ?



CAB does not do anything; it's just been processed by WCELOAD. See above for
setup DLL you can add.



> Is there any registry key i can set using the cab to reboot ?



No.


> Is there any registry key i can set using the cab to launch automatically
> a program ?



http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcepb40/html/pbconConfiguringRegistryFileToRunApplicationAtStartup.asp



> Is it possible a cab can erase registry keys ?



Yes, it would remove keys created by itself on uninstall.


> Can i erase critical registry keys to reboot the PDA ?

> Can i erase critical registry keys to break any programs that will force a
> user to make a manual soft reboot ?



No. But you can do whatever from setup DLL. However, if you reboot device
from setup DLL, it would terminate your installation and it will be
incomplete.

On WM 5.0 you might be unable to do some stuff because of security
restrictions.


Best regards,


Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).

"Romain TAILLANDIER" <personne@xxxxxxxxxxxxx> wrote in message
news:%23g6yY2MAGHA.3864@xxxxxxxxxxxxxxxxxxxxxxx
> Hi group
>
> I currently have an application that is able to autoreinstall itself by
> extracting a cab.
> But for my last cab update, i need to soft (or hard) reboot my device
> AFTER the cab extraction.
>
> I am sure it is possible but i don't know how.
>
> Is WCELOAD.exe can reboot the pda after extract the cab ?
> Is WCELOAD.exe can launch any program after extract the cab ?
> MSDN doc don't speak about something like that, but i think it could be.
>
> Can the cab use/launch programs during extraction ?
> Can the cab use/launch programs after it have been extracted ?
> (by configuring the Inf of the cab during creation of the cab for example
> orsomething else)
>
> Is there any registry key i can set using the cab to reboot ?
> Is there any registry key i can set using the cab to launch automatically
> a program ?
>
> Is it possible a cab can erase registry keys ?
> Can i erase critical registry keys to reboot the PDA ?
> Can i erase critical registry keys to break any programs that will force a
> user to make a manual soft reboot ?
>
> I guess my question seems strange but i have no evil intentions :)
> thanks
> ROM
>
>
>
>
>
>


.


Loading