Saturday, July 06, 2013

Cannot install VirtualBox Guest Additions in Windows 8.1 Preview

When installing Windows 8.1 Preview from ISO, I am unable to install Guest Additions. Below is the error message.





The search is on how to fix or find a workaround for this issue.

Update(s):
- Even running in compatibility mode is not working
- This is now working on VirtualBox 4.2.16 (Type=Microsoft Windows, Version = Windows 8.1)

References:
https://forums.virtualbox.org/viewtopic.php?f=8&t=55260

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...