Changeset 40270 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
- Timestamp:
- Feb 28, 2012 11:06:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r39674 r40270 1 1 ; $Id$ 2 ; ;@file2 ; @file 3 3 ; VBoxGuestAdditions.nsi - Main file for Windows Guest Additions installation. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 201 1Oracle Corporation7 ; Copyright (C) 2012 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 1002 1002 ; 1003 1003 MessageBox MB_ICONQUESTION|MB_YESNO $(VBOX_COMPONENT_D3D_OR_WDDM) /SD IDNO IDYES d3d_install 1004 ; Display an unco ditional hint about needed VRAM sizes1004 ; Display an unconditional hint about needed VRAM sizes 1005 1005 ; Note: We also could use the PCI configuration space (WMI: Win32_SystemSlot Class) for querying 1006 1006 ; the current VRAM size, but let's keep it simple for now
Note:
See TracChangeset
for help on using the changeset viewer.