Registering with Application Manager

4/19/2010

You can register an application with the Application Manager so that it will install on the device the next time Application Manager runs.

For ActiveSync 4.5, the Application Manager supports the /register flag. The /register flag allows you to register an application without immediately installing the application to the device. The following example shows how to register an application without immediate installation.

     CEAppMgr.exe /register "<path-to-1st-INI>" "<path-to-2nd-INI>"
     CEAppMgr.exe /register "<path-to-3rd-INI>" "<path-to-4th-INI>"
     CEAppMgr.exe

The first two calls register the application. The final call runs the Application Manager with the previous two applications available to download in the Application Manager user interface (UI). If the Application Manager is already active before you execute the code sample, then the registered applications automatically appear in the Application Manager UI.