Lines Matching refs:installer

24 package installer::windows::idtglobal;
27 use installer::converter;
28 use installer::existence;
29 use installer::exiter;
30 use installer::files;
31 use installer::globals;
32 use installer::pathanalyzer;
33 use installer::remover;
34 use installer::scriptitems;
35 use installer::systemactions;
36 use installer::windows::language;
140 exists($installer::globals::savedrev83mapping{$newname.$ext}) )
338installer::exiter::exit_program("ERROR: Could not set 8+3 conform name for $inputstring !", "make_…
383 …if ( ! $saved ) { installer::exiter::exit_program("ERROR: Could not set 8+3 conform name for $inpu…
645 my $languagefilename = $basedir . $installer::globals::separator . $idtfilename;
792 installer::systemactions::copy_directory($installer::globals::idttemplatepath, $destinationdir);
794 if ( -d $installer::globals::idttemplatepath . $installer::globals::separator . "Binary")
796installer::systemactions::create_directory($destinationdir . $installer::globals::separator . "Bin…
797 installer::systemactions::copy_directory(
798 $installer::globals::idttemplatepath . $installer::globals::separator . "Binary",
799 $destinationdir . $installer::globals::separator . "Binary");
801 …if ((( $installer::globals::patch ) && ( $allvariables->{'WINDOWSPATCHBITMAPDIRECTORY'} )) || ( $a…
813 …my $newsourcedir = $installer::globals::unpackpath . $installer::globals::separator . $bitmapdir; …
814 $installer::logger::Lang->printf("\n");
815 $installer::logger::Lang->printf(
818 $installer::globals::separator,
823 installer::exiter::exit_program(
827 installer::systemactions::copy_directory(
829 $destinationdir . $installer::globals::separator . "Binary");
833installer::systemactions::create_directory($destinationdir . $installer::globals::separator . "Ico…
835 if ( -d $installer::globals::idttemplatepath . $installer::globals::separator . "Icon")
837 installer::systemactions::copy_directory(
838 $installer::globals::idttemplatepath . $installer::globals::separator . "Icon",
839 $destinationdir . $installer::globals::separator . "Icon");
847 installer::pathanalyzer::make_absolute_filename_to_relative_filename(\$iconfilename);
848 installer::systemactions::copy_one_file(
850 …$destinationdir . $installer::globals::separator . "Icon" . $installer::globals::separator . $icon…
859 $installer::logger::Lang->printf("copying binary file %s to %s\n",
862 installer::pathanalyzer::make_absolute_filename_to_relative_filename(\$binaryfilename);
863 installer::systemactions::copy_one_file(
865 …$destinationdir . $installer::globals::separator . "Binary" . $installer::globals::separator . $bi…
871 installer::systemactions::copy_directory_with_fileextension($newidtdir, $destinationdir, "idt");
876installer::systemactions::copy_directory_with_fileextension($newidtdir, $destinationdir, $onelangu…
877 installer::systemactions::rename_files_with_fileextension($destinationdir, $onelanguage);
892 …my $sourcefileref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$license…
894 …if ($$sourcefileref eq "") { installer::exiter::exit_program("ERROR: Could not find $licensefilena…
896 $installer::logger::Lang->printf("Using licensefile: %s\n", $$sourcefileref);
927 …if ( ! $foundlicensefile ) { installer::exiter::exit_program("ERROR: Did not find file $licensefil…
1049 my $customactionfilename = $basedir . $installer::globals::separator . "CustomAc.idt";
1051 my $customacfile = installer::files::read_file($customactionfilename);
1057 if ( $installer::globals::officeinstalldirectoryset )
1065 ${$customacfile}[$i] =~ s/\bOFFICEDIRECTORYGID\b/$installer::globals::officeinstalldirectory/;
1072installer::exiter::exit_program("ERROR: \"OFFICEDIRECTORYGID\" not found in \"$customactionfilenam…
1078 installer::files::save_file($customactionfilename ,$customacfile);
1080 $installer::logger::Lang->print($infoline);
1113installer::exiter::exit_program("ERROR: Line for license file in Control.idt not found!", "add_lic…
1136installer::exiter::exit_program("ERROR: Could not split line correctly!", "add_licensefile_to_data…
1180 my $windowslanguage = installer::windows::language::get_windows_language($onelanguage);
1321 $installer::logger::Lang->print($infoline);
1337 …my $localfilesref = installer::converter::combine_arrays_from_references(\@installer::globals::bin…
1356installer::exiter::exit_program("ERROR: Did not find \"Name\" for file \"$onefile->{'uniquename'}\…
1374 $installer::logger::Lang->print($infoline);
1407 $installer::logger::Lang->print($infoline);
1415 …my $localfilesref = installer::converter::combine_arrays_from_references(\@installer::globals::bin…
1462 $installer::logger::Lang->print($infoline);
1482 $installer::logger::Lang->print($infoline);
1501 $installer::logger::Lang->print($infoline);
1532 …if ( $executeactionnumber == 0 ) { installer::exiter::exit_program("ERROR: Did not find \"ExecuteA…
1595 $destination =~ s/\Q$installer::globals::separator\E\s*$//;
1599 if ( $destination =~ /\Q$installer::globals::separator\E/ )
1601 if ( $destination =~ /^\s*(\S.*\S\Q$installer::globals::separator\E)(\S.+\S?)/ )
1624 …if ( $subdir eq "" ) { installer::exiter::exit_program("ERROR: No \"Subdir\" defined for $onefile-…
1655 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1657 $installer::logger::Lang->print($infoline);
1665 …if ( ! $includedline ) { installer::exiter::exit_program("ERROR: Could not include new subdirector…
1695 installer::remover::remove_leading_and_ending_whitespaces(\$oldvalue);
1696 installer::remover::remove_leading_and_ending_whitespaces(\$newvalue);
1698 $installer::logger::Lang->print($infoline);
1706 …if ( ! $changeddirectory ) { installer::exiter::exit_program("ERROR: Could not change directory fo…
1720 my $customactiontablename = $languageidtdir . $installer::globals::separator . "CustomAc.idt";
1721 my $customactiontable = installer::files::read_file($customactiontablename);
1722 my $installuitablename = $languageidtdir . $installer::globals::separator . "InstallU.idt";
1723 my $installuitable = installer::files::read_file($installuitablename);
1724 my $featuretablename = $languageidtdir . $installer::globals::separator . "Feature.idt";
1725 my $featuretable = installer::files::read_file($featuretablename);
1726 my $directorytablename = $languageidtdir . $installer::globals::separator . "Director.idt";
1727 my $directorytable = installer::files::read_file($directorytablename);
1728 my $componenttablename = $languageidtdir . $installer::globals::separator . "Componen.idt";
1729 my $componenttable = installer::files::read_file($componenttablename);
1734 …$installer::globals::javafile = installer::worker::return_first_item_with_special_flag($filesref ,…
1735 …$installer::globals::urefile = installer::worker::return_first_item_with_special_flag($filesref ,"…
1737 …if (( $installer::globals::javafile eq "" ) && ( $allvariables->{'JAVAPRODUCT'} )) { installer::ex…
1738 …if (( $installer::globals::urefile eq "" ) && ( $allvariables->{'UREPRODUCT'} )) { installer::exit…
1758 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1766 $installer::logger::Lang->print($infoline);
1778 $dirname = get_directory_name_from_file($installer::globals::javafile);
1779 …e_into_directory_table($dirname, $directorytable, $directorytablename, $installer::globals::javafi…
1784 $dirname = get_directory_name_from_file($installer::globals::urefile);
1785 …e_into_directory_table($dirname, $directorytable, $directorytablename, $installer::globals::urefil…
1791 …if ( $allvariables->{'JAVAPRODUCT'} ) { include_subdir_into_componenttable($subjavadir, $installer
1792 …if ( $allvariables->{'UREPRODUCT'} ) { include_subdir_into_componenttable($suburedir, $installer::…
1798 …ine = "InstallJava\t98\tSystemFolder\t[SourceDir]$installer::globals::javafile->{'Subdir'}\\$insta…
1800 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1802 $installer::logger::Lang->print($infoline);
1807 …$line = "InstallUre\t98\tSystemFolder\t$installer::globals::urefile->{'Subdir'}\\$installer::globa…
1809 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1811 $installer::logger::Lang->print($infoline);
1816 …$line = "MaintenanceJava\t82\t$installer::globals::javafile->{'uniquename'}\t\/qb REBOOT=Suppress …
1818 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1820 $installer::logger::Lang->print($infoline);
1825 $line = "MaintenanceUre\t82\t$installer::globals::urefile->{'uniquename'}\t\/S\n";
1827 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1829 $installer::logger::Lang->print($infoline);
1845 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1847 $installer::logger::Lang->print($infoline);
1857 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1859 $installer::logger::Lang->print($infoline);
1868 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1870 $installer::logger::Lang->print($infoline);
1880 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1882 $installer::logger::Lang->print($infoline);
1892 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1894 $installer::logger::Lang->print($infoline);
1904 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1906 $installer::logger::Lang->print($infoline);
1912 installer::files::save_file($customactiontablename, $customactiontable);
1913 installer::files::save_file($installuitablename, $installuitable);
1914 installer::files::save_file($featuretablename, $featuretable);
1915 installer::files::save_file($directorytablename, $directorytable);
1916 installer::files::save_file($componenttablename, $componenttable);
1928 my $encoding = installer::windows::language::get_windows_encoding($onelanguage);
1932 my $idtfiles = installer::systemactions::find_file_with_file_extension("idt", $languageidtdir);
1936 my $onefilename = $languageidtdir . $installer::globals::separator . ${$idtfiles}[$i];
1937 my $onefile = installer::files::read_file($onefilename);
1944 installer::files::save_file($onefilename, $onefile);
1961 my $onefilename = $languageidtdir . $installer::globals::separator . "ControlE.idt";
1962 my $onefile = installer::files::read_file($onefilename);
1968 foreach my $module ( sort keys %installer::globals::multilingual_only_modules )
1987 foreach my $module ( sort keys %installer::globals::application_modules )
2002 installer::files::save_file($onefilename, $onefile);
2018installer::exiter::exit_program("ERROR: gid: $gid, key: $key ! Wrong parameter in scp. For table $…
2027 installer::remover::remove_leading_and_ending_quotationmarks(\$localvalue);
2050 installer::remover::remove_leading_and_ending_quotationmarks(\$tablename);
2092installer::exiter::exit_program("ERROR: gid: $gid, key: $key ! Unknown Windows CustomAction table:…
2140 $installer::logger::Lang->print("\n");
2141 $installer::logger::Lang->printf("Setting positions in table \"%s\".\n", $tablename);
2155 $installer::logger::Lang->print($infoline);
2205 $installer::logger::Lang->print($infoline);
2210 $installer::logger::Lang->print($infoline);
2246 $installer::logger::Lang->print($infoline);
2268 $installer::logger::Lang->print("\n");
2269 $installer::logger::Lang->add_timestamp("Performance Info: addcustomactions start\n");
2271 my $customactionidttablename = $languageidtdir . $installer::globals::separator . "CustomAc.idt";
2272 my $customactionidttable = installer::files::read_file($customactionidttablename);
2273 my $installexecutetablename = $languageidtdir . $installer::globals::separator . "InstallE.idt";
2274 my $installexecutetable = installer::files::read_file($installexecutetablename);
2275 my $adminexecutetablename = $languageidtdir . $installer::globals::separator . "AdminExe.idt";
2276 my $adminexecutetable = installer::files::read_file($adminexecutetablename);
2277 my $installuitablename = $languageidtdir . $installer::globals::separator . "InstallU.idt";
2278 my $installuitable = installer::files::read_file($installuitablename);
2279 my $controleventtablename = $languageidtdir . $installer::globals::separator . "ControlE.idt";
2280 my $controleventtable = installer::files::read_file($controleventtablename);
2281 my $controlconditiontablename = $languageidtdir . $installer::globals::separator . "ControlC.idt";
2282 my $controlconditiontable = installer::files::read_file($controlconditiontablename);
2322 if ( $installer::globals::patch )
2337 my $assignmentarray = installer::converter::convert_stringlist_into_array(\$value, ",");
2362installer::exiter::exit_program("ERROR: gid: $gid, key: $key ! Unknown Windows CustomAction table:…
2376 installer::files::save_file($customactionidttablename, $customactionidttable);
2377 installer::files::save_file($installexecutetablename, $installexecutetable);
2378 installer::files::save_file($adminexecutetablename, $adminexecutetable);
2379 installer::files::save_file($installuitablename, $installuitable);
2380 installer::files::save_file($controleventtablename, $controleventtable);
2381 installer::files::save_file($controlconditiontablename, $controlconditiontable);
2384 $installer::logger::Lang->print($infoline);
2386 $installer::logger::Lang->print($infoline);
2388 $installer::logger::Lang->print($infoline);
2390 $installer::logger::Lang->print($infoline);
2392 $installer::logger::Lang->print($infoline);
2394 $installer::logger::Lang->print($infoline);
2396 $installer::logger::Lang->print("\n");
2397 $installer::logger::Lang->add_timestamp("Performance Info: addcustomactions end\n");
2410 my $dialogfilename = $languageidtdir . $installer::globals::separator . "Dialog.idt";
2411 my $controlfilename = $languageidtdir . $installer::globals::separator . "Control.idt";
2413 my $dialogfile = installer::files::read_file($dialogfilename);
2414 my $controlfile = installer::files::read_file($controlfilename);
2466 installer::files::save_file($dialogfilename, $dialogfile);
2468 $installer::logger::Lang->print($infoline);
2470 installer::files::save_file($controlfilename, $controlfile);
2472 $installer::logger::Lang->print($infoline);