Command Line Installation Examples
The following examples will show you the commands for five common installation operations. The examples assume the commands are executing in the folder with the Logi Info installation file - they do not include any navigation commands you may need to get to that folder.
For orientation purposes, the image below shows you the four program
features that appear in the regular installation interface:
The following examples will show you the commands for five common
installation operations. The examples assume the commands are executing in
the folder with the Logi Info installation file - they do not include any
navigation commands you may need to get to that folder.
An example Command Prompt window is shown above, with an installation command.
Notice the quotation marks - they are very important!
We highly recommend that you test your commands on a non-production machine first to ensure that you get the desired results.
Logi Info Studio + Logi Info Web Server
To install Logi Info Studio and the Web Server engine on the same computer, use this command:
"Logi Info 64bit 12.2.067.exe" /s /v"/qn"
Don't forget to include all four double-quotation marks.
To install Logi Info Studio and the Web Server engine on the same computer but into a specific drive and folder, use this command:
"Logi Info 64bit 12.2.067.exe" /s /v"/qn INSTALLDIR=\"D:\TargetFolder\Folder\""
The INSTALLDIR argument can be added to any of the installation commands.
It uses escaped quotation marks (\") inside the
surrounding quotation marks.
Logi Info Studio only
To install just Logi Info Studio, use this command:
"Logi Info 64bit 12.2.067.exe" /s /v"/qn ADDLOCAL=AlwaysInstall,Studio"
Logi Info Web Server Engine only
To install just the Logi Info Web Server engine, use this command:
"Logi Info 64bit 12.2.067.exe" /s /v"/qn ADDLOCAL=AlwaysInstall,Server"
Logi Info Scheduler for .NET
To install just the Logi Info Scheduler Service for .NET, use this command:
"Logi Info 64bit 12.2.067.exe" /s /v"/qn ADDLOCAL=AlwaysInstall,SchedulerNet"
Logi Info Scheduler for Java
To install just the Logi Info Scheduler Service for Java, use this command:
"Logi Info 64bit 12.2.067.exe" /s /v"/qn
ADDLOCAL=AlwaysInstall,SchedulerJava"