Bump .NET 4.5.1
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user