Changeset 44871 in vbox
- Timestamp:
- Feb 28, 2013 4:34:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r44864 r44871 582 582 ${Else} 583 583 ${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" 584 598 ${EndIf} 585 599
Note:
See TracChangeset
for help on using the changeset viewer.