Getting the Location of the Application Manager (CeAppMgr.exe) on the Target System

InstallShield 2012 Spring Express Edition

The Application Manager is a utility that is included with Windows Mobile Device Center (for Windows Vista and later systems) and ActiveSync (for Windows XP). You can use the CEAPPMGRLOC property to refer to the Application Manager. This property indicates the path of CeAppMgr.exe.

To use the CEAPPMGRLOC property to obtain the Application Manager location on the target desktop machine:

In a VBScript custom action, use the following:

Session.Property("CEAPPMGRLOC")

See Also