VirtualBox

Changeset 93262 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 17, 2022 10:12:47 AM (3 years ago)
Author:
vboxsync
Message:

Add/win/installer: Fixed regression from r138850 where we would install the windows 8+ VBoxSF.sys module on windows server 2003 instead of the VBoxSFW2K.sys variant built against the w2k3 libraries.

File:
1 edited

Legend:

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

    r93115 r93262  
    309309    ; On x86 we have to use a different shared folder driver linked against an older RDBSS for Windows 7 and older.
    310310    ${If} $g_strWinVersion == "2000"
     311    ${OrIf} $g_strWinVersion == "XP"
     312    ${OrIf} $g_strWinVersion == "2003"
    311313    ${OrIf} $g_strWinVersion == "Vista"
    312     ${OrIf} $g_strWinVersion == "XP"
    313314    ${OrIf} $g_strWinVersion == "7"
    314315      !insertmacro ReplaceDLL "$%PATH_OUT%\bin\additions\VBoxSFW2K.sys" "$g_strSystemDir\drivers\VBoxSF.sys" "$INSTDIR"
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