win32: Fix installer
This commit is contained in:
		
							parent
							
								
									7f1ee9dad0
								
							
						
					
					
						commit
						1d8dd50455
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -225,7 +225,7 @@ end;
 | 
				
			||||||
/////////////////////////////////////////////////////////////////////
 | 
					/////////////////////////////////////////////////////////////////////
 | 
				
			||||||
function CheckVCInstall(): Boolean;
 | 
					function CheckVCInstall(): Boolean;
 | 
				
			||||||
begin
 | 
					begin
 | 
				
			||||||
	Result := FileExists(GetSysDir() + 'msvcr120.dll');;
 | 
						Result := FileExists(GetSysDir() + 'msvcr140.dll');;
 | 
				
			||||||
end;
 | 
					end;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/////////////////////////////////////////////////////////////////////
 | 
					/////////////////////////////////////////////////////////////////////
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue