VirtualBox

Changeset 44871 in vbox


Ignore:
Timestamp:
Feb 28, 2013 4:34:05 PM (12 years ago)
Author:
vboxsync
Message:

Windows Guest Additions installer: Implemented auto-updating MMR support.

File:
1 edited

Legend:

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

    r44864 r44871  
    582582  ${Else}
    583583    ${LogVerbose} "Auto-logon support was not installed previously"
     584  ${EndIf}
     585
     586  ; Check for installed MMR support and enable updating
     587  ; those modules if needed
     588  ${If}    ${FileExists} "$g_strSystemDir\VBoxMMR.exe"
     589!if $%BUILD_TARGET_ARCH% == "amd64"
     590  ${AndIf} ${FileExists} "$g_strSysWow64\VBoxMMRHook.dll"
     591!else
     592  ${AndIf} ${FileExists} "$g_strSystemDir\VBoxMMRHook.dll"
     593!endif
     594    ${LogVerbose} "MultiMedia Redirection support (MMR) was installed previously"
     595    StrCpy $g_bWithVBoxMMR "true" ; Force update
     596  ${Else}
     597    ${LogVerbose} "MultiMedia Redirection support (MMR) support was not installed previously"
    584598  ${EndIf}
    585599
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