autorun

  • Thread starter Thread starter Isaac Muñoz Bringué
  • Start date Start date
I

Isaac Muñoz Bringué

Hi!...Any URL from MS exposing the Processor IDs?
for ARM chips, the ID means 2577, so when creating a forlder like \Storage
Card\2577\ with a sort of .CAB and a autorun.exe the SD-card boots
automatically.
Having problems with HP ipaq 2210, cause it's a Xscale Intel, and dunno the
Processor ID assigned by Microsoft...

Any url or idea?
 
2577. XScale is ARM. Some devices assign different names to the card root
folder. It is not necessarily Storage Card.
 
Yes, thanks. XScale is a ARM processor.
and yes, thanks, in WinCE registry we have LOCAL_MACHINE/System/Storage
Manager/Profiles/SDMemory/Folder
appears the sd card root( used to be Storage Card, SD Card, or...so on)
but don't know where to find a machine specific autoboot folder name.
 
See SHGetAutoRunPath
(ms-help://MS.VSCC.2003/MS.MSDNQTR.2004JUL.1033/wceui40/html/_cerefSHGetAutoRunPath.htm)

Alex
 
No, sorry, I use ::GetModuleFileName(hInstance, szCFAutorunPath,
sizeof(szCFAutorunPath)). This method work fine (WM2003, iPAQ 2210,
AximX5).

Alexey Karak
 
Back
Top