Install SmartPlant.Net software in silent mode - SmartPlant Foundation - Update 22 - Installation & Upgrade

Installing SmartPlant Foundation Software in Silent Mode

Language
English
Product
SmartPlant Foundation
Search by Category
Installation & Upgrade
SmartPlant Foundation / SDx Version
10

SmartPlant SchemaComponent.Net and SmartPlant Client.Net install as separate components using the setup program for SmartPlant.Net.

To install SmartPlant.Net software in silent mode, use the installation executable file in a command line with the required information passed as arguments.

For example, the following commands install the SchemaComponentNet software component alone:

SPCL_setup.exe -silent -install ADDLOCAL="SmartPlantNet,SchemaComponentNet"

To install all SmartPlant.Net components, use the following command:

SPCL_setup.exe -silent -install ADDLOCAL="ALL"

To install SmartPlant Client.Net to a specific folder, use the follow syntax and replace <path> with the path to the folder:

SPCL_setup.exe -silent -install ADDLOCAL="SmartPlantNet,SchemaComponentNet,SPClientNet" CLIENTINSTALLFOLDER="<path>\SmartPlant Client.NET"

The SchemaComponent.Net component, when installed, is placed in the C:\Program Files\Common Files\Intergraph directory and is not affected by a value in the CLIENTINSTALLFOLDER argument.

All arguments and values are case-sensitive.

Required silent install parameters

-q, -quiet, -s, -silent

Runs in silent mode (no prompts).

-install

Performs an installation.

Optional silent install parameters

-l, -log

Writes information to a log file.

-uninstall

Removes all installed components of the software.

-repair

Reinstalls all installed components of the software.

-modify

Updates the installation as specified.

ADDLOCAL

Specifies the components to be installed. Names are case-sensitive.

To install all the available components, use ALL.

When installing components, you include SmartPlantNet first and then the additional components needed, separated by commas with no spaces. The following components can be included, but must be provided in the order listed here. Each component requires all the previous items in the list to be included before it in the argument:

  • SmartPlantNet

  • SchemaComponentNet

  • SPClientNet

  • IntegrationSchema

If the schema files already exist locally and you specify to install them again during the silent installation, the existing folder will be renamed to EFSchema - Backup before the new folder is delivered.

CLIENTINSTALLFOLDER

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

REMOVE

Specifies the list of features to be removed, separated by commas. Feature names are case-sensitive.

For detailed instructions about installing the software and setting up a server, see Install product software on the application server.