Install SmartPlant Markup Plus in Silent Mode - SmartPlant Markup Plus - Version 2019 SP 2 (10.00.02.0022) - Installation & Upgrade

SmartPlant Markup Plus Installation

Language
English
Product
SmartPlant Markup Plus
Search by Category
Installation & Upgrade
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)

You can install SmartPlant Markup Plus in silent mode, which requires no user interaction as the software installs.

To install SmartPlant Markup Plus in silent mode, use the installation executable file at the command prompt with the required information passed as arguments.

  • You must have administrator privileges to run the silent installation.

  • Argument values that contain spaces must be enclosed in quotes.

Required silent install parameters

Parameter

Description

[full path to SPM_setup.exe]

Specifies the full path to SPM_setup.exe.

-q, -quiet, -s, -silent

Runs in silent mode (no prompts).

-install

Performs an installation.

SLAACCEPT

Accepts the software license agreement. Must be SLAACCEPT=YES.

SERIALNUM

Provides the product serial number.

Optional silent install parameters

Parameter

Description

-l, -log

The location for the installation log file. If this option is not specified, the log file is created under %temp%.

The user running the silent install must have write access to the log file location. Otherwise, the installation fails without generating a log file.

-uninstall

Removes all components of the software.

INSTALLFOLDER

Specifies a path to the location where the software is to be installed.

If no path is defined, the default installation location is used: [installation location]\SmartPlant\Markup

Silent installation will fail if the installation path ends in \ (backslash).

USERNAME

Provides the user name for the installation.

If this argument is not provided, the default user name, PPM, is used to install the product.

COMPANYNAME

Provides the company name for the installation.

If this argument is not provided, the default company name, Hexagon PPM, is used to install the product.

Examples

The following example installs SmartPlant Markup Plus with the required arguments only:

[full path to SPM_setup.exe] -silent -install SERIALNUM=000000000 SLAACCEPT=YES

The following example removes SmartPlant Markup Plus:

[full path to SPM_setup.exe] -quiet -uninstall

The following example installs SmartPlant Markup Plus in a specified folder and defines a log file location:

[full path to SPM_setup.exe] -q -install SERIALNUM=000000000 SLAACCEPT=YES INSTALLFOLDER="D:\Program Files (x86)\SmartPlant\Markup" USERNAME=”[my user name]” COMPANYNAME=”[my company name]” –log “D:\Logs\SmartPlantMarkupPlus.log”

Running the silent installation

  1. Prior to running a silent setup of SmartPlant Markup Plus over a network, ensure that the following conditions exist:

  2. Using administrator privileges, open a Command Prompt window from the Start menu.

    You must have write access to the log file location. Otherwise, the installation fails without generating a log file.

  3. At the command prompt, type a command to install SmartPlant Markup Plus.