Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/14/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.

Copy Code
	 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.