Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Installation TDM GL Desktop from MSI package

Last updated by | Pavel Paulau_c | Mar 24, 2022 at 8:37 AM GMT+1

Installation TDM GL Desktop from MSI package


Release pipeline generate MSI package as "TDM.GL.Client.Installer" and copy to build artifacts.

For install application you should copy to you PC:

TDM.GL.Client.Installer.msi

After copy, you can install client, just run TDM.GL.Client.Installer.msi file, but this installation will be with default configuration:

Path for installation log file will be look like "C:\TDM\TDMGlobalLine\Logs"


Path for files of application will be look like "C:\TDM\TDMGlobalLine\GlobalLineClient"
URL for connection to TDM.LG.Server will be look like "https://localhost/GlobalLine "

Silent mode installation


After copy files, you need run Command Line or PowerShell in administrator mode and execute next command:

msiexec /i C:\Users\demo\Downloads\TDM.GL.Client.Installer.msi TARGETPATH="D:\TDMGLCustom" TDMGLSERVERURL="https://localhost/GlobalLine"


LOGPATH="D:\TDMGLCustom\InstallLog" /qn

In current command you should set path to msi from your PC in example it was "C:\Users\demo\Downloads\TDM.GL.Client.Installer.msi". Also you should set
few parameters by your configuration:

TARGETPATH - path to folder where will be install client


TDMGLSERVERURL - URL to server that you want to use for open connection.
LOGPATH - path to folder where will be save installation logs.
/qn - property for run installation in silent mode

You might also like