Silent Mode Installation Example Scripts - Intergraph Smart P&ID - Installation & Upgrade - Intergraph

SmartPlant P&ID Installation and Upgrade Guide

Language
English
Product
Intergraph Smart P&ID
Search by Category
Installation & Upgrade
SmartPlant Foundation / SDx Version
Smart Electrical Version
2015 R1 (7.1)
Smart Instrumentation Version
(none)
Smart P&ID Version
7.1 (2014 R1)
Smart Engineering Manager Version
7.2 (2014 R2)
Smart P&ID Web API Version
(none)

  • 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 P&ID\Setup Files\setup.exe" /install /silent InstallFolder="C:\Program Files (x86)\SmartPlant" /log "C:\Install.log" SLAACCEPT="YES" SERIALNUM="012345678" PIDMODE="0" ADDLOCAL="ALL"

Pause

Install SmartPlant P&ID Engineering Mode with All Features

"\\SmartPlant P&ID\Setup Files\setup.exe" /install /silent InstallFolder="C:\Program Files (x86)\SmartPlant" /log "C:\Install.log" SLAACCEPT="YES" SERIALNUM="012345678" PIDMODE="1" ADDLOCAL="ALL"

Pause

Install Specific Features

"\\SmartPlant P&ID\Setup Files\setup.exe" -install -silent InstallFolder="C:\Program Files (x86)\SmartPlant" -log "%tmp%\Install Part.log" SLAACCEPT="YES" SERIALNUM="012345678" ADDLOCAL="OPTIONSMGR,RULEMGR"

Pause

Uninstall the Product

"\\SmartPlant P&ID\Setup Files\setup.exe" -uninstall -silent -log "C:\Uninstall.log"

Pause

Repair the Product

"\\SmartPlant P&ID\Setup Files\setup.exe" -repair -silent -log "C:\Repair.log"

Pause

Modify Product Features

"\\SmartPlant P&ID\Setup Files\setup.exe" /modify /silent /log "C:\Update Features.log" ADDLOCAL="OPTIONSMGR" REMOVE="RULEMGR"

Pause