Bump .NET 4.5.1

This commit is contained in:
Mario Fetka
2014-03-01 07:33:17 +01:00
parent 60c8348f8f
commit a74aa22571
7 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ echo Converting ucs-2 encoded list of installed products to utf-8
%GNUPARENTDIR%\GNU\iconv.exe -f UCS-2 -t UTF-8 %temp%\list0.txt > %temp%\list1.txt
echo CleanUp some errors in the list file
%GNUPARENTDIR%\GNU\sed.exe -e "s/\s*$//g" %temp%\list1.txt > %temp%\list2.txt
%GNUPARENTDIR%\GNU\sed.exe -e "s/x64/d" %temp%\list2.txt > %temp%\list0.txt
%GNUPARENTDIR%\GNU\sed.exe -e "/x64/d" %temp%\list2.txt > %temp%\list0.txt
echo start uninstalling old versions of product
for /f "skip=1 delims=" %%a in ('type "%temp%\list0.txt"') do (echo "%%a")