16 Sept 2007

Autorun from flash

Windows Mobile supporte une manière automatique d'installer et de désinstaller des applications depuis une carte mémoire externe. Quand une carte est insérée dans le périphérique, l'OS récupère l'évènement et regarde si le répertoire suivant existe en fonction du type de processeur :

Windows Mobile supports an automated way of installing and uninstalling applications from removable external cards. When a card is inserted into a device the OS catches the hardware event and looks on the storage card for a directory that matches the processor type:
ARMV4 : 2577
X86: 686
ARM 720: 1824
MIPS: 4000
SH3: 10003

Si ce répertoire existe l'OS cherche un fichier nommé Autorun.exe et le copie dans le répertoire ‘\windows\autorun\Storage Card Name’. Une fois la copie effectuée l'application est lancée avec le paramètre ‘install’.
If this directory exists the OS looks for a file named 'Autorun.exe' and attempt to copy it to the ‘\windows\autorun\Storage Card Name’ directory. Once the file is copied it is executed with a single parameter string ‘install’.


Pour plus de détails :
For details:

http://msdn2.microsoft.com/en-us/library/Aa458062.aspx

No comments: