How To Fix 0x80070652 Windows Installer Issue (i.e. Visual Studio 2013 Redistributable)

Channel:
Subscribers:
593,000
Published on ● Video Link: https://www.youtube.com/watch?v=IubK9gheSU4



Category:
Tutorial
Duration: 3:53
4,285 views
32


How To Fix 0x80070652 Windows Installer Issue (i.e. Visual Studio 2013 Redistributable).

Error 80070652 means that a previous installation has not been completed successfully. Restarting computer generally fixes this issue. If this doesn’t take you anywhere you may proceed with these Windows update troubleshooting steps.

Batch file contents:

@ECHO OFF
echo Simple Script to Reset / Clear Windows Update
echo.
PAUSE
echo.
attrib -h -r -s %windir%\system32\catroot2
attrib -h -r -s %windir%\system32\catroot2\*.*
net stop wuauserv
net stop CryptSvc
net stop BITS
ren %windir%\system32\catroot2 catroot2.old
ren %windir%\SoftwareDistribution sold.old
ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\downloader" downloader.old
net Start BITS
net start CryptSvc
net start wuauserv
echo.
echo Task completed successfully...
echo.
PAUSE

This tutorial will apply for computers, laptops, desktops,and tablets running the Windows 10, Windows 8/8.1, Windows 7 operating systems.Works for all major computer manufactures (Dell, HP, Acer, Asus, Toshiba, Lenovo, Samsung).







Tags:
dell
hp
acer
asus
toshiba
lenovo
tablet
laptop
windows installer issues
windows installer issues windows 10