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:
Post a Comment