Lines Matching refs:separator

47 		$separator = "/";
52 $separator = "\\";
136 $databasepath = $databasepath . $separator . ${$msifiles}[0];
162 else { $msidbpath = $path . $separator . $msidbname; }
282 $onefile = $includepath . $separator . $$searchfilenameref;
311 $dir =~ s/\Q$separator\E\s*$//;
325 my $item = $dir . $separator . $oneitem;
352 $localbranddir =~ s/\Q$separator\E\s*$//;
353 my $extensiondir = $localbranddir . $separator . "share" . $separator . "extensions";
354 …my $preregdir = $localbranddir . $separator . "share" . $separator . "prereg" . $separator . "bund…
371 $dir =~ s/\Q$separator\E\s*$//;
465 …if ( $$longfilenameref =~ /\Q$separator\E/ ) # Is there a separator in the path? Otherwise the pat…
467 if ( $$longfilenameref =~ /^\s*(\S.*\Q$separator\E)(\S.+\S?)/ )
532 my $expandlogfile = $unpackdir . $separator . "expand.log";
820 my $newdir = $fulldir . $separator . $dirname;
918 $directory =~ s/\Q$separator\E\s*$//;
956 $destfile = $destdir . $separator . $destfile;
957 my $sourcefile = $unpackdir . $separator . $file;
967 …ash->{$dirname}->{'DefaultDir'}) ) { $subdir = $dirhash->{$dirname}->{'DefaultDir'} . $separator; }
974 $sourcefile = $localinstalldir . $separator . $subdir . $realfilename;
1007 $directory =~ s/\Q$separator\E\s*$//;
1023 my $item = $directory . $separator . $oneitem;
1056 $temppath =~ s/\Q$separator\E\s*$//; # removing ending slashes and backslashes
1057 $temppath = $temppath . $separator . $globaltempdirname;
1062 $temppath = $temppath . $separator . "a";
1340 my $helperdir = $temppath . $separator . "installhelper";
1349 my $unpackdir = $helperdir . $separator . "unpack";
1353 my $filename = $helperdir . $separator . "Media.idt";
1364 my $cabdir = $helperdir . $separator . "internal_cabs";
1390 my $cabfile = $installdir . $separator . ${$cabfiles}[$i];
1395 $filename = $helperdir . $separator . "Directory.idt";
1399 $filename = $helperdir . $separator . "Component.idt";
1403 $filename = $helperdir . $separator . "File.idt";
1414 my $msidatabase = $targetdir . $separator . $databasefilename;
1419 $filename = $helperdir . $separator . "CustomAction.idt";