VirtualBox

Changeset 41014 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Apr 20, 2012 2:23:26 PM (13 years ago)
Author:
vboxsync
Message:

VBoxMMR: initial checkin of prototype media foundation code

Location:
trunk/src/VBox/Additions/WINNT
Files:
2 edited

Legend:

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

    r40631 r41014  
    7676  ;FILE "$%PATH_OUT%\bin\additions\VBoxNET.sys"
    7777
     78!ifdef VBOX_WITH_MMR
     79  FILE "$%PATH_OUT%\bin\additions\VBoxMMR.dll"
     80!endif
    7881
    7982FunctionEnd
     
    8588  SetOutPath "$INSTDIR"
    8689  ; Nothing here yet
     90
     91!ifdef VBOX_WITH_MMR
     92  DetailPrint "Registering VBoxMMR.dll ..."
     93  nsExec::ExecToLog '"$g_strSystemDir\regsvr32.exe" -s "$INSTDIR\VBoxMMR.dll"'
     94!endif
     95
    8796  Goto done
    8897
     
    125134   Delete /REBOOTOK "$g_strSystemDir\VBoxCredProv.dll"
    126135
     136!ifdef VBOX_WITH_MMR
     137   DetailPrint "Unregistering VBoxMMR.dll ..."
     138   nsExec::ExecToLog '"$g_strSystemDir\regsvr32.exe" -s -u "$INSTDIR\VBoxMMR.dll"'
     139
     140   Delete /REBOOTOK "$INSTDIR\VBoxMMR.dll"
     141!endif
     142
    127143FunctionEnd
    128144!macroend
  • trunk/src/VBox/Additions/WINNT/Makefile.kmk

    r40249 r41014  
    3333endif
    3434
     35ifdef VBOX_WITH_MMR
     36include $(PATH_SUB_CURRENT)/VBoxMMR/Makefile.kmk
     37endif
     38
    3539include $(KBUILD_PATH)/subfooter.kmk
    3640
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