BCI Class - BeforeInstallCustomActionData
                                            Description
In BBj 13.0 and higher, this class extends the com.basis.install.InstallCustomActionData class and provides data and actions that can be utilized before installation.
Methods
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         boolean  | 
                                                    
                                                         isInstallAvailableInWebStart()  | 
                                                    
                                                         Returns whether the installation is available in Web Start.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         putVariable(stringp_variableName, stringp_variableValue)  | 
                                                    
                                                         S ets a variable with the passed name and value.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         selectFeature(stringp_feature, booleanp_select)  | 
                                                    
                                                         Selects or deselects the passed feature for installation.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setBillboardImage(stringp_image)  | 
                                                    
                                                         Specifies the billboard image for the installer.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setInstallAvailableInWebStart(booleanp_available)  | 
                                                    
                                                         Specifies if the installation is available in Web Start.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setInstallDir(stringp_installDir)  | 
                                                    
                                                         Specifies the installation directory.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setJavaDir(stringp_javaDir)  | 
                                                    
                                                         Specifies the Java directory.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         skipWizard(int p_wizard, boolean p_skip)  | 
                                                    
                                                         Specifies whether to skip the designated wizard.  | 
                                                
| 
                                                         void  | 
                                                    
                                                         skipWizardScreen(int p_wizardScreen, boolean p_skip)  | 
                                                    
                                                         Specifies whether to skip the designated wizard screen.  | 
                                                
Methods of BeforeInstallCustomActionData inherited from InstallCustomActionData
Methodsof BeforeInstallCustomActionData inherited from CustomActionData
See Also
BCI Class - InstallCustomActionData