virtio-win / virtio-win-guest-tools-installer

112 stars 19 forks source link

Windows 10 AtlasOS unable to install virtio-guest-tools #49

Open RobusTetus opened 11 months ago

RobusTetus commented 11 months ago

Describe the bug Can't install virtio drivers on AtlasOS modification of Windows 10.

To Reproduce Steps to reproduce the behaviour:

  1. Install Windows 10
  2. Install AtlasOS
  3. Try to install latest virtio-guest-tools

Expected behavior A clear and concise description of what you expected to happen. A working installation.

Screenshots If applicable, add screenshots to help explain your problem. Snímek obrazovky z 2023-08-02 23-29-27 Snímek obrazovky z 2023-08-02 23-23-47

Guest:

Additional context Add any other context about the problem here. It could be caused by AtlasOS, disabling restore points. The log says it was not able to create one, it would be beneficial to add a checkbox to the installer if user wants to create system restore point. But when reading on through the log it fails some time after that error message.

Attached a installer log below log.txt

vrozenfe commented 11 months ago

@RobusTetus

Thank you for reporting this issue. I don't have any experience with AtlasOS yet, but .Net framework corruption can be the reason for errors 0x80070643 and 0x80070422 Can you please give a try to the .Net framework repair tool and check if it helps ? https://www.microsoft.com/en-us/download/details.aspx?id=30135

Thanks, Vadim.

RobusTetus commented 11 months ago

Thank you for reporting this issue. I don't have any experience with AtlasOS yet, but .Net framework corruption can be the reason for errors 0x80070643 and 0x80070422 Can you please give a try to the .Net framework repair tool and check if it helps ? https://www.microsoft.com/en-us/download/details.aspx?id=30135

The repair tool enabled Windows Installer Service. Which I thought that was the issue, but it behaves the same. Is the .net framework required for the installer embedded in the Windows installation or do I have to install it as redistributable from Microsoft separately?

Thank you for a swift response.