Changeset 36404 in vbox
- Timestamp:
- Mar 24, 2011 2:52:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r36311 r36404 961 961 ${EndIf} 962 962 963 ; If we're not in safe mode, print a warning and don't install D3D support 964 ${If} $g_iSystemMode == '0' 965 MessageBox MB_ICONINFORMATION|MB_OK $(VBOX_COMPONENT_D3D_NO_SM) /SD IDOK 966 Goto d3d_disable 963 ; If force flag is set skip the safe mode check 964 ${If} $g_bForceInstall != "true" 965 ; If we're not in safe mode, print a warning and don't install D3D support 966 ${If} $g_iSystemMode == '0' 967 MessageBox MB_ICONINFORMATION|MB_OK $(VBOX_COMPONENT_D3D_NO_SM) /SD IDOK 968 Goto d3d_disable 969 ${EndIf} 967 970 ${EndIf} 968 971 ${Else} ; D3D unselected again
Note:
See TracChangeset
for help on using the changeset viewer.