Silent install/uninstall - Intergraph Smart API Manager - 5.0 - Installation & Upgrade

Intergraph Smart API Manager Installation and Configuration Guide

Language
English
Product
Intergraph Smart API Manager
Search by Category
Installation & Upgrade
Smart API Manager Version
5.0

Run a silent install or uninstall from the command prompt

  1. Log on to the Smart API Manager web server as an administrative user for the computer and IIS.

  2. Create a command prompt window with administrative privileges (Run as administrator).

  3. Navigate to the Smart API Manager installation media or location.

  4. Run the SAM_setup.exe executable using the switches and parameters below.

For switches and parameters, note that:

  • All switches and parameters are case sensitive.

  • Spaces are not allowed after any parameter or equal sign (=).

Switches

Switch

Description

-install

Installs Smart API Manager.

-uninstall

Uninstalls Smart API Manager.

-q, -quiet, -s, -silent

Silent mode.

-l, -log

Logs information and errors to a specified file, for example:

C:\install logs\samserver\3505587.log

The full path must be included in quotes if it contains any spaces.

Parameters


Parameter

Required or Optional


Description

INSTALLFOLDER

Optional

The folder where the software will be installed. If this is not provided, it is set to:

C:\Program Files\Intergraph\Smart API Management Server

SLAACCEPT

Required

Approves license agreement. Must be set to YES.

USERNAME

Optional

Name of the user to whom the software is licensed. Left blank if not provided.

COMPANYNAME

Optional

Name of the company to whom the software is licensed. Left blank if not provided.

Examples

Here are example command-line statements for silent install and uninstall:

  • "C:\Users\samadmin\SAM\SAM_setup.exe" -install -silent -log c:\temp\saminstall.log INSTALLFOLDER="C:\Program Files\Intergraph\Smart API Management Server" SLAACCEPT="YES" USERNAME="samadmin" COMPANYNAME="MyCompanyName"

  • "C:\Users\samadmin\SAM\SAM_setup.exe" -uninstall -silent -log c:\temp\samuninstall.log