<< Click to Display Table of Contents >> RayManageSoft Unified Endpoint Manager > 3.1 > User Guide > Appendix I: Preference Settings for Managed Devices > Alphabetical Listing of Preference Settings for Managed Devices ApplicationInstallCommand |
Command-line | Registry
Specifies a template command-line to be used to install an application package through the RayManageSoft Unified Endpoint Manager package selection agent. The selection agent uses the value from this setting to build command-lines that are executed in order to install packages selected by a user.
The value of this setting should always include the following special substrings:
•{1} - This substring will be replaced with the URL of the package to be installed. This value is typically passed as the value of the -r command-line option of the installation agent. The URL may contain space characters and therefore should be quoted appropriately in the command-line.
•{2} - This substring will be replaced with any installation agent command-line options that the selection agent determines may be needed to install the package. This value should not be quoted in the command-line.
Values / Range: |
A valid command-line string containing the literal substrings {1} and {2}. |
Default value: |
ndlaunch -r "{1}" -o SaveAllUserSymbols=False {2} |
Example value: |
To install packages with full user interaction: ndlaunch -r "{1}" -o SaveAllUserSymbols=False {2} -o UserInteractionLevel=Full |
Note: {2} will normally expand to specify a default UserInteractionLevel determined by the selection agent. Therefore, in the example, the option to override the setting on the command-line appears after the {2} substring. |
Command-line
Tool: |
Package selection agent |
Example: |
-o ApplicationInstallCommand="ndlaunch -r ""{1}"" -o SaveAllUserSymbols=False {2} -o UserInteractionLevel=Full" |
Registry
Installed by: |
RayManageSoft Unified Endpoint Manager internals or manual configuration |
User setting: |
HKEY_CURRENT_USER\SOFTWARE\ManageSoft Corp\ ManageSoft\Selector\CurrentVersion |
Computer setting: |
[Registry]\ManageSoft\Selector\CurrentVersion |