Changeset 37326 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
- Timestamp:
- Jun 6, 2011 8:09:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r37253 r37326 971 971 ; 972 972 MessageBox MB_ICONQUESTION|MB_YESNO $(VBOX_COMPONENT_D3D_OR_WDDM) /SD IDNO IDYES d3d_install 973 ; Display an uncoditional hint about needed VRAM sizes 974 ; Note: We also could use the PCI configuration space (WMI: Win32_SystemSlot Class) for querying 975 ; the current VRAM size, but let's keep it simple for now 976 MessageBox MB_ICONINFORMATION|MB_OK $(VBOX_COMPONENT_D3D_HINT_VRAM) /SD IDOK 973 977 StrCpy $g_bWithWDDM "true" 974 978 Goto exit
Note:
See TracChangeset
for help on using the changeset viewer.