VirtualBox

Changeset 35700 in vbox


Ignore:
Timestamp:
Jan 25, 2011 9:59:27 AM (14 years ago)
Author:
vboxsync
Message:

Windows Guest Additions installer: Fix for skipping driver installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r35688 r35700  
    343343  SetOutPath "$INSTDIR"
    344344
    345   ${If} $g_bNoGuestDrv <> "true"
     345  ${If} $g_bNoGuestDrv == "false"
    346346    DetailPrint "Installing guest driver ..."
    347347    nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver install "$INSTDIR\VBoxGuest.inf"'
     
    353353  ${EndIf}
    354354
    355   ${If} $g_bNoVideoDrv <> "true"
     355  ${If} $g_bNoVideoDrv == "false"
    356356    ${If} $g_bWithWDDM == "true"
    357357      DetailPrint "Installing WDDM video driver ..."
     
    368368  ${EndIf}
    369369
    370   ${If} $g_bNoMouseDrv <> "true"
     370  ${If} $g_bNoMouseDrv == "false"
    371371    DetailPrint "Installing mouse driver ..."
    372372    ; The mouse filter does not contain any device IDs but a "DefaultInstall" section;
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