Lines Matching refs:installer

24 package installer::scriptitems;
26 use installer::converter;
27 use installer::existence;
28 use installer::exiter;
29 use installer::globals;
30 use installer::languages;
31 use installer::logger;
32 use installer::pathanalyzer;
33 use installer::remover;
34 use installer::systemactions;
106 …$installer::logger::Global->printf("WARNING: No hostname for %s with \"%s\". Needed by child direc…
111 $directoryhashref->{$key} = $parentvalue . $installer::globals::separator . $value;
128 $directoryhashref->{$key} = $parentvalue . $installer::globals::separator . $value;
145 $directoryhashref->{$key} = $parentvalue . $installer::globals::separator . $value;
205 $installer::logger::Global->printf("INFO: Flag NOT_IN_SUITE \-\> Removing %s from file list.\n",
237 $installer::logger::Lang->printf(
282 foreach $module ( keys %installer::globals::alllangmodules )
284 …if (( $installer::globals::alllangmodules{$module} eq $lang ) && ( $modulestring =~ /\b$module\b/ …
292 …if ( $langmodulestring eq "" ) { installer::exiter::exit_program("ERROR: No language pack module f…
380 …if ( ! exists($module->{'Language'}) ) { installer::exiter::exit_program("ERROR: \"$module->{'gid'…
424 if ( exists($installer::globals::spellcheckerlanguagehash{$module->{'Spellcheckerlanguage'}}) )
430 …$installer::logger::Lang->printf("Spellchecker selection: Removing module %s\n", $module->{'gid'});
440 my $filelisthash = installer::converter::convert_stringlist_into_hash(\$filelist, ",");
441 …foreach my $onefile ( keys %{$filelisthash} ) { $installer::globals::spellcheckerfilehash{$onefile…
472 if ( exists($installer::globals::spellcheckerfilehash{$onefile->{'gid'}}) )
474 $installer::logger::Lang->printf("Spellchecker selection: Removing file %s\n",
505 my $bundlehttpsrc = $ENV{'TARFILE_LOCATION'} . $installer::globals::separator;
507 . $installer::globals::separator . $ENV{INPATH}
508 . $installer::globals::separator . "bin"
509 . $installer::globals::separator;
511 if ($installer::globals::product =~ /(SDK|URE)/i )
527 …for my $name (ExtensionsLst::GetExtensionList("http|https", ($installer::globals::languageproduct)…
534 $installer::logger::Info->printf(
538 $installer::globals::languageproduct);
553 $installer::logger::Lang->printf("\tbundling \"%s\" extension\n", $filename);
555 $installer::logger::Info->printf(" %s\n", $basename);
582 if ($installer::globals::product =~ /(SDK|URE)/i )
594 … for my $name (ExtensionsLst::GetExtensionList("file", ($installer::globals::languageproduct)))
600 $installer::logger::Info->printf(
604 $installer::globals::languageproduct);
607 $installer::logger::Info->printf(" %s\n", $filename);
636 'HostName' => $parentdir->{'HostName'} . $installer::globals::separator . $basename
652 $installer::logger::Lang->printf("\tbundling \"%s\" extension\n", $filename);
678installer::exiter::exit_program("ERROR: HostName not defined for $onedir->{'gid'} for specified la…
683installer::exiter::exit_program("ERROR: Could not create HostName for $onedir->{'gid'} (missing la…
704 $installer::globals::officedirhostname = $onedir->{'HostName'};
705 $installer::globals::officedirgid = $onedir->{'gid'};
706 $allvariables->{'OFFICEDIRECTORYHOSTNAME'} = $installer::globals::officedirhostname;
965 …if (! installer::existence::exists_in_array($oneitem->{'Name'}, \@installer::globals::languagename…
967 push(@installer::globals::languagenames, $oneitem->{'Name'});
986 installer::languages::fake_languagesstring(\$languagesstring);
1000 if ( $installer::globals::minor ne "" ) { $localminor = $installer::globals::minor; }
1001 else { $localminor = $installer::globals::lastminor; }
1003 my $localbuild = $installer::globals::build;
1007 my $buildidstring = $localbuild . $localminor . "(Build:" . $installer::globals::buildid . ")";
1027 $value =~ s/\<productcode\>/$installer::globals::productcode/;
1028 $value =~ s/\<upgradecode\>/$installer::globals::upgradecode/;
1032 $value =~ s/\<productbuildid\>/$installer::globals::buildid/;
1033 $value =~ s/\<sourceid\>/$installer::globals::build/;
1035 $value =~ s/\<pkgformat\>/$installer::globals::packageformat/;
1057 $userdir = $installer::globals::simpledefaultuserdir;
1082 installer::logger::include_header_into_logfile("Removing for this language $$languagestringref:");
1104 $installer::logger::Lang->printf("WARNING: Language %s: No $itemtype packed for %s!\n",
1114 $installer::logger::Lang->print("\n");
1145installer::exiter::exit_program("ERROR: Gid $searchgid not defined in $installer::globals::setupsc…
1164installer::exiter::exit_program("ERROR (in scp): Directory $searchgid is language dependent, but n…
1192installer::pathanalyzer::make_absolute_filename_to_relative_filename(\$oneitemname); # making /reg…
1220 $destfilename = $$directorynameref . $installer::globals::separator . $oneitemname;
1246 installer::remover::remove_leading_and_ending_whitespaces(\$includepath);
1248 $onefile = $includepath . $installer::globals::separator . $$searchfilenameref;
1271 $installer::logger::Lang->printf($infoline);
1278 $installer::logger::Lang->printf("SUCCESS: Source for %s: %s\n",
1300 for ( my $j = 0; $j <= $#installer::globals::allincludepathes; $j++ )
1302 my $allfiles = $installer::globals::allincludepathes[$j];
1306 $onefile = $allfiles->{'includepath'} . $installer::globals::separator . $$searchfilenameref;
1316 for ( my $j = 0; $j <= $#installer::globals::allincludepathes; $j++ )
1318 my $allfiles = $installer::globals::allincludepathes[$j];
1326 $onefile = $allfiles->{'includepath'} . $installer::globals::separator . $newfilename;
1348 $installer::logger::Lang->printf($infoline);
1363 $installer::logger::Lang->printf($infoline);
1405 installer::logger::include_header_into_logfile("$item:");
1414 …if ( ! $onefile->{'Name'} ) { installer::exiter::exit_program("ERROR: $item without name ! GID: $o…
1417 if ( $item eq "ScpActions" ) { $onefilename =~ s/\//$installer::globals::separator/g; }
1418 …$onefilename =~ s/^\s*\Q$installer::globals::separator\E//; # filename begins with a slash, for i…
1425 …if (( $installer::globals::languagepack ) && ( ! $onefile->{'ismultilingual'} ) && ( ! ( $styles =…
1446 …$onefilename =~ s/^\s*\Q$installer::globals::separator\E//; # filename begins with a slash, for i…
1452 … $installer::logger::Lang->printf("WARNING: Using %s instead of %s\n", $onefilename, $oldname);
1453 … $installer::logger::Info->printf("WARNING: Using %s instead of %s\n", $onefilename, $oldname);
1469 $installer::logger::Lang->printf(
1478 … $installer::logger::Lang->printf("WARNING: Using %s instead of %s was not successful\n",
1487 $installer::logger::Lang->printf("\n");
1513 … $installer::logger::Lang->printf("ATTENTION: Removing item %s from the installation set.\n",
1551 if ( ! $installer::globals::languagepack )
1553 … $installer::logger::Lang->printf("ERROR: No sourcepath -> Removing file %s from file list.\n",
1565 … $installer::logger::Lang->printf("ERROR: Removing file %s from file list.\n", $filename);
1574 $installer::logger::Lang->printf(
1577 $installer::logger::Lang->printf(
1588 $installer::logger::Lang->printf("\n");
1593 installer::exiter::exit_program("ERROR: Missing files", "remove_Files_Without_Sourcedirectory");
1647 my $defaultlanguage = installer::languages::get_default_language($languagesarrayref);
1663 …if ( ( $destination =~ /share\Q$installer::globals::separator\Ereadme\Q$installer::globals::separa…
1664 …|| (( $styles =~ /\bROOTLICENSEFILE\b/ ) && ( $destination =~ /\Q$installer::globals::separator\E?…
1677 installer::converter::copy_item_object($onefile, $newfile);
1702 …$newfile->{'destination'} = $officedirectoryhostname . $installer::globals::separator . $newfilena…
1711 if ( $installer::globals::rootbrandpackageset )
1713 $newfile->{'modules'} = $installer::globals::rootbrandpackage;
1718 $installer::logger::Lang->printf(
1725 $installer::logger::Lang->printf(
1731 push(@installer::globals::installsetfiles, $newfile);
1732 $installer::logger::Lang->printf(
1762 …my $containsasianlanguage = installer::languages::detect_asian_language($installer::globals::allla…
1764 …my $alllangstring = installer::converter::convert_array_to_comma_separated_string($installer::glob…
1765 $installer::logger::Lang->printf("\n");
1766 $installer::logger::Lang->printf("Languages in complete product: %s\n", $alllangstring);
1770 … $installer::logger::Lang->printf("Product does not contain Asian language -> removing files\n");
1779 $installer::logger::Lang->printf(
1794 $installer::logger::Lang->printf("Product contains Asian language -> Nothing to do\n");
1818 …my $containswesternlanguage = installer::languages::detect_western_language($installer::globals::a…
1820 …my $alllangstring = installer::converter::convert_array_to_comma_separated_string($installer::glob…
1821 $installer::logger::Lang->printf("\n");
1822 $installer::logger::Lang->printf("Languages in complete product: %s\n", $alllangstring);
1826 … $installer::logger::Lang->printf("Product does not contain western language -> removing files\n");
1835 $installer::logger::Lang->printf(
1850 $installer::logger::Lang->printf("Product contains western language -> Nothing to do\n");
1896 $installer::logger::Lang->printf("Flag MAKE_LANG_SPECIFIC:\n");
1897 … $installer::logger::Lang->printf("Changing name from %s to %s !\n", $oldname, $onefile->{'Name'});
1898 $installer::logger::Lang->printf("Changing destination from %s to %s !\n",
1927 $installer::logger::Lang->printf(
2003 $installer::logger::Global->printf(
2013 $installer::logger::Global->print("\n");
2039 $installer::logger::Global->printf(
2049 $installer::logger::Global->print("\n");
2075 $installer::logger::Global->printf(
2085 $installer::logger::Global->print("\n");
2111 $installer::logger::Global->printf(
2121 $installer::logger::Global->print("\n");
2147 $installer::logger::Global->printf(
2156 $installer::logger::Global->print("\n");
2172 installer::logger::include_header_into_logfile("Renaming illegal filenames:");
2189 $installer::logger::Lang->printf("ATTENTION: Files: Quoting sourcepath %s to %s\n",
2192 … $installer::logger::Lang->printf("ATTENTION: Files: Quoting destination path %s to %s\n",
2212 my $hashref = installer::converter::convert_stringlist_into_hash(\$longlist, ",");
2246 installer::pathanalyzer::get_path_from_fullqualifiedname(\$destinationpath);
2247 …$destinationpath =~ s/\Q$installer::globals::separator\E\s*$//; # removing ending slashes or back…
2269 …while ( $destinationpath =~ /(^.*\S)\Q$installer::globals::separator\E(\S.*?)\s*$/ ) # as long as …
2301 …while ( $destinationpath =~ /(^.*\S)\Q$installer::globals::separator\E(\S.*?)\s*$/ ) # as long as …
2357 …else { installer::exiter::exit_program("ERROR: No directory name (HostName) set for specified lang…
2372 …if ( ! $onedir->{'modules'} ) { installer::exiter::exit_program("ERROR: No assigned modules found …
2382 …while ( $directoryname =~ /(^.*\S)\Q$installer::globals::separator\E(\S.*?)\s*$/ ) # as long as th…
2396 …if ( ! $installer::globals::iswindowsbuild ) { $directoryhash{'Styles'} = "(CREATE)"; } # Exceptio…
2416 …while ( $directoryname =~ /(^.*\S)\Q$installer::globals::separator\E(\S.*?)\s*$/ ) # as long as th…
2436 …else { installer::exiter::exit_program("ERROR: No directory name (HostName) set for specified lang…
2491 $installer::logger::Lang->printf("Warning: FileID %s for Link %s not found!\n",
2498 $installer::logger::Lang->printf("\n");
2535 $installer::logger::Lang->printf("Warning: ShortcutID %s for Link %s not found!\n",
2542 $installer::logger::Lang->printf("\n");
2601 installer::pathanalyzer::get_path_from_fullqualifiedname(\$destinationpath);
2606 …if ($destinationfilepath) { installer::pathanalyzer::get_path_from_fullqualifiedname(\$destination…
2615 installer::pathanalyzer::make_absolute_filename_to_relative_filename(\$newdestinationfile);
2689 if ( exists($installer::globals::alllangmodules{$gid}) )
2700 my $isreallylanguagemodule = installer::worker::key_in_a_is_also_key_in_b(
2702 \%installer::globals::alllangmodules);
2705 installer::exiter::exit_program(
2742 installer::exiter::exit_program(
2755 installer::exiter::exit_program(
2772 $installer::logger::Global->print($infoline);
2782 $installer::logger::Global->print($infoline);
2791installer::exiter::exit_program("ERROR: Incorrect assignments for language packs.", "assigning_mod…
2814 $hostname = $rootpath . $installer::globals::separator . $hostname;
2824 else { $onedir->{'HostName'} = $rootpath . $installer::globals::separator . $hostname; }
2837 $destination = $rootpath . $installer::globals::separator . $destination;
2852 $destination = $rootpath . $installer::globals::separator . $destination;
2858 $destinationfile = $rootpath . $installer::globals::separator . $destinationfile;
2888 if (! installer::existence::exists_in_array($parentgid, \@allparents))
2898 …nd_root_module ) { installer::exiter::exit_program("ERROR: Only one module without ParentID or wit…
2899 $installer::globals::rootmodulegid = $onefeature->{'gid'};
2901 …$installer::logger::Global->printf("Setting Root Module: %s\n", $installer::globals::rootmodulegid…
2904 …if ( ! $found_root_module ) { installer::exiter::exit_program("ERROR: Could not define root module…
2928 if ( installer::existence::exists_in_array($gid, $allparents) )
2962 $installer::globals::rootbrandpackage = $onefeature->{'gid'};
2963 $installer::globals::rootbrandpackageset = 1;
2978installer::exiter::exit_program("ERROR: Did not find definition of assigned template module \"$tem…
2984 foreach $item (@installer::globals::items_at_modules)
3032 …if ( ! exists($onefeature->{'Language'}) ) { installer::exiter::exit_program("ERROR: \"$onefeature…
3033 $installer::globals::alllangmodules{$onefeature->{'gid'}} = $onefeature->{'Language'};
3041 $installer::globals::all_english_languagestrings{$lang} = $onefeature->{$localkey};
3064 …if ( ! exists($onefeature->{'Language'}) ) { installer::exiter::exit_program("ERROR: \"$onefeature…
3067 …if (( exists($installer::globals::all_english_languagestrings{$lang}) ) && ( ! exists($installer::…
3069 …$installer::globals::all_required_english_languagestrings{$lang} = $installer::globals::all_englis…
3098 if (( $installer::globals::islinuxrpmbuild ) || ( $installer::globals::issolarispkgbuild ))
3104 …if (( $installer::globals::packageformat eq "installed" ) || ( $installer::globals::packageformat …
3129 $installer::logger::Lang->printf("script item %s\n", $item->{'uniquename'});
3134 $installer::logger::Lang->printf(" %20s -> %s\n", $key, $value);