Changeset 46866 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
- Timestamp:
- Jun 28, 2013 2:16:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r46845 r46866 1071 1071 1072 1072 ${If} $g_strWinVersion != "8" ; On Windows 8 WDDM is mandatory 1073 ${ OrIf} $g_strWinVersion != "8_1" ; ... also on Windows 8.1 / Windows 2012 Server R21073 ${AndIf} $g_strWinVersion != "8_1" ; ... also on Windows 8.1 / Windows 2012 Server R2 1074 1074 StrCpy $g_bWithWDDM "false" 1075 1075 ${EndIf}
Note:
See TracChangeset
for help on using the changeset viewer.