Class ExecuteUninstaller

  • All Implemented Interfaces:
    DBHostable, GeneralAction, JEEHostable, OSHostable, Referenceable

    public final class ExecuteUninstaller
    extends ExecuteCommand
    Runs the specified uninstaller with the settings provided for stdout, stderr, and exit code logging. This action also allows developers to define the GUI mode for the uninstaller.

    Enter in the commandLine property the full path to the folder where the uninstaller is located (ex. $USER_INSTALL_DIR$$/$Uninstaller $PRODUCT_NAME$)
    • Constructor Detail

      • ExecuteUninstaller

        public ExecuteUninstaller()
    • Method Detail

      • getUIMode

        public UninstallerUIMode getUIMode()
        The UI Mode that will be used in the execution.
      • setUIMode

        public void setUIMode​(UninstallerUIMode UIMode)
        The UI Mode that will be used in the execution.