The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
ManageSoft for managed devices can normally manually be uninstalled using the standard Windows Add/Remove Programs interface, as described in the managed device release notes. This article is focused on automatic/scripted removal of the software.
ManageSoft for managed devices software is installed as a Windows Installer package, and so standard Windows Installer facilities can be used to uninstall the software.
As such, executing the following command line on a computer will silently uninstall ManageSoft for managed devices from that computer (and place Windows Installer logging from the uninstall in the c:\Temp\UninstallManageSoft.log file):
msiexec /x{ProductCode} /q /l*v c:\Temp\UninstallManageSoft.logwhere ProductCode is the product code of the particular ManageSoft for managed devices MSI package that you have installed.
Some product codes for different versions of ManageSoft for managed devices which are in common use are:
The following steps can be performed on a computer with ManageSoft for managed devices installed to determine the product code of that particular release (the same product code will apply to all managed devices that have the same release installed):
The Orca utility available as part of the Windows Installer SDK that is available from Microsoft can also be used to determine the product code directly from the relevant ManageSoft for managed devices MSI file by looking in the Properties table.
Simply uninstalling the ManageSoft for managed devices software will not remove all files and settings which are likely to have been created as part of the ManageSoft installation. The CleanRemoveManageSoftMD.vbs script attached to this article can be used as a starting point to perform a more thorough removal of files and settings related to ManageSoft. You should review and update the code contained within this script to suit your exact requirements and environment.
This script contains logic to:
Warning: Deleting the c:\Program Files\ManageSoft folder will delete the installation agent cache. It is possible to construct ManageSoft packages to install software applications in to this cache; if you subsequently delete the cache, any such applications are likely to no longer work.
Note: The script contains various hard-coded information which you may need to review and update:
The procedures documented in this article could also be used as the basis for uninstalling ManageSoft for distribution servers. You may want to consider extending the cleanup script to also remove the c:\ManageSoft folder containing packages and other distribution server data files as part of such a cleanup.
May 05, 2011 05:47 PM