BCI Class - BeforeUninstallCustomActionData

Description

In BBj 13.0 and higher, this class extends the com.basis.install.UninstallCustomActionData class and provides data and actions that can be utilized before uninstalling.

Methods

Return Value

Method

Description

void

selectFeature(stringp_feature, booleanp_select)

Selects or deselects the passed feature for uninstallation.

void

setRemoveModifiedFiles(boolean p_removeModifiedFiles)

When true (1) is passed, the modified installed files will be removed during uninstallation.

void

skipWizard(int p_wizard, boolean p_skip)

Specifies whether to skip the designated wizard.

void

skipWizardScreen(intp_wizardScreen)

Specifies whether to skip the designated wizard screen.

Methods of BeforeUninstallCustomActionData inherited from UninstallCustomActionData

Methodsof BeforeUninstallCustomActionData inherited from CustomActionData

See Also

BCI Class - UninstallCustomActionData

BCI Class - CustomActionData