Home
last modified time | relevance | path

Searched refs:fileNameOnly (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm1370 $fileNameOnly = [System.IO.Path]::GetFileNameWithoutExtension($Path) in Install-FromMSI() variable
372 $log = [System.IO.Path]::Combine($env:TEMP, $fileNameOnly + ".log") in Install-FromMSI()
518 $fileNameOnly = [System.IO.Path]::GetFileNameWithoutExtension($Path) in Install-FromInnoSetup() variable
519 $logName = $fileNameOnly + ".log" in Install-FromInnoSetup()
567 $fileNameOnly = [System.IO.Path]::GetFileNameWithoutExtension($Path) in Install-FromDevDivToolsInstaller() variable
568 $logName = $fileNameOnly + ".log" in Install-FromDevDivToolsInstaller()