Lines Matching refs:installer

24 package installer::setupscript;
26 use installer::existence;
27 use installer::exiter;
28 use installer::globals;
29 use installer::logger;
30 use installer::remover;
31 use installer::scriptitems;
32 use installer::ziplist;
44 my $scriptnameref = installer::ziplist::getinfofromziplist($allsettingsarrayref, "script");
50installer::exiter::exit_program("ERROR: Setup script not defined on command line (-l) and not in p…
53 if ( $installer::globals::compiler =~ /wnt/ )
65 …$scriptnameref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$scriptname…
67 $installer::globals::setupscriptname = $$scriptnameref;
69 if ( $installer::globals::setupscriptname eq "" )
71 installer::exiter::exit_program("ERROR: Script $scriptname not found!", "set_setupscript_name");
88 installer::logger::PrintError("did not find 'Installation' keyword in first line of %s\n",
197installer::logger::include_header_into_globallogfile("Replacing variables in setup script (start)"…
208 $installer::logger::Lang->printf("replaced %s %d times\n", $key, $count);
225 $installer::logger::Info->printf(
227 $installer::logger::Info->printf("%s\n", $line);
231 installer::logger::include_header_into_globallogfile("Replacing variables in setup script (end)");
265installer::exiter::exit_program("Invalid setup script file. End of file reached before 'End' line …
275 installer::remover::remove_leading_and_ending_quotationmarks(\$itemvalue);
302 installer::remover::remove_leading_and_ending_whitespaces(\$line);
309 installer::remover::remove_leading_and_ending_whitespaces(\$line);
352 if (! installer::existence::exists_in_array_of_hashes("gid", $folderid, $folderref))
386 my $onefile = installer::worker::find_file_by_id($filesref, $fileid);
424 foreach $property ( @installer::globals::forced_properties )