-
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
"\\Smart Engineering Manager\Setup Files\SPEM_setup.exe" /install /silent INSTALLFOLDER="C:\Program Files (x86)\SmartPlant" /log "C:\Install.log" SLAACCEPT="YES"
Install Specific Features
"\\Smart Engineering Manager\Setup Files\SPEM_setup.exe" -install -silent INSTALLFOLDER="C:\Program Files (x86)\SmartPlant" -log "%tmp%\Install Part.log" SLAACCEPT="YES" ADDLOCAL="CATALOGMGR,FILTERMGR"
Pause
Uninstall the Product
"\\Smart Engineering Manager\Setup Files\SPEM_setup.exe" -uninstall -silent -log "C:\Uninstall.log"
Pause
Repair the Product
"\\Smart Engineering Manager\Setup Files\SPEM_setup.exe" -repair -silent -log "C:\Repair.log"
Pause
Modify Product Features
"\\Smart Engineering Manager\Setup Files\SPEM_setup.exe" /modify /silent /log "C:\Update Features.log" ADDLOCAL="UPGRADEUTIL" REMOVE="FILTERMGR"
Pause