In order to run the silent install, you would first need to create an MSI package for the client installation. You can do this using the ALM Client MSI Generator. This utility can be found on the Tools (formerly Add-Ins) page under ''More HP ALM Add-ins'' then under Utility Add-ins.
Once you have the MSI package created, you can deploy to the clients using standard Microsoft Installer switches.
For Example, to install with no user interface (i.e. Silent Mode) you could launch via command line with the /qn switch as follows:
C:> HP_ALM_Client_xxx_v1.msi /qn
You should also be able to use this switches in a corporate package distribution if needed.
More information on the available command line switches is available at:
https://msdn.microsoft.com/en-us/library/aa367988(v=vs.85).aspx