BCI Class - PreInstallCustomActionData
Description
In BBj 11.0 and higher, this class extends the com.basis.install.BeforeInstallCustomActionData class and provides data and actions that can be utilized during pre-install (before files are copied). An instance of this class is passed into the execute method of PreInstallCustomAction object during pre-install.
Methods of PreInstallCustomActionData inherited from BeforeInstallCustomActionData
Methods of PreInstallCustomActionData inherited from InstallCustomActionData
Methods of PreInstallCustomActionData inherited from CustomActionData
See Also
BCI Class - BeforeInstallCustomActionData
BCI Class - InstallCustomActionData
BCI Interface - PreInstallCustomAction