Silent Mode Installation Example Scripts - Intergraph Smart Instrumentation - Installation & Upgrade - Hexagon PPM

SmartPlant Instrumentation Installation and Upgrade Guide

Language
English
Product
Intergraph Smart Instrumentation
Search by Category
Installation & Upgrade
Smart Instrumentation Version
2016 SP1 (11.0.1)

  • These examples show the use of either '/' or '-' as argument delimiters.

  • The 'Pause' command is optional and is used to display completion of the process in the Command Prompt window.

  • A value of '%tmp%' for the log file path can be used to write the log file to the active user's local 'Temp' folder.

Install All Features

"\\SmartPlant Instrumentation\Setup Files\Setup.exe" /install /silent InstallFolder="C:\Program Files (x86)\SmartPlant" /log "C:\Install.log" SLAACCEPT="YES" SERIALNUM="012345678" ADDLOCAL="ALL"

Pause

Install Specific Features

"\\SmartPlant Instrumentation\Setup Files\Setup.exe" -install -silent InstallFolder="C:\Program Files (x86)\SmartPlant" -log "%tmp%\Install Part.log" SLAACCEPT="YES" SERIALNUM="012345678" ADDLOCAL="SPI,MERGER"

Pause

Uninstall the Product

"\\SmartPlant Instrumentation\Setup Files\Setup.exe" -uninstall -silent -log "C:\Uninstall.log"

Pause