Card Autorun
8/28/2008
This code sample is named autorun. It demonstrates how to handle autorun notifications when a storage card is either inserted or removed from the mobile device.
Feature Area |
---|
Relevant APIs |
---|
The autorun.exe utility that ships with the Windows Mobile SDK |
To run the code sample
Navigate to the solution file (*.sln), and double-click it. By default, the solution file is copied to the following folder:
C:\Program Files\Windows Mobile 6 SDK\Samples\Common\CPP\Win32\autorun
Microsoft Visual Studio 2005 launches and loads the solution.
Build the solution (Ctrl+Shift+B).
Deploy the solution (F5).
To install the certificate from the windows desktop
The executable must be named "autorun.exe", and you must place it in a processor specific directory (2577) on the storage card.
When the storage card is inserted, the application will be launched with "install" as its command-line parameter.
When the storage card is removed, the application will be launched with "uninstall" as its command-line parameter.
Development Environments
SDK: Windows Mobile 6 Professional SDK and Windows Mobile 6 Standard SDK
Development Environment: Visual Studio 2005.
ActiveSync: Version 4.5.
Comments
You must have a storage card to run this code sample.
See Also
Concepts
Code Samples for Windows Mobile