Navigate to Software Deployment tab and click Add Packages.
Select the Package type as MSIEXEC /EXE/ISS/Command and specify the following details:
Parameter |
Description |
---|---|
Package |
|
Package Name |
Name of the Software Package |
License Type |
Specify if the software is commercial or non-commercial |
Locate installable |
The installable needs to located -
|
Add Files to Upload |
When you choose to locate the installable from local computer, you need to browse and select the installables, which will be uploaded to the Endpoint Central Server |
Installation Command with switches/arguments |
Specify the command to be executed in the client computers for installing the application. The command specified here will be "as such" executed in all the client computers. Make sure that the path to the executables specified in the command is relative to the EXE Root Directory specified above. Examples: 1. msiexec.exe \Skype\skype.msi /qn 2. googlesetup.exe /S |
Uninstallation Command with switches/arguments |
Specify the command to be executed in the client computers for uninstalling the application. The command specified here will be "as such" executed in all the client computers. Make sure that the path to the executables specified in the command is relative to the EXE Root Directory specified above. Example:Skype\uninstall.exe
If the uninstaller in the individual computers has to be invoked, you can specify the complete path to the uninstaller. please note that the uninstaller has to be in the same location in all the client computers. You can use environment variables in the path.
Examples: C:\WINDOWS\ie7\spuninst\spuninst.exe /q %SystemRoot%\ie7\spuninst\spuninst.exe /q
|
Pre-Deployment Activities before Installation |
|
Check if Software Exists |
Specify the Software Name and version, based on the search result you can choose to proceed with the installation, uninstall the existing version or skip installation. |
Check Registry Key/Value |
Specify the Header Key, Sub Key and Value Name, based on the search result you can choose to proceed with the installation, uninstall the existing version or skip installation. |
Check Data on Registry Value |
Specify the Header Key, Sub Key, Value Name, Data Type, Comparator and Register value, based on the search result you can choose to proceed with the installation, uninstall the existing version or skip installation. |
Check File Folder |
Specify the File Name or Folder Name based on the search result you can choose to proceed with the installation, uninstall the existing version or skip installation. |
Check Running Process |
Specify the Process Name, so that you can choose to proceed with the installation when the process is stopped or kill the process and proceed with the installation. |
Configurations |
Configurations such as Create/Append Path, Create/Delete Shortcut, Executing custom scripts, Managing Files and Folders, Configuring Registry Settings and Configuring Windows Services, Setting Environment Variables can be deployed as a pre-deployment activity. |
Post-Deployment Activities after Installation |
|
Configurations |
Configurations such as Create/Append Path, Create/Delete Shortcut, Executing custom scripts, Managing Files and Folders, Configuring Registry Settings and Configuring Windows Services, Setting Environment Variables can be deployed as a post-deployment activity. |
Pre-Deployment Activities before Uninstallation |
|
Check if Software Exists |
Specify the Software Name and version, based on the search result you can choose to proceed with the installation, uninstall the existing version or skip installation. |
Check Registry Key/Value |
Specify the Header Key, Sub Key and Value Name, based on the search result you can choose to proceed with the installation, uninstall the existing version or skip installation. |
Check Data on Registry Value |
Specify the Header Key, Sub Key, Value Name, Data Type, Comparator and Register value, based on the search result you can choose to proceed with the installation, uninstall the existing version or skip installation. |
Check File Folder |
Specify the File Name or Folder Name based on the search result you can choose to proceed with the installation, uninstall the existing version or skip installation. |
Check Running Process |
Specify the Process Name, so that you can choose to proceed with the installation when the process is stopped or kill the process and proceed with the installation. |
Configurations |
Configurations such as Create/Append Path, Create/Delete Shortcut, Executing custom scripts, Managing Files and Folders, Configuring Registry Settings and Configuring Windows Services, Setting Environment Variables can be deployed as a pre-deployment activity. |
Post-Deployment Activities after Uninstallation |
|
Configurations |
Configurations such as Create/Append Path, Create/Delete Shortcut, Executing custom scripts, Managing Files and Folders, Configuring Registry Settings and Configuring Windows Services, Setting Environment Variables can be deployed as a post-deployment activity. |
Advanced Options |
|
EXE Root Path |
When you select the Network Path option, specify the shared directory from where all the commands will be executed. This directory should have access to all the executables that are required to install the application. |
Exit Code | Specify the exit code, which should be returned when the installation has been succeeded. |
Architecture | Specify the Package architecture as 62 bit or 32 bit. If the software architecture is chosen as 32 bit , then it will be installed on all the computers (32 bit and 64 bit). If the software architecture chosen is 64 bit, then Endpoint Central will not try to install the software on 32 bit computers. |
Maximum Time Limit for Installation | Specify the time limit allowed for the installation to happen. If the time to install the software application exceeds the time limit specified here, installation process will be aborted. |
Package Properties |
|
Manufacturer |
Name of the software vendor |
Version |
The software version |
Language |
The software language version |
Package Description |
Description of the software package |
Click Add Package. The package gets added to the table below.
Repeat steps 3 to 5 for adding more packages.
To modify the EXE packages, follow these steps:
Click Software Deployment tab.
The list of managed packages , will be displayed.
Click the Actions column next to corresponding package.
Select Modify to modify the package.
To remove the EXE packages, follow these steps:
Click Software Deployment tab.
The list of managed packages , will be displayed.
Click the Actions column next to corresponding package.
Select Delete to remove the package.
The package details will be deleted from the table.