Analyst's Notebook is installed using a Microsoft Windows Installer. You can use the msi
command line options to install Analyst's Notebook components.
Ensure that all Analyst's Notebook prerequisites are installed before you install Analyst's
Notebook using the command line.
- Open a command prompt with administrator privileges.
- Navigate to the location of the Analyst's Notebook msi file.
Note: You can also provide the absolute file path to the msi file.
- Enter the command that specifies the components you would like to install in the
following format:
msiexec /i "i2 Analyst's Notebook 9.msi" <ADDITIONAL OPTIONS>
Where
the i2 Analyst's Notebook specific additional options are:
- INSTALLLEVEL - specify the install level of a feature set. Using this option ensures that you
get all options at a level and all the options available at lower levels, ensuring all prerequisite
features are present.
- ADDLOCAL - specify specific features to install.
- I2LIC_ENABLED - specify whether Product Access Management is enabled.
- I2LIC_SERVERS - identifies the location of the Product Access Management servers.
- I2LIC_BROADCASTS_ENABLED - checks for license servers with available licenses on the
network.
For the i2 Analyst's Notebook specific values that are available, see
Analyst's Notebook components. For a list of the Microsoft specific
options use
msiexec /h
.
Examples:
- Install Analyst's Notebook silently
-
msiexec /i "i2 Analyst's Notebook 9.msi" /qn
- Install Analyst's Notebook and the Software Management Console
-
msiexec /i "i2 Analyst's Notebook 9.msi" INSTALLLEVEL=300
- Install Analyst's Notebook with Esri Mapping
-
msiexec /i "i2 Analyst's Notebook Premium 9.msi" ADDLOCAL=ThirdParty,i2ANB,EsriMaps /qn