FeatureLoadTarget
Project:This information applies to InstallScript projects.
The FeatureLoadTarget function is called automatically during the initialization of any installation for which a valid log file exists.
Syntax
FeatureLoadTarget( szReserved );
Parameters
| 
                                                         Parameter  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         szReserved  | 
                                                    
                                                         Pass a null string ("") in this parameter. No other value is allowed.  | 
                                                
Return Values
| 
                                                         Return Value  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         0  | 
                                                    
                                                         This function always returns zero (0).  | 
                                                
Additional Information
FeatureLoadTarget reads the log file and retrieves the target directory of all filegroups in the setup. FeatureLoadTarget retrieves the values of all text substitutions used by the setup; this includes the target directory of all filegroups and the value of all target-directory-related system variables, as well as all other text substitution values.