InLoox Silent-Installation


You are here: InLoox Support Knowledge Base Support Articles InLoox Silent-Installation

Question:

How can you perform a silent installation (an unsupervised installation) of InLoox, e.g., for an automatic software distribution. 

Answer:

You will need the Exe file of the InLoox Client to be able to perform a silent installation.

You can download the latest release here:

https://www.inloox.de/download/release/InLoox_for_Windows.exe

The following example command lines are possible:

  • C:\InLoox_for_Windows_1105.exe /s
  • C:\InLoox_for_Windows_1105.exe /s INSTALLOUTLOOKADDIN=1
  • C:\InLoox_for_Windows_1105.exe /s INSTALLOUTLOOKADDIN=0
  • C:\InLoox_for_Windows_1105.exe /s INSTALLOUTLOOKADDIN=1 INSTALLPATH=”C:\Program Files\InLoox\InLoox11”
  • C:\InLoox_for_Windows_1105.exe /s INSTALLOUTLOOKADDIN=1 INSTALLPATH=”C:\Program Files\InLoox\InLoox11” PATHTOCONNECTIONJSON=”C:\install\InLooxConnectionInformation.json”
  • C:\InLoox_for_Windows_1105.exe /s INSTALLOUTLOOKADDIN=1 INSTALLPATH=”C:\Program Files\InLoox\InLoox11” PATHTOCONNECTIONJSON=”C:\install\InLooxConnectionInformation.json” INSTALLAUTOUPDATER=0 (Default = 1)

Please take note of the following:

  1. If you do not specify an installation path, depending on the Outlook bitness the path C:\Program Files\InLoox or C:\Program Files (x86)\InLoox will be used. Therefore, we do not recommend using this parameter if you do not want to install InLoox into a separate directory.
  2. Microsoft .NET 6 is required to install InLoox from Version 11 onwards. If this is not already installed on the computers, it will automatically be downloaded with the internet installation. Should you not want this, you will need to download and install the framework yourself beforehand.

Uninstalling is possible with the following parameters:

  • C:\InLoox_for_Windows_1105.exe /s /uninstall