| 
       << Click to Display Table of Contents >> RayManageSoft Unified Endpoint Manager > 3.1 u11 > User Guide > Appendix I: Preference Settings for Managed Devices > Alphabetical Listing of Preference Settings for Managed Devices ApplicationUninstallCommand | 
    
Command-line | Registry
Specifies a template command-line to be used to uninstall 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 uninstall 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 uninstalled. This value is typically passed as the value of the -d 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 uninstall 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 -d "{1}" -o   | 
Example value:  | 
To uninstall packages with full user interaction: ndlaunch -d "{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 ApplicationUninstallCommand= -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  |