Changeset 39162 in vbox
- Timestamp:
- Nov 1, 2011 3:55:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r38760 r39162 564 564 !if $%VBOX_WITH_WDDM% == "1" 565 565 DetailPrint "Uninstalling WDDM video driver ..." 566 nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver install "$INSTDIR\VBoxVideoWddm.inf"'566 nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver uninstall "$INSTDIR\VBoxVideoWddm.inf"' 567 567 Pop $0 ; Ret value 568 568 ; Always try to remove both VBoxVideoWddm & VBoxVideo services no matter what is installed currently
Note:
See TracChangeset
for help on using the changeset viewer.