< Back

Is there a way to do a silent install of Tecplot products?


Question:

How can I do a silent install of Tecplot 360 & Chorus?

Answer:

You would need to use a command like this for Windows:

“C:<path to software to install.exe>” /S /D=C:<path to install to with no spaces>

where the /S indicates a silent install and the /D must be the last parameter in the list.

And a command like this for Linux:

sh <path to software to install.sh> –skip-license –prefix=<path to install to with no spaces>

A silent install does not take care of licensing, so you will still need to install the key.

 

For Tecplot RS use the following commands:

“C:<path to software install.exe>” /S /v/qn

Tecplot RS does not take a destination argument. For Linux, the commands are the same as 360 and Chorus.