Question:
Is it possible to install InLoox PM on a Windows Terminal Server?
Answer:
InLoox PM Workgroup can be installed on a Terminal Server.
There are several ways to do that.
The installation should recognize a terminal server and show a selection dialog for the add-in visibility as described in the whitepaper.
http://www.inloox.com/support/documentation/whitepapers/
You can also start the installation from the command line and add the terminal server parameters
C:\InLoox_PM_WorkgroupEnterprise.exe /terminalserver
With this parameter the installation is forced to run for a terminal server. The add-in will be visible for no one.
C:\InLoox_PM_WorkgroupEnterprise.exe /terminalserver /visibleall
With this parameter the add-in will be visible for every user of the terminal server.
msiexec /i "C:\InLoox_PM_WorkgroupEnterprise.msi" CMDLINE="/terminalserver"
With this parameter the installation is forced to run for a terminal server. The add-in will be visible for no one.
msiexec /i "C:\InLoox_PM_WorkgroupEnterprise.msi" CMDLINE="/terminalserver /visibleall"
With this parameter the add-in will be visible for every user of the terminal server.
With msi also a silent installation is possible:
msiexec /i "C:\InLoox_PM_WorkgroupEnterprise.msi" CMDLINE="/clientinstall /terminalserver /visibleall connectionfile=""C:\connect.info"" folder=""C:\Program Files\InLoox\InLoox PM""" /quiet
You can't find the answer to your questions in our online support center? Send us a support ticket.
Search our support center for answers to your question on InLoox, find user instructions and tutorials.