Occasionally, you may need to override the default PC Agent installation directory, especially if you have created a standalone setup.exe installation. Although the installation path is stored in the installation files, it is possible to override the installation directory through the creation of a specific registry key that the Manage Anywhere installer references.
To override the default installation directory
    HKEY_LOCAL_MACHINE\SOFTWARE\Mobile Automation\Mobile Automation\3.0 "InstallerDestDir"="desired-installation-path"
For example, if you want to install Manage Anywhere Studio to C:\MAS instead of C:\Program Files\Sybase\Manage Anywhere, create the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Mobile Automation\Mobile Automation\3.0 "InstallerDestDir"="c:\MAS"
The installer references the registry key and installs to the location specified in the key.

Back to Top