Lines Matching refs:installer
24 package installer::windows::registry;
26 use installer::files;
27 use installer::globals;
28 use installer::worker;
29 use installer::windows::msiglobal;
30 use installer::windows::idtglobal;
100 if (($styles =~ /\bLANGUAGEPACK\b/) && $installer::globals::languagepack)
118 if (exists($installer::globals::allregistrycomponents_{$fullname})
119 && ! exists($installer::globals::allregistrycomponents_in_this_database_{$fullname}))
122 installer::exiter::exit_program(
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;
166 …my $subid = installer::windows::msiglobal::calculate_id($componentname, 9); # taking only the firs…
169 …if ( exists($installer::globals::allshortregistrycomponents{$shortcomponentname}) ) { installer::e…
171 $installer::globals::allshortregistrycomponents{$shortcomponentname} = 1;
252 …if ( $key =~ /\%/ ) { $key = installer::worker::replace_variables_in_string($key, $allvariableshas…
269 …if ( $name =~ /\%/ ) { $name = installer::worker::replace_variables_in_string($name, $allvariables…
291 …if ( $value =~ /\%/ ) { $value = installer::worker::replace_variables_in_string($value, $allvariab…
313 …if ( $value =~ /\%/ ) { $value = installer::worker::replace_variables_in_string($value, $allvariab…
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…
466 …$installer::logger::Lang->printf("replaced %d component names in registry items\n", $replacement_c…
481 …$installer::logger::Lang->printf("replaced %d component names in registry table\n", $replacement_c…
494 installer::windows::idtglobal::write_idt_header(\@registrytable, "registry");
518 if ( $installer::globals::addeduserregitrykeys )
524 …my $registrytablename = $basedir . $installer::globals::separator . "Registry.idt" . "." . $onelan…
525 installer::files::save_file($registrytablename ,\@registrytable);
526 $installer::logger::Lang->printf("Created idt file: %s\n", $registrytablename);
540 installer::windows::idtglobal::write_idt_header(\@reg64table, "reg64");
558 …my $registrytablename = $basedir . $installer::globals::separator . "Reg64.idt" . "." . $onelangua…
559 installer::files::save_file($registrytablename ,\@reg64table );
560 $installer::logger::Lang->printf("Created idt file: %s\n", $registrytablename);