Lines Matching refs:globals

30 use installer::globals;
67 if ( ! exists($installer::globals::allcabinetassigns{$module}) )
75 $file->{'assignedcabinetfile'} = $installer::globals::allcabinetassigns{$module};
78 if ( ! exists($installer::globals::cabfilecounter{$file->{'assignedcabinetfile'}}) )
80 $installer::globals::cabfilecounter{$file->{'assignedcabinetfile'}} = 1;
84 $installer::globals::cabfilecounter{$file->{'assignedcabinetfile'}}++;
92 foreach my $cabfile ( sort keys %installer::globals::cabfilecounter )
94 my $filecount = $installer::globals::cabfilecounter{$cabfile};
96 $installer::globals::cabfilecounter{$cabfile} = $offset;
99 $installer::globals::lastsequence{$cabfile} = $offset - 1;
106 foreach my $cabfile (sort keys %installer::globals::cabfilecounter)
112 $installer::globals::cabfilecounter{$cabfile},
113 $installer::globals::lastsequence{$cabfile});
161 my $counter = $installer::globals::cabfilecounter{$cabfile};
192 …if ( exists($installer::globals::allshortcomponents{$shortcomponentname}) ) { installer::exiter::e…
194 $installer::globals::allshortcomponents{$shortcomponentname} = 1;
265 …if (( exists($installer::globals::allcomponents{$fullname}) ) && ( ! exists($installer::globals::a…
271 if ( exists($installer::globals::allcomponents{$fullname}) )
273 $componentname = $installer::globals::allcomponents{$fullname};
282 $installer::globals::allcomponents{$fullname} = $componentname;
283 $installer::globals::allcomponents_in_this_database{$fullname} = 1;
396 if ( ! exists($installer::globals::alllcuniquefilenames{$lcuniquefilename}))
398 $installer::globals::alluniquefilenames{$uniquefilename} = 1;
399 $installer::globals::alllcuniquefilenames{$lcuniquefilename} = 1;
428 if ( ! exists($installer::globals::alllcuniquefilenames{$lcuniquefilename}))
430 $installer::globals::alluniquefilenames{$uniquefilename} = 1;
431 $installer::globals::alllcuniquefilenames{$lcuniquefilename} = 1;
528 $fileversion = $libraryversion . "\." . $installer::globals::buildid . "\." . $vendornumber;
536 if ( $installer::globals::prepare_winpatch )
555 if ($installer::globals::is_release)
565 $source_path = $installer::globals::templatefoldername
566 . $installer::globals::separator
833 foreach my $hostname ( keys %installer::globals::hostnametreestyles )
838 my $style = $installer::globals::hostnametreestyles{$hostname};
840 my $condition = $installer::globals::treestyles{$style};
842 $installer::globals::usedtreeconditions{$condition} = 1;
845 $installer::globals::treeconditions{$componentname} = $condition;
848 $onefile->{'layer'} = $installer::globals::treelayername{$style};
901 if ( exists($installer::globals::componentcondition{$onefile->{'componentname'}}))
903 … if ( $installer::globals::componentcondition{$onefile->{'componentname'}} ne $condition )
909 $installer::globals::componentcondition{$onefile->{'componentname'}},
916 $installer::globals::componentcondition{$onefile->{'componentname'}} = $condition;
920 if ( ! exists($installer::globals::languageproperties{$property}) )
922 $installer::globals::languageproperties{$property} = $value;
958 if (defined $installer::globals::source_msi)
961 $previous_sequence_data->SetFromMsi($installer::globals::source_msi);
973 my $file_map = $installer::globals::source_msi->GetFileMap();
996 $installer::globals::source_msi,
1016 if ( ! exists($installer::globals::componentcondition{$file->{'componentname'}}))
1018 $installer::globals::componentcondition{$file->{'componentname'}}
1029 $installer::globals::base_independent_components{$file->{'componentname'}} = 1;
1039 push(@installer::globals::userregistrycollector, $file);
1040 $installer::globals::addeduserregitrykeys = 1;
1164 my $filetablename = $basedir . $installer::globals::separator . "File.idt";
1179 if ( $installer::globals::prepare_winpatch )
1207 my $filehashtablename = $basedir . $installer::globals::separator . "MsiFileHash.idt";