mirror of
				https://github.com/winapps-org/winapps.git
				synced 2025-11-03 21:04:04 +01:00 
			
		
		
		
	Implement Exec Path Check in ExtractPrograms.ps1
This commit is contained in:
		@@ -192,7 +192,9 @@ function AppSearchWinReg {
 | 
			
		||||
 | 
			
		||||
    # Get corresponding application names for unique installed executable files.
 | 
			
		||||
    foreach ($exePath in $exePaths) {
 | 
			
		||||
        $exeNames += GetApplicationName -exePath $exePath
 | 
			
		||||
        if (Test-Path -Path $exePath) {
 | 
			
		||||
            $exeNames += GetApplicationName -exePath $exePath
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    # Process extracted executable file paths.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user