Describes how to run a remote task that uninstalls ManageSoft from some or all managed devices. For detailed information on remote execution, refer to the "Discovery and adoption" chapter of the ManageSoft Reference:Configuration guide.
To uninstall Managesoft from managed devices:
- Locate the following registry key on one of the managed devices from which you want to uninstall ManageSoft:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- Locate the DisplayName entry under the GUID for ManageSoft for Managed Devices:
DisplayName = ManageSoft for managed devices
Note: The GUID on each managed device should be the same so you only need to find it out once.
- Copy the ModifyPath value which looks like:
MsiExec.exe /I{YOUR_GUID}
- Using the Discovery and Adoption node on your administration server, select some or all of the managed devices from one of the sites where you want to uninstall ManageSoft.
- Click Schedule the execution of a command on the device(s) selected below.
- Work your way through the Remote Command wizard until the Command selection page is displayed.
- Select Custom Command from the drop down box.
- Paste the ModifyPath value from the managed device registry setting, then change the "I" to an "X" so that it looks like: MsiExec.exe /X{YOUR_GUID}
- Add any extra parameters such as /qn to make the uninstall silent. You can find settings by searching on the web.
- Run the command to uninstall ManageSoft from the selected managed devices.
Comments