Lines Matching refs:exit_program

133 …if ( $#{$msifiles} < 0 ) { exit_program("ERROR: Did not find msi database in directory $installati…
134 …if ( $#{$msifiles} > 0 ) { exit_program("ERROR: Did find more than one msi database in directory $…
139 …if ( ! -f $databasepath ) { exit_program("ERROR: Did not find msi database in directory $databasep…
241 …if ( $error ) { exit_program("ERROR: Could not find all needed files in path (using setsolar shoul…
498 sub exit_program subroutine
529 …if ( ! -f $expandfile ) { exit_program("ERROR: Did not find file $expandfile in the Windows system…
555 if ($returnvalue) { exit_program("ERROR: Could not execute $systemcall !"); }
591 exit_program($infoline);
925 else { exit_program("ERROR: Directory $directory already exists!"); }
947 …if ( ! exists($filehash->{$file}->{'Component'}) ) { exit_program("ERROR: Did not find component f…
949 …if ( ! exists($componenthash->{$component}) ) { exit_program("ERROR: Did not find directory for co…
951 …if ( ! exists($fullpathhash->{$dirname}) ) { exit_program("ERROR: Did not find full directory path…
953 …if ( ! exists($filehash->{$file}->{'FileName'}) ) { exit_program("ERROR: Did not find \"FileName\"…
976 …if ( ! -f $sourcefile ) { exit_program("ERROR: File not found: \"$oldsourcefile\" (or \"$sourcefil…
981 if ( ! $copyreturn) { exit_program("ERROR: Could not copy $source to $dest\n"); }
1065 …if ( ! -d $temppath ) { exit_program("ERROR: Failed to create directory $temppath ! Possible reaso…
1077 exit_program("ERROR: Could not set temporary directory (TMP and TEMP not set!).");
1095 exit_program($logtext);
1142 exit_program("ERROR: $systemcall failed!");
1180 open( IN, "<$localfile" ) || exit_program("ERROR: Cannot open file $localfile for reading");
1235 if ( ! -f $msidatabase ) { exit_program("ERROR: Cannot find file $msidatabase"); }
1267 exit_program($infoline);
1354 if ( ! -f $filename ) { exit_program("ERROR: Could not find required file: $filename !"); }
1385 if (( $#{$cabfiles} < 0 ) && ( ! $contains_internal_cabfiles )) { exit_program("ERROR: Did not find…
1416 if ( ! $copyreturn) { exit_program("ERROR: Could not copy $source to $dest\n"); }