VirtualBox

Changeset 38760 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Sep 15, 2011 11:25:56 AM (13 years ago)
Author:
vboxsync
Message:

More Windows 8 fixes

Location:
trunk/src/VBox/Additions/WINNT/Installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsVista.nsh

    r37046 r38760  
    3232Function Vista_InstallFiles
    3333
    34   DetailPrint "Installing drivers for Vista / Windows 7 ..."
     34  DetailPrint "Installing drivers for Vista / Windows 7 / Windows 8 ..."
    3535
    3636  SetOutPath "$INSTDIR"
     
    3939
    4040error:
    41   Abort "ERROR: Could not install files for Vista / Windows 7! Installation aborted."
     41  Abort "ERROR: Could not install files for Vista / Windows 7 / Windows 8! Installation aborted."
    4242
    4343done:
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r38751 r38760  
    428428    SetRegView 32
    429429    ; Write additional keys required for Windows XP, Vista and 7 64-bit (but for 32-bit stuff)
    430     ${If} $g_strWinVersion   == '7'
     430    ${If} $g_strWinVersion   == '8'
     431    ${OrIf} $g_strWinVersion == '7'
    431432    ${OrIf} $g_strWinVersion == 'Vista'
    432433    ${OrIf} $g_strWinVersion == '2003' ; Windows XP 64-bit is a renamed Windows 2003 really
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette