Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the installer of CostOS Workstation
  2. Copy <installation-directory>/.install4j/response.varfile from your existing CostOS workstation installation to where you downloaded the installer. 
  3. In command prompt or terminal change directory (cd) to where you downloaded the installer. 
  4. Run the following command to install CostOS workstaion:
    Code Block
    languagepowershell
    CostOS_Workstation_X.X.XXX.exe -q -varfile response.varfile

Where -X.X.XXX is the CostOS Workstation version you downloaded. 

-q instructs the installer to run in unattended mode (quietly).  -varfile specifies the location and name of the configuration file containing the options used by the installer. 

-console Use parameter to print installation process on command window.

Installation Log file

you can always get your silent installation log file from the following file <installation-directory>/.install4j/installation.log
Additionally you can use the following params on your execution command line to store log files in a deferent location

Code Block
languagepowershell
CostOS_Workstation_X.X.XXX.exe -q -varfile response.varfile -Dinstall4j.alternativeLogfile="C:\Program Files\CostOS_Workstation\installation-configure.log" -Dinstall4j.noPermanentLogFile=true