Lines Matching refs:sourcefiles
423 my @sourcefiles = ();
425 installer::systemactions::read_complete_directory($installsetpath, $pathstring, \@sourcefiles);
427 …if ( ! ( $#sourcefiles > -1 )) { installer::exiter::exit_program("ERROR: No file in installation s…
436 for ( my $j = 0; $j <= $#sourcefiles; $j++ )
438 if ( $sourcefiles[$j] =~ /\.cab\s*$/ ) { $allcabfileshash{$sourcefiles[$j]} = 1; }
441 if ( $sourcefiles[$j] =~ /\.txt\s*$/ ) { next; }
442 if ( $sourcefiles[$j] =~ /\.html\s*$/ ) { next; }
443 if ( $sourcefiles[$j] =~ /\.ini\s*$/ ) { next; }
444 if ( $sourcefiles[$j] =~ /\.bmp\s*$/ ) { next; }
445 if ( $sourcefiles[$j] =~ /\.msi\s*$/ )
447 if ( $msidatabase eq "" ) { $msidatabase = $sourcefiles[$j]; }
450 $allfileshash{$sourcefiles[$j]} = 1;
463 …, \%allfileshash, $msidatabase, $contains_external_cabfiles, $contains_msidatabase, \@sourcefiles);
1183 …es, $msidatabase, $contains_external_cabfiles, $contains_msidatabase, $sourcefiles) = analyze_inst…
1185 …y ) { compare_directories($installsetpath, $followmeinfohash->{'finalinstalldir'}, $sourcefiles); }