Summary
This Reference Article shows the Windows Command Prompts (CMD) needed to create an install for TEKLYNX CENTRAL. Using these prompts, you can create a silent installer package.
Preparation
- Assemble the following files into the same folder.
- From C:\Program Files (x86)\Teklynx\CommandCenter on TC server
- CS_REMOTE_setup.exe
- LAC_setup.exe
- TCClientPlugin.exe
- TkxCentral.RemoteAdjustment.exe
- From C:\Program Files (x86)\Teklynx\CommandCenter\Installation on TC server
- LAC.iss
- From C:\Program Files (x86)\Teklynx\CommandCenter on TC server
- Modify LAC.iss file
- szLASHost= TC Server Name
- szUMSSHost=TC Server Name
Installation
- Start Windows command prompt (CMD)
- Navigate to the folder containing all the installation files
- To install CODESOFT use the following command:
- CS_REMOTE_setup.exe” -s -v”/qn”
- To install LABEL ARCHIVE use the following command:
- LAC_setup.exe” -s -f1″C:\LAC.iss
- To install TC Client Plugin:
- msiexec.exe /i “TCClientPlugin.msi” /qn
- To adjust configuration:
- TkxCentral.RemoteAdjustment.exe adjust “tcp://[TC Server Name]:8989”
Additional Comments
Written Using: TEKLYNX CENTRAL v4.5