Skip to content

Commit

Permalink
Fix for Windows 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpaultaylor committed Nov 22, 2014
1 parent c2f7bd0 commit 615e1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ cd %~dp0
>> temp1.vbs ECHO End if
>> temp1.vbs ECHO Set objXMLHTTP = Nothing

if exist %windir%\Microsoft.NET\Framework\v2.0.50727\NUL (
if exist %windir%\Microsoft.NET\Framework\v2.0.50727\csc.exe (
%windir%\Microsoft.NET\Framework\v2.0.50727\csc temp.cs
) else (
if exist %windir%\Microsoft.NET\Framework\v4.0.30319\NUL (
if exist %windir%\Microsoft.NET\Framework\v4.0.30319\csc.exe (
%windir%\Microsoft.NET\Framework\v4.0.30319\csc temp.cs
) else (
goto USE_VBS_AS_FALLBACK
Expand Down

0 comments on commit 615e1b7

Please sign in to comment.