Lines Matching refs:globals

27 use installer::globals;
100 if (($styles =~ /\bLANGUAGEPACK\b/) && $installer::globals::languagepack)
118 if (exists($installer::globals::allregistrycomponents_{$fullname})
119 && ! exists($installer::globals::allregistrycomponents_in_this_database_{$fullname}))
127 if ( exists($installer::globals::allregistrycomponents_{$fullname}) )
129 $componentname = $installer::globals::allregistrycomponents_{$fullname};
138 $installer::globals::allregistrycomponents_{$fullname} = $componentname;
139 $installer::globals::allregistrycomponents_in_this_database_{$fullname} = 1;
144 $installer::globals::registryrootcomponent = $componentname;
169 …if ( exists($installer::globals::allshortregistrycomponents{$shortcomponentname}) ) { installer::e…
171 $installer::globals::allshortregistrycomponents{$shortcomponentname} = 1;
330 for ( my $i = 0; $i <= $#installer::globals::userregistrycollector; $i++ )
332 my $onefile = $installer::globals::userregistrycollector[$i];
396 $installer::globals::dontdeletecomponents{$component_name} = 1;
402 $installer::globals::minorupgradekey = $registry{'Key'};
417 if ( ! exists($installer::globals::componentcondition{$registry{'Component_'}}))
419 …$installer::globals::componentcondition{$registry{'Component_'}} = $oneregistry->{'ComponentCondit…
518 if ( $installer::globals::addeduserregitrykeys )
524 …my $registrytablename = $basedir . $installer::globals::separator . "Registry.idt" . "." . $onelan…
558 …my $registrytablename = $basedir . $installer::globals::separator . "Reg64.idt" . "." . $onelangua…