VirtualBox

Ignore:
Timestamp:
Jul 20, 2012 3:26:51 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79336
Message:

Enabled the W8 display miniport driver. Cleaned up some mess.

Location:
trunk/src/VBox/Additions/WINNT/Installer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk

    r42239 r42280  
    135135        $(PATH_STAGE_BIN)/additions/VBoxVideoWddm.inf \
    136136        $(PATH_STAGE_BIN)/additions/VBoxDispD3D.dll
    137  ifdef VBOX_WDDM_WIN8
     137 ifdef VBOX_WITH_WDDM_W8
    138138DRIVER_FILES += \
    139139        $(PATH_STAGE_BIN)/additions/VBoxVideoW8.sys \
     
    148148DRIVER_FILES += \
    149149        $(PATH_STAGE_BIN)/additions/VBoxVideoWddm.cat
    150   ifdef VBOX_WDDM_WIN8
     150  ifdef VBOX_WITH_WDDM_W8
    151151DRIVER_FILES += \
    152152        $(PATH_STAGE_BIN)/additions/VBoxVideoW8.cat
     
    193193        -E 'VBOX_WITH_LICENSE_INSTALL_RTF=$(if $(VBOX_BRAND_LICENSE_RTF),1,0)' \
    194194        -E 'VBOX_WITH_WDDM=$(if $(VBOX_WITH_WDDM),1,0)' \
    195         -E 'VBOX_WDDM_WIN8=$(if $(VBOX_WDDM_WIN8),1,0)' \
     195        -E 'VBOX_WITH_WDDM_W8=$(if $(VBOX_WITH_WDDM_W8),1,0)' \
    196196        -E 'VBOX_BRAND_WIN_ADD_INST_DLGBMP=$(subst /,\,$(VBOX_BRAND_WIN_ADD_INST_DLGBMP))' \
    197197        -E 'VBOX_BRAND_LICENSE_RTF=$(subst /,\,$(VBOX_BRAND_LICENSE_RTF))' \
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh

    r42142 r42280  
    138138  !endif ; $%BUILD_TARGET_ARCH% == "amd64"
    139139 
    140   !if $%VBOX_WDDM_WIN8% == "1"
     140  !if $%VBOX_WITH_WDDM_W8% == "1"
    141141  ; WDDM Video driver for Win8
    142142  SetOutPath "$0\VBoxVideoW8"
     
    178178      !endif ; $%VBOX_WITH_CROGL% == "1"
    179179    !endif ; $%BUILD_TARGET_ARCH% == "amd64"
    180   !endif ; $%VBOX_WDDM_WIN8% == "1"
     180  !endif ; $%VBOX_WITH_WDDM_W8% == "1"
    181181!endif ; $%VBOX_WITH_WDDM% == "1"
    182182
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r42142 r42280  
    210210    SetOutPath "$INSTDIR"
    211211
    212   !if $%VBOX_WDDM_WIN8% == "1"
     212  !if $%VBOX_WITH_WDDM_W8% == "1"
    213213    ${If} $g_strWinVersion == "8"
    214214      !ifdef VBOX_SIGN_ADDITIONS
     
    224224      FILE "$%PATH_OUT%\bin\additions\VBoxVideoWddm.sys"
    225225      FILE "$%PATH_OUT%\bin\additions\VBoxVideoWddm.inf"
    226   !if $%VBOX_WDDM_WIN8% == "1"
     226  !if $%VBOX_WITH_WDDM_W8% == "1"
    227227    ${EndIf}
    228228  !endif
     
    373373  ${If} $g_bNoVideoDrv == "false"
    374374    ${If} $g_bWithWDDM == "true"
    375   !if $%VBOX_WDDM_WIN8% == "1"
     375  !if $%VBOX_WITH_WDDM_W8% == "1"
    376376      ${If} $g_strWinVersion == "8"
    377377        DetailPrint "Installing WDDM video driver for Windows 8..."
     
    381381        DetailPrint "Installing WDDM video driver for Windows Vista and 7..."
    382382        nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver install "$INSTDIR\VBoxVideoWddm.inf" "$INSTDIR\install_drivers.log"'
    383   !if $%VBOX_WDDM_WIN8% == "1"
     383  !if $%VBOX_WITH_WDDM_W8% == "1"
    384384      ${EndIf}
    385385  !endif
     
    529529  Delete /REBOOTOK "$%PATH_OUT%\bin\additions\VBoxVideoWddm.sys"
    530530  Delete /REBOOTOK "$%PATH_OUT%\bin\additions\VBoxVideoWddm.inf"
    531   !if $%VBOX_WDDM_WIN8% == "1"
     531  !if $%VBOX_WITH_WDDM_W8% == "1"
    532532  Delete /REBOOTOK "$%PATH_OUT%\bin\additions\VBoxVideoW8.cat"
    533533  Delete /REBOOTOK "$%PATH_OUT%\bin\additions\VBoxVideoW8.sys"
     
    596596!if $%VBOX_WITH_WDDM% == "1"
    597597
    598   !if $%VBOX_WDDM_WIN8% == "1"
     598  !if $%VBOX_WITH_WDDM_W8% == "1"
    599599  DetailPrint "Uninstalling WDDM video driver for Windows 8..."
    600600  nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver uninstall "$INSTDIR\VBoxVideoW8.inf"'
     
    606606  ;       could be done with "VBoxDrvInst.exe /u", e.g. by passing additional arg to it denoting that driver package is to be uninstalled
    607607  Delete /REBOOTOK "$g_strSystemDir\drivers\VBoxVideoW8.sys"
    608   !endif ; $%VBOX_WDDM_WIN8% == "1"
     608  !endif ; $%VBOX_WITH_WDDM_W8% == "1"
    609609
    610610  DetailPrint "Uninstalling WDDM video driver for Windows Vista and 7..."
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette