This document provides steps required to deploy SSH Secure Client to multiple computers using Endpoint Central.
To deploy SSH Secure Client, follow the steps given below:
Note: The network share should have read permissions to Everyone in the group and should be accessible from all the computers to which you are trying to install.
- Extract the content of the EXE using winzip or 7-zip to a temporary directory.
- In the extracted location you will find a setup.exe file under Disk1 directory.
- Open a command prompt and run the setup file with this command "Disk1\Setup.exe -r"
- Follow the installation wizard to complete the installation.
- Upon successful installation, the installation steps will be recorded in an iss file at C:\windows\setup.iss
- Copy this setup.iss to the network share created in step 1
- Click the Software Deployment tab
- Click Add Package
- Select the MSIEXEC/EXE/ISS/Command package type
- Specify a name for the application
- Specify the Installation Command with Switches/Arguments as below:
<Network Share>\SSHClient\Disk1\Setup.exe -s -f1 "<Folder_Path>\setup.iss"- Click Add Package