VirtualBox

Changeset 46838 in vbox


Ignore:
Timestamp:
Jun 27, 2013 12:27:48 PM (11 years ago)
Author:
vboxsync
Message:

Windows Guest Additions: Added support for Windows 8.1 (Blue) / Windows Server 2012 R2.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r45952 r46838  
    654654
    655655  ; Which OS are we using?
     656  ; @todo Use logic lib here
    656657!if $%BUILD_TARGET_ARCH% == "x86"       ; 32-bit
    657658  StrCmp $g_strWinVersion "NT4" nt4     ; Windows NT 4.0
     
    663664  StrCmp $g_strWinVersion "7" vista     ; Windows 7
    664665  StrCmp $g_strWinVersion "8" vista     ; Windows 8
     666  StrCmp $g_strWinVersion "8_1" vista   ; Windows 8.1 / Windows 2012 Server R2
    665667
    666668  ${If} $g_bForceInstall == "true"
     
    698700  goto success
    699701
    700 vista: ; Windows Vista / Windows 7 / Windows 8
     702vista: ; Windows Vista / Windows 7 / Windows 8(.1)
    701703
    702704  ; Check requirments; this function can abort the installation if necessary!
  • trunk/src/VBox/Additions/WINNT/Installer/winver.nsh

    r38751 r46838  
    6666  StrCmp $R1 '6.0' lbl_winnt_vista
    6767  StrCmp $R1 '6.1' lbl_winnt_7
    68   StrCmp $R1 '6.2' lbl_winnt_8 lbl_error
     68  StrCmp $R1 '6.2' lbl_winnt_8
     69  StrCmp $R1 '6.3' lbl_winnt_8_1 lbl_error
    6970
    7071  lbl_winnt_x:
     
    9697  Goto lbl_done
    9798
     99  lbl_winnt_8_1: ; Also includes Windows Server 2012 R2
     100    Strcpy $R0 '8_1'
     101  Goto lbl_done
     102
    98103  lbl_error:
    99104    Strcpy $R0 ''
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