This document provides you the steps required to deploy Xmanager to multiple computers using Endpoint Central.
To deploy Xmanager, follow the steps given below:
Download Xmanager from the website https://www.netsarang.com/download/down_xmg5.html and store in the network share. Network share is recommended only if you wanted to deploy the software to computers within the network. If you wanted to deploy Xmanager to computers located in a remote location, you can use HTTP upload.
Note: The network share should have read permissions to Everyone group and should be accessible from all the computers to which you are trying to install.
By creating a response file
To install Xmanager you have to create an installation response file in the location where you have saved the download setup. To create the installation response file follow the steps given below,
If you have purchased the Xmanager license enter the product key or enter 'evaluation' if you wanted to use the trial version, and click Next.
Note: If you have entered the product key as "evaluation', you will get a product key warning pop up. Click OK to continue with trial version.
You have successfully created the installation respose file xinstall.iss in the network share.
Uninstallation procedure
To uinstall Xmanager you have to create an uninstallation response file in the location where you have saved the download set up. To create the uninstallation response file follow the steps given below,
You have successfully created the uninstallation response file xuninstall.iss in the network share.
- Click the Software Deployment tab
- Click Add Package
- Select the MSIEXEC/EXE/ISS/Command package type
- Specify a name for the application
- Choose Network Path/Http Path based on your requirement and Locate/Add the files
- Specify the Installation command with Switches/Arguments as - "\\Networkshare\Foldername\Xmgr5.exe -s -f1.\xinstall.iss -f2.\result.log"
- Specify the Uninstallation command with Switches/Arguments as - "\\Networkshare\Foldername\Xmgr5.exe -s -f1.\xuninstall.iss -f2.\result.log"
- Click Add Package