cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Execute Uninstaller Action Does Not Uninstall

Execute Uninstaller Action Does Not Uninstall

Summary

This article is related to an instance where the Execute Uninstaller action is used to call the uninstaller of a previous installed product but when the action is executed, it does not uninstall the product.

Synopsis

This article is related to an instance where the Execute Uninstaller action is used to call the uninstaller of a previous installed product but when the action is executed, it does not uninstall the product.

Discussion

The Execute Uninstaller action is used to run a specified uninstaller. The action runs the uninstaller specified and is mostly used in upgrade installations to uninstall the previously installed product.

The action needs the full path to the folder where the uninstaller launcher is located. So in order to call the uninstaller located at:
$USER_INSTALL_DIR$$/$_$PRODUCT_NAME$_installation
specify the above path in the action?s Uninstaller Folder Property.

User-added image

In some instances, however, the action does not uninstall anything. In other words, the uninstaller used in the action does not uninstall its product from the target machine. One specific case why this could happen is if the Execute Uninstaller action has Uninstaller UI mode set to ?always run silently?, but the silent UI mode was not enabled in the prior installer that installed the uninstaller that is being called by the Execute Uninstaller action. Silent mode must be enabled in the previous installation in order to have the Execute Uninstaller action run the previous installation uninstaller silently.

Additional Information

For debugging purposes, a Display Message panel can be placed right after the Execute Uninstaller action to resolve the following stdout, stderr and exit code variables from the Execute Uninstaller action:

$EXECUTE_STDOUT$
$EXECUTE_STDERR$
$EXECUTE_EXITCODE$
(Note: The above variables names are the default ones and they can be changed.)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Nov 09, 2018 11:08 PM
Updated by: