Searched refs:call_epm (Results 1 – 5 of 5) sorted by relevance
140 elsif ($param eq "-dontcallepm") { $installer::globals::call_epm = 0; }159 $installer::globals::call_epm = 0;618 …if ((!($installer::globals::iswindowsbuild)) && ( $installer::globals::call_epm )) { push(@output,…619 …if ((!($installer::globals::iswindowsbuild)) && (!($installer::globals::call_epm))) { push(@output…
210 $call_epm = 1;
142 if (( $installer::globals::call_epm ) && (!($installer::globals::iswindowsbuild)))
895 sub call_epm subroutine
927 … if ( $installer::globals::patch ) { $installer::globals::call_epm = 1; } # enabling packing again937 …if ( $installer::globals::patch ) { $installer::globals::call_epm = 0; } # no packing of core mod…954 if (( $installer::globals::call_epm ) && ( ! $found_epm ))1085 … if ( $installer::globals::call_epm ) # only do something, if epm is really executed1091 …installer::epmfile::call_epm($epmexecutable, $completeepmfilename, $packagename, $includepatharray…1117 if ( $installer::globals::call_epm )1129 …if ( $installer::globals::call_epm ) { installer::epmfile::call_epm($epmexecutable, $completeepmfi…1156 … if (( $allvariableshashref->{'XPDINSTALLER'} ) && ( $installer::globals::call_epm != 0 ))
Completed in 79 milliseconds