<< Click to Display Table of Contents >> RayManageSoft Unified Endpoint Manager > 3.1 > User Guide > Administration > Device Settings > Edit Device Settings > AppCenter > General Application Uninstall Command |
This setting specifies the template command-line to be used to uninstall an application package through the RMS UEM AppCenter package selection agent.
•{1} - This substring will be replaced with the URL of the package to be verified. This value is typically passed as the value of the -a command-line option of the installation agent. The URL may contain space characters and therefore should be appropriately set into quotation marks 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 verify the package. This value should not be set into quotation marks in the command-line.
Possible values: |
A valid command-line string containing the literal substrings {1} and {2}. |
Default value: |
ndlaunch -d "{1}" -o SaveAllUserSymbols=False {2} |
Example value: |
To uninstall packages with full user interaction: ndlaunch -d "{1}" -o SaveAllUserSymbols=False {2} -o UserInteractionLevel=Full |
Detailed information about this setting and its usage on endpoints can be found here.