Installing : Installing System Architect : Installing System Architect in silent mode : Silent installation: Example command lines
  
Silent installation: Example command lines
Example 1
This command line has all the custom properties listed in the ADDLOCAL property:
SysArch_11.4.8.2.exe /s /v"/qn LAPAGREE=\"Yes\" INSTALLDIR=\"C:\Program Files\UNICOM Systems\System Architect Suite\" ULTLICENSESERVER=\"localhost:7498\" ULTLICENSEID=\"License.sa\" TLDESKTOPSHORTCUT=\"Yes\" ADDLOCAL=\"SA_ALWAYSINSTALLTHESE,SA_PUBLISHER,SA_COMPARE,SA_CATMAN,SA_SQLEXP,SA_SAEM,SA_SIMII,SA_HELP,SA_SAMPLE\""
Example 2
This command line has some custom properties listed in the ADDLOCAL property and is a custom installation with only a few System Architect components.
SysArch_11.4.8.2.exe /s /v"/qn LAPAGREE=\"Yes\" INSTALLDIR=\"C:\Program Files\UNICOM Systems\System Architect Suite\" ULTLICENSESERVER=\"localhost:7498\" ULTLICENSEID=\"License.sa\" TLDESKTOPSHORTCUT=\"Yes\" ADDLOCAL=\"SA_ALWAYSINSTALLTHESE,SA_COMPARE,SA_CATMAN,SA_SAEM,SA_SIMII,SA_HELP,SA_ELEARNING_SAMPLES,SA_GEN_SAMPLE\""
You can create MSI transforms if you need to specify many silent install options.