Lines Matching refs:component
264 my $component = $1;
267 $table{$component} = $dir;
290 my $component = $1;
293 $keypathtable{$keypath} = $component;
322 my $component = $6;
330 $helphash{'Component'} = $component;
443 my $component = $filehash->{$file}->{'Component'};
444 …ists($componenthash->{$component}) ) { installer::exiter::exit_program("ERROR: Did not find direct…
445 my $dirname = $componenthash->{$component};
586 my $component = "";
587 …if ( exists($registryhash->{$regitem}->{'Component'}) ) { $component = $registryhash->{$regitem}->…
588 …if ( $component eq "" ) { installer::exiter::exit_program("ERROR: Did not find component for regis…
589 $securecomponents{$component} = 1;
617 my $component = "";
618 …if ( exists($registryhash->{$regitem}->{'Component'}) ) { $component = $registryhash->{$regitem}->…
619 …if ( $component eq "" ) { installer::exiter::exit_program("ERROR: Did not find component for regis…
621 if (( $problemitems{$regitem} == 1 ) && ( exists($securecomponents{$component}) ))
634 if (( $problemitems{$regitem} == 2 ) || ( ! exists($securecomponents{$component}) ))