Lines Matching refs:installer
24 package installer::windows::inifile;
26 use installer::existence;
27 use installer::files;
28 use installer::globals;
29 use installer::windows::idtglobal;
41 my $profile = installer::existence::get_specified_file($filesref, $profileid);
97 installer::windows::idtglobal::write_idt_header(\@inifiletable, "inifile");
112 if (( $installer::globals::patch ) && ( ! profile_has_patch_flag($profile) )) { next; }
134 my $inifiletablename = $basedir . $installer::globals::separator . "IniFile.idt";
135 installer::files::save_file($inifiletablename ,\@inifiletable);
136 $installer::logger::Lang->printf("Created idt file: %s\n", $inifiletablename);