BCI Class - StartUninstallCustomActionData

Description

In BBj 13.0 and higher, this class extends the com.basis.install.BeforeUninstallCustomActionData class and provides data and actions that can be utilized during uninstaller start. An instance of this class is passed into the execute method of StartUninstallCustomAction object during uninstallation start.

Methods

Return Value

Method

Description

void

addCustomWizard(int p_index,CustomWizardp_wizard)

Adds a custom wizard to the BCI at the specified index.

void

setDialogsBackgroundImage(string p_image)

Sets the background image for the BCI dialogs.

void

setDialogsIconImage(string p_image)

Sets the icon image for the BCI dialogs.

void

setFeatureVisible(string p_feature, boolean p_visible)

Sets the pass feature to be visible or invisible.

void

setWizardsBackgroundImage(string p_image)

Sets the background image for the BCI wizards.

void

setWizardsIconImage(string p_image)

Sets the icon image for the BCI wizards.

void

setWizardsResizable(boolean p_resizable)

Specifies if the wizard screens are resizable.

void

setWizardScreenSize(int p_wizardScreen, int width, int height)

Sets the size of the specified wizard screen.

void

setWizardsScreenSize(int width, int height)

Sets the size of all wizard screen.

Methods of StartUninstallCustomActionData inherited from BeforeUninstallCustomActionData

Methods of StartUninstallCustomActionData inherited from UninstallCustomActionData

Methods of StartUninstallCustomActionData inherited from CustomActionData

See Also

BCI Class - BeforeUninstallCustomActionData

BCI Class - UninstallCustomActionData

BCI Class - CustomActionData

BCI Class - CustomWizard

BCI Interface - StartUninstallCustomAction