Silent Mode Example Scripts - Intergraph Smart Electrical - Installation & Upgrade - Hexagon

Intergraph Smart Electrical Installation and Upgrade

Language
English
Product
Intergraph Smart Electrical
Search by Category
Installation & Upgrade
Smart Electrical Version
10

  • 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.

SERIALNUM="012345678" ADDLOCAL="ALL"

Pause

Install Specific Features

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

Pause

Uninstall the Product

"\\Smart Electrical\Setup Files\Setup.exe" -uninstall -silent -log "C:\Uninstall.log"

Pause

Repair the Product

"\\Smart Electrical\Setup Files\Setup.exe" -repair -silent -log "C:\Repair.log"

Pause

Modify Product Features

"\\Smart Electrical\Setup Files\Setup.exe" /modify /silent /log "C:\Update Features.log" ADDLOCAL="OPTIONSMANAGER" REMOVE="RULEMANAGER"

Pause