Perform a Silent Install - Intergraph Smart Review - Installation

Intergraph Smart Review Installation

Language
English
Product
Intergraph Smart Review
Search by Category
Installation & Upgrade
Smart Review Version
13.x(2018)

Before you create a silent setup of Smart Review, make sure that the following conditions exist:

  • All prerequisites are loaded. For more information, see Workstation. The silent installations do not automatically check for prerequisites.

  • All previous versions of Smart Review on the target machine have been uninstalled prior to installation.

  • The target machine meets the free disk space recommendations.

It is helpful if you are also familiar with the normal installation process. For more information, see Install Smart Review.

"<path>\SPR_Setup.exe" -silent -install SLAACCEPT=YES USERNAME=<name> COMPANYNAME=<company name> SERIALNUM=<product serial number> MODSERNUM=<module serial number list> [INSTALLLOCATION=<path>]

  • If any names or paths contain one or more spaces, enclose the name in quotation marks. For example: USERNAME= "Pat Smith".

  • When you silently install or uninstall the product, a log file is created in the %TEMP% folder. The silent install creates a log file called Intergraph_SmartPlant_Review_<installation date and time>_0_SPRInstall.log.

  • The silent install does not work if the path ends in a backslash (\). For example, use INSTALLLOCATION="E:; not INSTALLLOCATION="E:\.

Required Arguments:

<Path>\SPR_Setup.exe

Set up for installation.

SLAACCEPT=yes

Accepts the Software License Agreement for all users on whose computers you are installing the product.

USERNAME=<name>

Specifies the user name.

COMPANYNAME=<company name>

Specifies your company name.

SERIALNUM=<product serial number>

Specifies the serial number for Smart Review only. Modules are specified in optional arguments described below.

Optional Arguments:

MODSERNUM=<module serial number list>

Comma delimited list of module serial numbers. Do not put spaces between the serial numbers.

INSTALLLOCATION=<path>

Specifies that the application installs to a location other than the default Windows application folder.

Example Silent Install

The following example specifies:

  • User name = Pat Smith

  • Source location path = E:\SPR

  • Company name = Hexagon PPM

  • Product serial number = 123456789 with two modules: 1234567890 and 2345678901

  • Install location = D:\Program Files\SPR

"E:\SPR\SPR_Setup.exe" -silent -install SLAACCEPT=YES USERNAME="Pat Smith" COMPANYNAME="Hexagon PPM" SERIALNUM=0123456789 MODSERNUM=1234567890, 2345678901 INSTALLLOCATION="D:\Program Files\SPR"

The silent installation, performed on February 11, 2017 at 7:45:15 am, generates the log file %TEMP%\Intergraph_Smart_Review_20170211074515_0_SPRInstall.log.