ActiveSync Application

In this page you can specify the CAB package(s) for your mobile application as well as any other settings required by the Application Manager.

NoteAdvanced Installer will automatically generate the Application Manager INI file based on the information you provide. This file appears in the Files and Folders page, is read-only, but can be moved to any folder you want.

General

Description

A string that will appear in the Application Manager "Add/Remove Programs" dialog's Description field when a user selects the application. This field is required and cannot be left empty.

Uninstall

A string that identifies the application's Windows Uninstall registry key name. This name must match the application's registered Windows Uninstall key name, which is found under the following registry key:

HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall

For Windows Installer products, this string is usually the Product Code GUID. Access to this name enables the Application Manager to remove automatically the mobile application from the computer and from the device when the user clicks the [ Remove ] button in Application Manager "Add/Remove Programs" dialog. Note that the [ Remove ] button may not be present, depending on the ActiveSync version the user has installed.

If you want to disable this functionality, leave this field empty.

Device File

The name of the mobile application's main executable file. The purpose of this field in the Application Manager INI file is unknown.

TipThese fields are of Formatted Type and can be edited using Smart Edit Control.

Display

Icon File

This icon appears next to the mobile application in the Application Manager "Add/Remove Programs" dialog. If no icon file is specified, a default icon is used. Choose a file from your project that contains icons by using the [ ... ] button and select from the available icons in the drop-down list. Press [ Reset ] to use the default icon.

CAB Files

You can specify the CAB package(s) for the mobile application. Providing more than one CAB file allows you to target multiple device platforms.

ImportantMake sure the Windows Mobile/CE CAB packages you add in the list are for the same mobile application, with each one targeting a different platform, device type, processor etc. For instance, the CAB packages may have resulted by building an Advanced Installer Windows Mobile CAB Project which contains several configurations.

Adding one or more CAB packages

Use the [ Add... ] button or the “Add...” context-menu option or press the Ins key while the "Cab Files" list is focused.

Removing one or more CAB packages

Use the [ Remove ] button, the “Remove” context-menu option or press the Del key while one or more items are selected in the list control.

Specifying the order of CAB files in the generated Application Manager INI file

Use the [ Up ] / [ Down ] buttons, “Up” / “Down” context menu options or press the PgUp / PgDown keys while a CAB file is selected in the list control.

The official documentation provides the following guidelines to ensure that Application Manager installs the correct CAB file for the currently cradled device:

  • the CAB files targeted at the widest range of platform types and versions must reside at the top of the list, while the CAB files for the most specific platform types and versions will be placed at the bottom of the list.
  • the list must also use an order that begins with the newest version and ends with the earliest version.
  • if the platform string and version information are specified, information about the WinCE operating system version is ignored.