Improved CartoPac Installer Command Line Interface

Updated the functionality included with the Command Line Interface of the CartoPac installation medium to allow for additional flexibility and silent installations. The CartoPac installer command line arguments now allow for the installation of individual components (Studio, Imagery Studio, Advanced Mobile Options) and the ability to install without any user interface.

Enterprise customers can now use the command line interface to install the CartoPac software suite. These changes allow users to specify which components will be installed via command line.

When installing the CartoPac software suite via command line, you can now use the following arguments to modify the installation process:

  • INSTALL_STUDIO=Y will install CartoPac Studio during CartoPac installation.

  • INSTALL_IMAGERY_STUDIO="Y" will install CartoPac Imagery Studio during CartoPac installation.

  • INSTALL_ADVANCED_MOBILE_OPTIONS="Y" will install the GNSS Direct Drivers the same as installing them via the Advanced Mobile Installer checkbox during the installation wizard.

  • /q will install the application(s) and dependencies without a user interface, requiring no input from the user. If this option is take, CartoPac will accept all default values during installation.

Example command line installation using all of the new arguments:

C:\CartoPac_Staging> .\CartoPac.10.1.0.3b5cd95f.exe INSTALL_STUDIO="Y" INSTALL_IMAGERY_STUDIO="Y" INSTALL_ADVANCED_MOBILE_OPTIONS="Y" /q

This change does not directly impact the functionality of any of the CartoPac software suite and only modifies the installation process. This change is aimed primarily at server administrators of CartoPac 10.1 and should not impact field users.