Lines Matching refs:installer
24 package installer::profiles;
26 use installer::converter;
27 use installer::existence;
28 use installer::exiter;
29 use installer::files;
30 use installer::globals;
31 use installer::logger;
32 use installer::remover;
33 use installer::systemactions;
58 if (!(installer::existence::exists_in_array($section, \@definedsections)))
67 installer::remover::remove_leading_and_ending_whitespaces(\$oneline);
96 my $vclfile = installer::existence::get_specified_file($filesarrayref, $vclgid);
99 installer::converter::copy_item_object($vclfile, \%profile);
142 my $profilesdir = installer::systemactions::create_directories("profiles", $languagestringref);
144 installer::logger::include_header_into_logfile("Creating profiles:");
161 …my $localprofilesdir = $profilesdir . $installer::globals::separator . $profilegid; # uniqueness g…
162 if ( ! -d $localprofilesdir ) { installer::systemactions::create_directory($localprofilesdir); }
204 …if ( $installer::globals::iswin && $installer::globals::plat =~ /cygwin/i) # Windows line ends on…
210 $completeprofilename = $localprofilesdir . $installer::globals::separator . $profilename;
212 installer::files::save_file($completeprofilename, $onefileref);
218 $installer::logger::Lang->printf("Created Profile: %s\n", $completeprofilename);
221 $installer::logger::Lang->printf("\n");