Stick in on your SD card and it will auto-install on insert of the card.
> Hi,
>
[quoted text clipped - 4 lines]
> Thanks
> ml
MoonLiver - 12 Jan 2006 18:12 GMT
device doesnt have an sd card.
marciocamurati - 12 Jan 2006 19:29 GMT
What is the device ? It has a Flash Memory with a persistent part that
will have de OS if any problem occurrer you can put the cab there to,
and it will install it automatically every time that the PDA make the
initial cofigurate.
[]s
MoonLiver - 12 Jan 2006 20:01 GMT
dell x50
MoonLiver - 12 Jan 2006 22:08 GMT
and I want it to run everytime the device is reset.
marciocamurati - 13 Jan 2006 02:22 GMT
I understand, at any devices have this memory flash that has the os any
other programs that is reinstal if you do a cold boot, read at the
manual of the PDA if it has this and where is this. If exist you can
put your cabs there and it will reinstall if have a cold boot. One
doubt this PDA have any "reset" that before you do it, it reinstall all
factory things ?
[]s
Simon Hart - 13 Jan 2006 14:00 GMT
I take it you mean hardreset?
> and I want it to run everytime the device is reset.
Make a folder in the flash storage area \storage folder\2577 and make
an app named autorun.exe which installs your cab. Your app simply uses
wceload to install the cab. E.g:
CreateProcess("wceload.exe", "\"\\storage folder\\Pharm_PPC.cab\"", 0,
0,
0, 0, 0, 0)
How this works is that when you hard reset it mounts the flash storage
and searches for the autorun folder just as it does if it was an SD
card being inserted.
Cheers,
indiekiduk
www.aspecto-software.com
MoonLiver - 13 Jan 2006 19:40 GMT
Sorry for not specifying, I mean a normal reset. I guess I'll have to
use the Startup folder.