Configuration

How to perform unattended installation?

258 views April 23, 2020 April 23, 2020 pohheng 0

Introduction:

This article shows how to create a perform an unattended installation of InTime in Windows and Linux environment. This will allow the user to script the installation. Assuming InTime and InTime Server version is 3.0.2.

Open a command prompt and type in the following:

InTime Client

Windows:

C:\Users\Test\Downloads> intime_v3.0.2_64bit_win.exe /AllUsers /S /NCRD

Linux:

$ ACCEPT_LICENSE=1 DEFAULT_INSTALL=1 sh intime_v3.0.2_64bit_linux6.sh

InTime Server

Windows:

C:\Users\Test\Downloads> intimeserver_v3.0.2_64bit_win.exe /AllUsers /S /NCRD

Linux:

$ ACCEPT_LICENSE=1 DEFAULT_INSTALL=1 sh intimeserver_v3.0.2_64bit_linux6.sh

 

Explanation

[table responsive="no" alternate="no" fixed="no"]
Argument Description
ACCEPT_LICENSE Accept the EULA license.
DEFAULT_INSTALL 1 - Full installation of InTime Server/License Server

2 - License Server only

3 - InTime Server only

[/table]

Applies to:

  • Windows Operating System
  • Linux Operating System

Knowledge Base ID: 202004011 - Last Review: Apr 01 2020 - Revision: 1.0