Silent Mode Installation Example Scripts - Intergraph Smart P&ID - 2019 (9.0) - Installation & Upgrade - Hexagon

Intergraph Smart P&ID Installation and Upgrade

Language
English
Product
Intergraph Smart P&ID
Search by Category
Installation & Upgrade
Smart P&ID Version
9 (2019)

  • You can prefix the arguments with a hyphen (-) or a forward slash (/) where required. For example, use /install or -install.

  • You can use %temp% in the log file path to create the log file in the active user's local Temp folder.

  • You can add pause at the end of your command or script. This is useful for confirming that a process has completed successfully before proceeding to the next step.

Install Smart P&ID with all available features

"\\Smart P&ID\Setup Files\SPID_setup.exe" /install /silent INSTALLFOLDER="C:\Program Files (x86)\SmartPlant" /log "%temp%\Install.log" SLAACCEPT=YES ADDLOCAL="ALL" SERIALNUM="0123456789" PIDMODE=0

pause

Install Smart P&ID

\\Smart P&ID\Setup Files\SPID_setup.exe" /install /silent INSTALLFOLDER="C:\Program Files (x86)\SmartPlant" /log "C:\Install.log" SLAACCEPT=YES ADDLOCAL="SPPID" SERIALNUM="0123456789" PIDMODE=0

pause

Install Smart P&ID Engineering with all available features

\\Smart P&ID\Setup Files\SPID_setup.exe" /install /silent INSTALLFOLDER="C:\Program Files (x86)\SmartPlant" /log "%temp%\Install.log" SLAACCEPT=YES ADDLOCAL="ALL" SERIALNUM="0123456789" PIDMODE=1

pause

Install Smart P&ID Engineering

\\Smart P&ID\Setup Files\SPID_setup.exe" /install /silent INSTALLFOLDER="C:\Program Files (x86)\SmartPlant" /log "%temp%\Install.log" SLAACCEPT=YES ADDLOCAL="SPPID" SERIALNUM="0123456789" PIDMODE=1

pause

Install specific features

\\Smart P&ID\Setup Files\SPID_setup.exe" /install /silent INSTALLFOLDER="C:\Program Files (x86)\SmartPlant" /log "C:\Install.log" SLAACCEPT=YES ADDLOCAL="OPTIONSMGR,RULEMGR" SERIALNUM="0123456789" PIDMODE=0

pause

Install evaluation version

\\Smart P&ID\Setup Files\SPID_setup.exe" /install /silent INSTALLFOLDER="C:\Program Files (x86)\SmartPlant" /log "%temp%\Install.log" SLAACCEPT=YES ADDLOCAL="ALL" SERIALNUM="0123456789" USERNAME="RisingStar42" COMPANYNAME="Intergraph" PIDMODE=0

pause

Modify product features

\\Smart P&ID\Setup Files\SPID_setup.exe" /modify /silent /log "%temp%\Install.log" ADDLOCAL="OPTIONSMGR" REMOVE="RULEMGR"

pause

Repair the product

\\Smart P&ID\Setup Files\SPID_setup.exe" /repair /silent /log "%temp%\Install.log"

pause

Uninstall the product

\\Smart P&ID\Setup Files\SPID_setup.exe" /uninstall /silent /log "C:\Uninstall.log"

Pause