VirtualBox

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


Ignore:
Timestamp:
Apr 19, 2023 9:47:20 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156959
Message:

Add/Nt/Installer: Using the EarlyNT variant of VBoxVideo for XP is the right thing to do.

File:
1 edited

Legend:

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

    r99431 r99470  
    10411041
    10421042  ; Init global variables that depends on the windows version.
    1043   ${If} $g_strWinVersion == "2000"
     1043  ${If} $g_strWinVersion == "XP"
     1044    StrCpy $g_strEarlyNTDrvInfix "EarlyNT"
     1045  ${ElseIf} $g_strWinVersion == "2000"
    10441046    StrCpy $g_strEarlyNTDrvInfix "EarlyNT"
    10451047  ${ElseIf} $g_strWinVersion == "NT4"
    1046     StrCpy $g_strEarlyNTDrvInfix "EarlyNT"
    1047   ${ElseIf} $g_strWinVersion == "XP" ; Unconfirmed theory that XP is also having trouble with the VBoxVideo.inf changes ...
    10481048    StrCpy $g_strEarlyNTDrvInfix "EarlyNT"
    10491049  ${Else}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette