VirtualBox

Changeset 36404 in vbox


Ignore:
Timestamp:
Mar 24, 2011 2:52:43 PM (14 years ago)
Author:
vboxsync
Message:

Windows Guest Additions installer: Don't check system mode (safe mode) when force flag is set.

File:
1 edited

Legend:

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

    r36311 r36404  
    961961    ${EndIf}
    962962
    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}
    967970    ${EndIf}
    968971  ${Else} ; D3D unselected again
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