- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just a guess, but maybe worth a try:
- create a new directory, e.g. "C:\temp\KB-Hotfix"
- copy the "windows6.1-kb2685813-x64_22a969bada171678b0936bb320e6a7778e8adc07.msu" to this directory
- open an elevated command prompt (run as Administrator)
- extract the msu:
expand -F:* C:\temp\KB-Hotfix\windows6.1-kb2685813-x64_22a969bada171678b0936bb320e6a7778e8adc07.msu C:\temp\KB-Hotfix - install the extracted cab:
dism.exe /online /add-package /packagepath:C:\temp\KB-Hotfix\Windows6.1-KB2685813-x64.cab - reboot the VM, and try to install the Horizon Agent
If this doesn't help run sfc /scannow to see whether it finds issues.
André