Skip to main content

Software - Attempt Silent Uninstall Params

Summary

This script will fetch the uninstallation string from the database for the defined app in the parameter @AppName@ and then attempt to uninstall the application.
Time Saved by Automation: 10 Minutes

Sample Run

Sample Run

User Parameters

NameExampleRequiredDescription
AppNameTeam ViewerTrueApplication name that needs to be uninstalled

Process

When the script runs, it will ask for a parameter AppName, which needs to be filled by the user. This script will then check if the software is installed on the machine. If it is, the script will fetch the uninstallation string from the database for the defined app in the parameter @AppName@ and attempt to uninstall the application. The script also verifies whether the software was uninstalled successfully and displays the result in the script's logs section.

Output

  • Script log