Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Client Administration » Deploying ActiveSync and HotSync for UltraLite clients » ActiveSync on Windows CE

ActiveSync synchronization overview Next Page

Deploying the ActiveSync provider to the end-user's desktop


During development you will have installed UltraLite onto your desktop with the SQL Anywhere installer. However, when you deploy UltraLite the end user, you need to manually install and register the ActiveSync provider on the end-user's computer. This ensures that ActiveSync knows when to call a specific instance of a provider for a specific application.

To determine which platforms the provider is supported on, see the Synchronization section of the UltraLite table in [external link] SQL Anywhere 10.0.1 Components by Platform.

To install ActiveSync applications
  1. Ensure that the end-user has:

  2. Run mlasinst to install a provider for ActiveSync. You can also use it to possibly register and deploy the UltraLite application to the user's Windows CE device—depending on the command line syntax you use. If your UltraLite application uses multiple files, however, you must manually copy the required files.

    For example, because the mlasdesk.dll and mlasdev.dll have been copied to the user's install-dir\win32 directory, the following command line has omitted both the -k and -v options. However, this utility must also copy the myULapp.exe application from c:\My Files to \Program Files\ on the device. The -p -x arguments are command line options for myULapp.exe when started by ActiveSync.

    mlasinst "C:\My Files\myULapp.exe" "\Program Files\myULapp.exe"
       "My Application" MYAPP -p -x
    
    Note

    You can also use the ActiveSync manager to register your UltraLite application at a later time if you choose. See Registering applications with the ActiveSync Manager.

  3. Restart your computer so ActiveSync can recognize the new provider.

  4. Enable the MobiLink provider.

    1. From the ActiveSync window, click Options.

    2. Check MobiLink Clients in the list and click OK to activate the provider.

    3. To see a list of registered applications, click Options, choose MobiLink Clients, and click Settings.

See also

Registering applications with the ActiveSync Manager