The following is the method of silent installation of PropalmsTSE
msiexec /i "Installer Path of .msi file" /qn
Propalms Connection Manager (TSE Desktop Client) installation file should not be a .exe file, use .msi file
You can download from below link:
TSE Desktop Client 7.0.3.0 .msi Propalms Desktop Client 7030 msi
Do not create desktop client shortcut option
msiexec / i <Installer Path of .msi file> DESKTOP_CLIENT_SHORTCUTS=0
Do not create a shortcut for the start menu program
msiexec / i <Installer Path of .msi file> STARTMENU_SHORTCUTS=0
Do not create a startup shortcut
msiexec / i <Installer Path of .msi file> STARTUP_SHORTCUTS=0
Do not create all shortcuts
msiexec / i <Installer Path of .msi file> DESKTOP_CLIENT_SHORTCUTS=0 STARTMENU_SHORTCUTS=0 STARTUP_SHORTCUTS=0